mbox series

[v2,0/2] RZ/G2L DMA fix/improvements

Message ID 20230630161716.586552-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series RZ/G2L DMA fix/improvements | expand

Message

Biju Das June 30, 2023, 4:17 p.m. UTC
This patch series aims to fix/improve RZ/DMAC driver.

The improvement patch is related to fix cleanup order in probe/remove().
and fixes patch is related to wrong SDS/DDS settings, when we change/update
the DMA bus width several times.

v1->v2:
 * Update patch header and description.

Biju Das (1):
  dmaengine: sh: rz-dmac: Improve cleanup order in probe()/remove()

Hien Huynh (1):
  dma: rz-dmac: Fix destination and source data size setting

 drivers/dma/sh/rz-dmac.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)