Re: [PATCH v2 3/6] gpio: mxc_gpio: add OF_PLATDATA support

2020-07-29 Thread Walter Lozano
Hi Stefano, On 27/7/20 09:10, Stefano Babic wrote: Hi Walter, On 22.07.20 15:14, Walter Lozano wrote: Continuing with the OF_PLATADATA support for iMX6 to reduce SPL footprint, add it to mxc_gpio. Thanks to this, it will be possible to enable card detection on MMC driver. Signed-off-by:

Re: [PATCH v2 3/6] gpio: mxc_gpio: add OF_PLATDATA support

2020-07-27 Thread Stefano Babic
Hi Walter, On 22.07.20 15:14, Walter Lozano wrote: > Continuing with the OF_PLATADATA support for iMX6 to reduce SPL > footprint, add it to mxc_gpio. Thanks to this, it will be possible to > enable card detection on MMC driver. > > Signed-off-by: Walter Lozano > --- > This conflicts with

Re: [PATCH v2 3/6] gpio: mxc_gpio: add OF_PLATDATA support

2020-07-26 Thread Simon Glass
On Wed, 22 Jul 2020 at 07:14, Walter Lozano wrote: > > Continuing with the OF_PLATADATA support for iMX6 to reduce SPL > footprint, add it to mxc_gpio. Thanks to this, it will be possible to > enable card detection on MMC driver. > > Signed-off-by: Walter Lozano > --- > > (no changes since v1) >

[PATCH v2 3/6] gpio: mxc_gpio: add OF_PLATDATA support

2020-07-22 Thread Walter Lozano
Continuing with the OF_PLATADATA support for iMX6 to reduce SPL footprint, add it to mxc_gpio. Thanks to this, it will be possible to enable card detection on MMC driver. Signed-off-by: Walter Lozano --- (no changes since v1) drivers/gpio/mxc_gpio.c | 18 +- 1 file changed, 17