Re: [PATCH v2 2/3] mmc: sdhci: not return error when SDMA is not supported

2020-02-20 Thread Minkyu Kang
On 18/02/2020 10:25, Jaehoon Chung wrote: > If Host controller doesn't support SDMA, it doesn't need to return > error. Because it can be worked with PIO mode. > > Signed-off-by: Jaehoon Chung > Reviewed-by: Peng Fan > --- > Changelog on V2 > - Keep printf message instead of debug > >

[PATCH v2 2/3] mmc: sdhci: not return error when SDMA is not supported

2020-02-17 Thread Jaehoon Chung
If Host controller doesn't support SDMA, it doesn't need to return error. Because it can be worked with PIO mode. Signed-off-by: Jaehoon Chung Reviewed-by: Peng Fan --- Changelog on V2 - Keep printf message instead of debug drivers/mmc/sdhci.c | 7 +++ 1 file changed, 3 insertions(+), 4