[PATCH v2 0/2] bcm2835_dma: Fix TD mode

Rene Stange posted 2 patches 4 years, 3 months ago
Only 0 patches received!
hw/dma/bcm2835_dma.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
[PATCH v2 0/2] bcm2835_dma: Fix TD mode
Posted by Rene Stange 4 years, 3 months ago
Hi Philippe,

this v2 patch splits the initial fix into two commits as suggested.

Regards,

Rene


Rene Stange (2):
  bcm2835_dma: Fix the ylen loop in TD mode
  bcm2835_dma: Re-initialize xlen in TD mode

 hw/dma/bcm2835_dma.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.16.4





Re: [PATCH v2 0/2] bcm2835_dma: Fix TD mode
Posted by Peter Maydell 4 years, 3 months ago
On Mon, 3 Feb 2020 at 15:41, Rene Stange <rsta2@o2online.de> wrote:
>
> Hi Philippe,
>
> this v2 patch splits the initial fix into two commits as suggested.
>
> Regards,
>
> Rene
>
>
> Rene Stange (2):
>   bcm2835_dma: Fix the ylen loop in TD mode
>   bcm2835_dma: Re-initialize xlen in TD mode
>
>  hw/dma/bcm2835_dma.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

Applied to target-arm.next, thanks (with the commit message
tweak suggested by Philippe).

-- PMM