Re: [U-Boot] [PATCH 1/2] dm: imx: i2c: Use gpio_request() to request GPIOs

2014-10-22 Thread Simon Glass
On 21 October 2014 03:51, Igor Grinberg wrote: > Hi Simon, > > I'm sorry for that late reply, I've had email problems during the > conference... > Finally, I have the email working again and going through the stuff... > I guess, it is better late than never.. > > On 10/14/14 10:25, Simon Glass wro

Re: [U-Boot] [PATCH 1/2] dm: imx: i2c: Use gpio_request() to request GPIOs

2014-10-21 Thread Igor Grinberg
Hi Simon, I'm sorry for that late reply, I've had email problems during the conference... Finally, I have the email working again and going through the stuff... I guess, it is better late than never.. On 10/14/14 10:25, Simon Glass wrote: > Hi Stefan, > > On 3 October 2014 08:39, Igor Grinberg

Re: [U-Boot] [PATCH 1/2] dm: imx: i2c: Use gpio_request() to request GPIOs

2014-10-14 Thread Simon Glass
Hi Stefan, On 3 October 2014 08:39, Igor Grinberg wrote: > > On 10/02/14 17:17, Nikita Kiryanov wrote: > > From: Simon Glass > > > > GPIOs should be requested before use. Without this, driver model will > > not permit the GPIO to be used. > > > > Cc: Igor Grinberg > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 1/2] dm: imx: i2c: Use gpio_request() to request GPIOs

2014-10-02 Thread Igor Grinberg
On 10/02/14 17:17, Nikita Kiryanov wrote: > From: Simon Glass > > GPIOs should be requested before use. Without this, driver model will > not permit the GPIO to be used. > > Cc: Igor Grinberg > Signed-off-by: Simon Glass > Signed-off-by: Nikita Kiryanov I like the "small functionality orient

[U-Boot] [PATCH 1/2] dm: imx: i2c: Use gpio_request() to request GPIOs

2014-10-02 Thread Nikita Kiryanov
From: Simon Glass GPIOs should be requested before use. Without this, driver model will not permit the GPIO to be used. Cc: Igor Grinberg Signed-off-by: Simon Glass Signed-off-by: Nikita Kiryanov --- arch/arm/imx-common/i2c-mxv7.c | 25 + 1 file changed, 25 insertions