This patch series is based on the latest slave-dma.git / next branch and
merge the latest slave-dma.git / fixes branch. This is because this patch
series depends on the following commit:
---
commit cf24aac38698bfa1d021afd3883df3c4c65143a4
Author: Yoshihiro Shimoda <[email protected]>
Date: Mon Sep 2 20:44:03 2019 +0900
dmaengine: rcar-dmac: Fix DMACHCLR handling if iommu is mapped
---
Changes from v1:
- Combine two patch series into this patch series.
https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=166457&state=*
https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=166457&state=*
- Remove a patch because updated patch is already merged into
the latest slave-dma.git / fixes branch as described above.
- Add Reviewed-by tags into all patches.
- Rename a member of rcar_dmac_of_data.
- Just ignore the return value of of_property_read_u32() for dma-channel-mask.
Yoshihiro Shimoda (3):
dmaengine: rcar-dmac: Use of_data values instead of a macro
dmaengine: rcar-dmac: Use devm_platform_ioremap_resource()
dmaengine: rcar-dmac: Add dma-channel-mask property support
drivers/dma/sh/rcar-dmac.c | 47 +++++++++++++++++++++++++++++++++++++---------
1 file changed, 38 insertions(+), 9 deletions(-)
--
2.7.4