[PATCH v2 2/2] mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLE

2019-09-11 Thread Yoshihiro Shimoda
Since this host controller can merge bigger segments if DMA API layer cam merge the segments, this patch adds the flag. Signed-off-by: Yoshihiro Shimoda Acked-by: Ulf Hansson --- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

Re: [PATCH v2 2/2] mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLE

2019-09-12 Thread Wolfram Sang
On Thu, Sep 12, 2019 at 01:13:56PM +0900, Yoshihiro Shimoda wrote: > Since this host controller can merge bigger segments if DMA API > layer cam merge the segments, this patch adds the flag. > > Signed-off-by: Yoshihiro Shimoda > Acked-by: Ulf Hansson For the record: Acked-by: Wolfram Sang