Re: [PATCH v2 1/2] mmc: sdhci: Let drivers define their DMA mask

2019-09-23 Thread Ulf Hansson
On Mon, 23 Sep 2019 at 12:08, Thierry Reding wrote: > > From: Adrian Hunter > > Add host operation ->set_dma_mask() so that drivers can define their own > DMA masks. > > Signed-off-by: Adrian Hunter > Tested-by: Nicolin Chen > Signed-off-by: Thierry Reding Applied for fixes and adding a

[PATCH v2 1/2] mmc: sdhci: Let drivers define their DMA mask

2019-09-23 Thread Thierry Reding
From: Adrian Hunter Add host operation ->set_dma_mask() so that drivers can define their own DMA masks. Signed-off-by: Adrian Hunter Tested-by: Nicolin Chen Signed-off-by: Thierry Reding --- Changes in v2: - add Tested-by tag from Nicolin drivers/mmc/host/sdhci.c | 12