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