Re: [U-Boot] [PATCH v2 08/11] dm: imx: Use gpio_request() to request GPIOs

2014-09-18 Thread Igor Grinberg
On 09/17/14 17:34, Simon Glass wrote: > Hi Igor, > > On 17 September 2014 08:31, Igor Grinberg > wrote: > > On 09/17/14 17:00, Simon Glass wrote: > > Hi Igor, > > > > On 17 September 2014 06:13, Igor Grinberg

Re: [U-Boot] [PATCH v2 08/11] dm: imx: Use gpio_request() to request GPIOs

2014-09-17 Thread Simon Glass
Hi Igor, On 17 September 2014 08:31, Igor Grinberg wrote: > On 09/17/14 17:00, Simon Glass wrote: > > Hi Igor, > > > > On 17 September 2014 06:13, Igor Grinberg > wrote: > > > > Hi Simon, > > > > On 09/17/14 06:51, Simon Glass wrote: > > > GPIOs shoul

Re: [U-Boot] [PATCH v2 08/11] dm: imx: Use gpio_request() to request GPIOs

2014-09-17 Thread Igor Grinberg
On 09/17/14 17:00, Simon Glass wrote: > Hi Igor, > > On 17 September 2014 06:13, Igor Grinberg > wrote: > > Hi Simon, > > On 09/17/14 06:51, Simon Glass wrote: > > GPIOs should be requested before use. Without this, driver model will > not > > pe

Re: [U-Boot] [PATCH v2 08/11] dm: imx: Use gpio_request() to request GPIOs

2014-09-17 Thread Simon Glass
Hi Igor, On 17 September 2014 06:13, Igor Grinberg wrote: > Hi Simon, > > On 09/17/14 06:51, Simon Glass wrote: > > GPIOs should be requested before use. Without this, driver model will not > > permit the GPIO to be used. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: > > - C

Re: [U-Boot] [PATCH v2 08/11] dm: imx: Use gpio_request() to request GPIOs

2014-09-17 Thread Igor Grinberg
Hi Simon, On 09/17/14 06:51, Simon Glass wrote: > GPIOs should be requested before use. Without this, driver model will not > permit the GPIO to be used. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Check return values of gpio_request() > > arch/arm/imx-common/i2c-mxv7.c | 24 +

[U-Boot] [PATCH v2 08/11] dm: imx: Use gpio_request() to request GPIOs

2014-09-16 Thread Simon Glass
GPIOs should be requested before use. Without this, driver model will not permit the GPIO to be used. Signed-off-by: Simon Glass --- Changes in v2: - Check return values of gpio_request() arch/arm/imx-common/i2c-mxv7.c | 24 board/compulab/cm_fx6/cm_fx6.c | 15