[PATCH] mmc: android-goldfish: Allow compiling the driver with COMPILE_TEST

2015-10-10 Thread Luis de Bethencourt
The driver depends on GOLDFISH but there isn't a build dependency so it's a good idea to allow the driver to always be built when the COMPILE_TEST option is enabled. That way, the driver can be built with a config generated by make allyesconfig and check if a patch would break the build. Signed-o

Re: [PATCH v2 2/5] mmc: sdhci-pxav3: enable usage of DAT3 pin as HW card detect

2015-10-10 Thread Marcin Wojtas
Hi Jisheng, >> >> >> >> >> When using DAT3-based detection Armada 38x SDIO IP expects its internal >> >> clock to be always on, which had to be ensured twofold: >> > >> > What happen if runtime suspend disables its core clk and axi clk? I guess >> > dat3-based detection isn't compatible with runt

Re: [PATCH v2 2/5] mmc: sdhci-pxav3: enable usage of DAT3 pin as HW card detect

2015-10-10 Thread Jisheng Zhang
Hi Marcin, On Fri, 9 Oct 2015 16:45:25 +0200 Marcin Wojtas wrote: > Jisheng, > > > >> > >> When using DAT3-based detection Armada 38x SDIO IP expects its internal > >> clock to be always on, which had to be ensured twofold: > > > > What happen if runtime suspend disables its core clk and axi c