Re: [U-Boot] [PATCH v4 14/16] odroid: board: add support to dm pmic api

2015-04-23 Thread Przemyslaw Marczak
Hello Simon, On 04/22/2015 06:31 PM, Simon Glass wrote: Hi Przemyslaw, On 20 April 2015 at 12:07, Przemyslaw Marczak wrote: This commit change the old pmic framework calls to the new ones. Signed-off-by: Przemyslaw Marczak --- Changes v2: - remove board_init_i2c() call - update regulator ca

Re: [U-Boot] [PATCH v4 14/16] odroid: board: add support to dm pmic api

2015-04-22 Thread Simon Glass
On 22 April 2015 at 10:31, Simon Glass wrote: > Hi Przemyslaw, > > On 20 April 2015 at 12:07, Przemyslaw Marczak wrote: >> This commit change the old pmic framework calls to the new ones. >> >> Signed-off-by: Przemyslaw Marczak >> --- >> Changes v2: >> - remove board_init_i2c() call >> - update

Re: [U-Boot] [PATCH v4 14/16] odroid: board: add support to dm pmic api

2015-04-22 Thread Simon Glass
Hi Przemyslaw, On 20 April 2015 at 12:07, Przemyslaw Marczak wrote: > This commit change the old pmic framework calls to the new ones. > > Signed-off-by: Przemyslaw Marczak > --- > Changes v2: > - remove board_init_i2c() call > - update regulator calls > - update headers > - samsung/misc.c: incl

[U-Boot] [PATCH v4 14/16] odroid: board: add support to dm pmic api

2015-04-20 Thread Przemyslaw Marczak
This commit change the old pmic framework calls to the new ones. Signed-off-by: Przemyslaw Marczak --- Changes v2: - remove board_init_i2c() call - update regulator calls - update headers - samsung/misc.c: include required header Changes v3: - adjust regulator calls to new api Changes V4: - use