Re: [PATCH 1/2] mmc: sdhci: Use debug for not supported SDMA info message

2020-05-13 Thread Matthias Brugger
On 12/05/2020 12:02, matthias@kernel.org wrote: > From: Matthias Brugger > > If CONFIG_MMC_SDHCI_SDMA is enabled but the HW could not support it, > we no longer error out. Instead we do not enable it in the host. > Change the output from printf to debug as this isn't an error but only >

RE: [PATCH 1/2] mmc: sdhci: Use debug for not supported SDMA info message

2020-05-12 Thread Peng Fan
> Subject: [PATCH 1/2] mmc: sdhci: Use debug for not supported SDMA info > message > > From: Matthias Brugger > > If CONFIG_MMC_SDHCI_SDMA is enabled but the HW could not support it, > we no longer error out. Instead we do not enable it in the host. > Change the out

[PATCH 1/2] mmc: sdhci: Use debug for not supported SDMA info message

2020-05-12 Thread matthias . bgg
From: Matthias Brugger If CONFIG_MMC_SDHCI_SDMA is enabled but the HW could not support it, we no longer error out. Instead we do not enable it in the host. Change the output from printf to debug as this isn't an error but only additional information now. Signed-off-by: Matthias Brugger ---