Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-30 Thread Simon Glass
Hi Minkyu, On 28 May 2014 07:02, Minkyu Kang wrote: > Dear Simon Glass, > > On 27/05/14 09:01, Simon Glass wrote: >> Hi Minkyu, >> >> On 25 May 2014 21:15, Minkyu Kang wrote: >>> Dear Simon, >>> >>> On 23/05/14 02:27, Simon Glass wrote: Hi Minkyu, On 21 May 2014 15:20, Minkyu Kang

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-28 Thread Minkyu Kang
Dear Simon Glass, On 27/05/14 09:01, Simon Glass wrote: > Hi Minkyu, > > On 25 May 2014 21:15, Minkyu Kang wrote: >> Dear Simon, >> >> On 23/05/14 02:27, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 21 May 2014 15:20, Minkyu Kang wrote: On 22/05/14 03:58, Simon Glass wrote: > Hi Minkyu

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-26 Thread Simon Glass
Hi Minkyu, On 25 May 2014 21:15, Minkyu Kang wrote: > Dear Simon, > > On 23/05/14 02:27, Simon Glass wrote: >> Hi Minkyu, >> >> On 21 May 2014 15:20, Minkyu Kang wrote: >>> On 22/05/14 03:58, Simon Glass wrote: Hi Minkyu, On 21 May 2014 00:05, Minkyu Kang wrote: > On 20/05/14

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-26 Thread Minkyu Kang
Dear Simon, On 23/05/14 02:27, Simon Glass wrote: > Hi Minkyu, > > On 21 May 2014 15:20, Minkyu Kang wrote: >> On 22/05/14 03:58, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 21 May 2014 00:05, Minkyu Kang wrote: On 20/05/14 20:47, Simon Glass wrote: > Hi Minkyu, > > On 15 May

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-22 Thread Simon Glass
Hi David, On 22 May 2014 08:24, David Nelson wrote: > > On 14-05-22 11:27 AM, Simon Glass wrote: >> >> Hi Minkyu, >> >> On 21 May 2014 15:20, Minkyu Kang wrote: >>> >>> On 22/05/14 03:58, Simon Glass wrote: Hi Minkyu, On 21 May 2014 00:05, Minkyu Kang wrote: > > On 2

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-22 Thread David Nelson
On 14-05-22 11:27 AM, Simon Glass wrote: Hi Minkyu, On 21 May 2014 15:20, Minkyu Kang wrote: On 22/05/14 03:58, Simon Glass wrote: Hi Minkyu, On 21 May 2014 00:05, Minkyu Kang wrote: On 20/05/14 20:47, Simon Glass wrote: Hi Minkyu, On 15 May 2014 00:51, Minkyu Kang wrote: On 03/04/14

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-22 Thread Simon Glass
Hi Minkyu, On 21 May 2014 15:20, Minkyu Kang wrote: > On 22/05/14 03:58, Simon Glass wrote: >> Hi Minkyu, >> >> On 21 May 2014 00:05, Minkyu Kang wrote: >>> On 20/05/14 20:47, Simon Glass wrote: Hi Minkyu, On 15 May 2014 00:51, Minkyu Kang wrote: > On 03/04/14 08:24, Simon Gl

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-21 Thread Minkyu Kang
On 22/05/14 03:58, Simon Glass wrote: > Hi Minkyu, > > On 21 May 2014 00:05, Minkyu Kang wrote: >> On 20/05/14 20:47, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 15 May 2014 00:51, Minkyu Kang wrote: On 03/04/14 08:24, Simon Glass wrote: > From: Aaron Durbin > > The TSP65090 i

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-21 Thread Simon Glass
Hi Minkyu, On 21 May 2014 00:05, Minkyu Kang wrote: > On 20/05/14 20:47, Simon Glass wrote: >> Hi Minkyu, >> >> On 15 May 2014 00:51, Minkyu Kang wrote: >>> On 03/04/14 08:24, Simon Glass wrote: From: Aaron Durbin The TSP65090 is a PMIC on some exynos5 boards. The init function i

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-21 Thread Minkyu Kang
On 20/05/14 20:47, Simon Glass wrote: > Hi Minkyu, > > On 15 May 2014 00:51, Minkyu Kang wrote: >> On 03/04/14 08:24, 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 pa

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-20 Thread Simon Glass
Hi Minkyu, On 15 May 2014 00:51, Minkyu Kang wrote: > On 03/04/14 08:24, 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 c

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-14 Thread Minkyu Kang
On 03/04/14 08:24, 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 v2 07/12] exynos5: support tps65090 pmic

2014-04-02 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: