Re: [U-Boot] [PATCH v3 07/11] imx: Add error checking to setup_i2c()

2014-10-01 Thread Simon Glass
Hi Nikita, On 1 October 2014 05:31, Nikita Kiryanov wrote: > Hi Simon, > > > On 17/09/14 18:02, Simon Glass wrote: >> >> Since this function can fail, check its return value. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v3: >> - Just warn when one of the board init stages fails >> >>

Re: [U-Boot] [PATCH v3 07/11] imx: Add error checking to setup_i2c()

2014-10-01 Thread Nikita Kiryanov
Hi Simon, On 17/09/14 18:02, Simon Glass wrote: Since this function can fail, check its return value. Signed-off-by: Simon Glass --- Changes in v3: - Just warn when one of the board init stages fails Changes in v2: - Add new patch to add error checking to setup_i2c() arch/arm/imx-common/i

Re: [U-Boot] [PATCH v3 07/11] imx: Add error checking to setup_i2c()

2014-10-01 Thread Stefano Babic
On 17/09/2014 17:02, Simon Glass wrote: > Since this function can fail, check its return value. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Just warn when one of the board init stages fails > > Changes in v2: > - Add new patch to add error checking to setup_i2c() > > arch/arm/

Re: [U-Boot] [PATCH v3 07/11] imx: Add error checking to setup_i2c()

2014-09-18 Thread Igor Grinberg
On 09/17/14 18:02, Simon Glass wrote: > Since this function can fail, check its return value. > > Signed-off-by: Simon Glass Thanks! Acked-by: Igor Grinberg -- Regards, Igor. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

[U-Boot] [PATCH v3 07/11] imx: Add error checking to setup_i2c()

2014-09-17 Thread Simon Glass
Since this function can fail, check its return value. Signed-off-by: Simon Glass --- Changes in v3: - Just warn when one of the board init stages fails Changes in v2: - Add new patch to add error checking to setup_i2c() arch/arm/imx-common/i2c-mxv7.c| 24 ++--- arch/arm/in