Re: [PATCH 6/6 v2] MMC: JZ4740: Add support for LPM.

2019-10-21 Thread Ulf Hansson
On Sat, 19 Oct 2019 at 22:44, Ezequiel Garcia wrote: > > On Friday, October 18, 2019 13:54 -03, Zhou Yanjie > wrote: > > > > > > > > > > I also have a general question. Should we perhaps rename the driver > > > from jz4740_mmc.c to ingenic.c (and the file for the DT bindings, the > > > Kconfig,

Re: [PATCH 6/6 v2] MMC: JZ4740: Add support for LPM.

2019-10-19 Thread Ezequiel Garcia
On Friday, October 18, 2019 13:54 -03, Zhou Yanjie wrote: > > > > > I also have a general question. Should we perhaps rename the driver > > from jz4740_mmc.c to ingenic.c (and the file for the DT bindings, the > > Kconfig, etc), as that seems like a more appropriate name? No? > > I am very

Re: [PATCH 6/6 v2] MMC: JZ4740: Add support for LPM.

2019-10-19 Thread Zhou Yanjie
Hi Uffe, On 2019年10月18日 16:52, Ulf Hansson wrote: On Sat, 12 Oct 2019 at 07:19, Zhou Yanjie wrote: add support for low power mode of Ingenic's MMC/SD Controller. Signed-off-by: Zhou Yanjie I couldn't find a proper coverletter for the series, please provide that next time as it really helps

Re: [PATCH 6/6 v2] MMC: JZ4740: Add support for LPM.

2019-10-18 Thread Paul Cercueil
Hi Uffe, Le ven., oct. 18, 2019 at 10:52, Ulf Hansson a écrit : On Sat, 12 Oct 2019 at 07:19, Zhou Yanjie wrote: add support for low power mode of Ingenic's MMC/SD Controller. Signed-off-by: Zhou Yanjie I couldn't find a proper coverletter for the series, please provide that next

Re: [PATCH 6/6 v2] MMC: JZ4740: Add support for LPM.

2019-10-18 Thread Ulf Hansson
On Sat, 12 Oct 2019 at 07:19, Zhou Yanjie wrote: > > add support for low power mode of Ingenic's MMC/SD Controller. > > Signed-off-by: Zhou Yanjie I couldn't find a proper coverletter for the series, please provide that next time as it really helps review. Additionally, it seems like you forgot

[PATCH 6/6 v2] MMC: JZ4740: Add support for LPM.

2019-10-11 Thread Zhou Yanjie
add support for low power mode of Ingenic's MMC/SD Controller. Signed-off-by: Zhou Yanjie --- drivers/mmc/host/jz4740_mmc.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/mmc/host/jz4740_mmc.c b/drivers/mmc/host/jz4740_mmc.c index 44a04fe..4cbe7fb 100644