mbox series

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

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

Message

Biju Das July 6, 2023, 11:21 a.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.

v2->v3:
 * Added bitfield.h header file and replaced CHCFG_FILL_{SDS,DDS}
   macros with FIELD_PREP.
 * Updated commit header 'dma: rz-dmac'->'dmaengine: sh: rz-dmac'.
v1->v2:
 * Update patch header and description.

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

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

 drivers/dma/sh/rz-dmac.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Comments

Vinod Koul July 11, 2023, 4:43 p.m. UTC | #1
On Thu, 06 Jul 2023 12:21:48 +0100, Biju Das wrote:
> 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.
> 
> v2->v3:
>  * Added bitfield.h header file and replaced CHCFG_FILL_{SDS,DDS}
>    macros with FIELD_PREP.
>  * Updated commit header 'dma: rz-dmac'->'dmaengine: sh: rz-dmac'.
> v1->v2:
>  * Update patch header and description.
> 
> [...]

Applied, thanks!

[1/2] dmaengine: sh: rz-dmac: Improve cleanup order in probe()/remove()
      commit: d8fb35d80914846d25833a35acb211e59ee36046
[2/2] dmaengine: sh: rz-dmac: Fix destination and source data size setting
      commit: 48f745e247ac05dc23b0ffee189c6faba183a9d7

Best regards,