Re: [U-Boot] [PATCH 05/10] exynos5: support tps65090 pmic

2014-03-29 Thread Simon Glass
Hi Minkyu, On 27 March 2014 06:13, Minkyu Kang wrote: > On 27/03/14 02:56, Simon Glass wrote: > > From: Aaron Durbin > > > > The TSP65090 is a PMIC on some exynos5 boards. The init function is > > called for the TPS65090 pmic. If that device is not a part of the device > > tree (returns -ENODEV

Re: [U-Boot] [PATCH 05/10] exynos5: support tps65090 pmic

2014-03-27 Thread Lukasz Majewski
Hi Simon, > From: Aaron Durbin > > The TSP65090 is a PMIC on some exynos5 boards. The init function is > called for the TPS65090 pmic. If that device is not a part of the > device tree (returns -ENODEV) then continue. Otherwise return a > failure. > > Signed-off-by: Aaron Durbin > Signed-off-b

Re: [U-Boot] [PATCH 05/10] exynos5: support tps65090 pmic

2014-03-27 Thread Minkyu Kang
On 27/03/14 02:56, Simon Glass wrote: > From: Aaron Durbin > > The TSP65090 is a PMIC on some exynos5 boards. The init function is > called for the TPS65090 pmic. If that device is not a part of the device > tree (returns -ENODEV) then continue. Otherwise return a failure. > > Signed-off-by: Aar

[U-Boot] [PATCH 05/10] exynos5: support tps65090 pmic

2014-03-26 Thread Simon Glass
From: Aaron Durbin The TSP65090 is a PMIC on some exynos5 boards. The init function is called for the TPS65090 pmic. If that device is not a part of the device tree (returns -ENODEV) then continue. Otherwise return a failure. Signed-off-by: Aaron Durbin Signed-off-by: Simon Glass Reviewed-by: