Re: [PATCH] mmc: pwrseq_simple: use GPIO descriptors array API

2015-09-23 Thread Ulf Hansson
On 21 September 2015 at 14:14, Javier Martinez Canillas wrote: > The simple power sequence provider sets a value for multiple GPIOs in one > go so it is better to use the API already provided by the GPIO descriptor > API instead of open coding the same logic. > > Signed-off-by: Javier Martinez

Re: [PATCH] mmc: pwrseq_simple: use GPIO descriptors array API

2015-09-23 Thread Ulf Hansson
On 21 September 2015 at 14:14, Javier Martinez Canillas wrote: > The simple power sequence provider sets a value for multiple GPIOs in one > go so it is better to use the API already provided by the GPIO descriptor > API instead of open coding the same logic. > >

[PATCH] mmc: pwrseq_simple: use GPIO descriptors array API

2015-09-21 Thread Javier Martinez Canillas
The simple power sequence provider sets a value for multiple GPIOs in one go so it is better to use the API already provided by the GPIO descriptor API instead of open coding the same logic. Signed-off-by: Javier Martinez Canillas --- drivers/mmc/core/pwrseq_simple.c | 45

[PATCH] mmc: pwrseq_simple: use GPIO descriptors array API

2015-09-21 Thread Javier Martinez Canillas
The simple power sequence provider sets a value for multiple GPIOs in one go so it is better to use the API already provided by the GPIO descriptor API instead of open coding the same logic. Signed-off-by: Javier Martinez Canillas --- drivers/mmc/core/pwrseq_simple.c |