Re: [PATCH v2 3/3] mmc: Only retrieve cd pin when GPIO is enabled

2021-01-19 Thread Tom Rini
On Fri, Nov 06, 2020 at 12:20:44PM +, Harm Berntsen wrote: > The driver only needs to retrieve the pin for the ACPI info. The driver > itself works without depending on GPIO. > > Signed-off-by: Harm Berntsen > CC: Simon Glass > Reviewed-by: Simon Glass Applied to u-boot/master, thanks!

Re: [PATCH v2 3/3] mmc: Only retrieve cd pin when GPIO is enabled

2020-11-06 Thread Simon Glass
Hi Harm, On Fri, 6 Nov 2020 at 05:20, Harm Berntsen wrote: > > The driver only needs to retrieve the pin for the ACPI info. The driver > itself works without depending on GPIO. > > Signed-off-by: Harm Berntsen > CC: Simon Glass > --- > Changes for v2: > - Changed ifdef to if

[PATCH v2 3/3] mmc: Only retrieve cd pin when GPIO is enabled

2020-11-06 Thread Harm Berntsen
The driver only needs to retrieve the pin for the ACPI info. The driver itself works without depending on GPIO. Signed-off-by: Harm Berntsen CC: Simon Glass --- Changes for v2: - Changed ifdef to if (CONFIG_IS_ENABLED(DM_GPIO)) drivers/mmc/pci_mmc.c | 6 -- 1 file changed, 4