Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-11 Thread Ian Campbell
On Sat, 2015-10-03 at 16:26 +0200, Hans de Goede wrote: > Stop prefixing the axp functions for setting voltages, etc. with the > model number, there ever is only one pmic driver built into u-boot, > this allows simplifying the callers. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell @@

Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-09 Thread Chen-Yu Tsai
Hi, On Fri, Oct 9, 2015 at 8:41 PM, Ian Campbell wrote: > On Fri, 2015-10-09 at 13:24 +0200, Hans de Goede wrote: >> Hi, >> >> On 09-10-15 10:31, Ian Campbell wrote: >> > On Sat, 2015-10-03 at 22:16 +0200, Hans de Goede wrote: >> > > Hi, >> > > >> > > On 03-10-15 16:32, Chen-Yu Tsai wrote: >> > >

Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-09 Thread Ian Campbell
On Fri, 2015-10-09 at 15:44 +0200, Hans de Goede wrote: > > In which case what we would want is a set of choice options for primary and > > a separate set choice options for secondary (with a none option too in this > > case) and there would be no duplication of any specific AXPxxx option > > betw

Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-09 Thread Hans de Goede
Hi, On 09-10-15 14:41, Ian Campbell wrote: On Fri, 2015-10-09 at 13:24 +0200, Hans de Goede wrote: Hi, On 09-10-15 10:31, Ian Campbell wrote: On Sat, 2015-10-03 at 22:16 +0200, Hans de Goede wrote: Hi, On 03-10-15 16:32, Chen-Yu Tsai wrote: On Sat, Oct 3, 2015 at 10:26 PM, Hans de Goede

Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-09 Thread Ian Campbell
On Fri, 2015-10-09 at 13:24 +0200, Hans de Goede wrote: > Hi, > > On 09-10-15 10:31, Ian Campbell wrote: > > On Sat, 2015-10-03 at 22:16 +0200, Hans de Goede wrote: > > > Hi, > > > > > > On 03-10-15 16:32, Chen-Yu Tsai wrote: > > > > On Sat, Oct 3, 2015 at 10:26 PM, Hans de Goede > > > > > > > >

Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-09 Thread Hans de Goede
Hi, On 09-10-15 10:31, Ian Campbell wrote: On Sat, 2015-10-03 at 22:16 +0200, Hans de Goede wrote: Hi, On 03-10-15 16:32, Chen-Yu Tsai wrote: On Sat, Oct 3, 2015 at 10:26 PM, Hans de Goede wrote: Stop prefixing the axp functions for setting voltages, etc. with the model number, there ever i

Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-09 Thread Ian Campbell
On Sat, 2015-10-03 at 22:16 +0200, Hans de Goede wrote: > Hi, > > On 03-10-15 16:32, Chen-Yu Tsai wrote: > > On Sat, Oct 3, 2015 at 10:26 PM, Hans de Goede > > wrote: > > > Stop prefixing the axp functions for setting voltages, etc. with the > > > model number, there ever is only one pmic driver

Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-03 Thread Hans de Goede
Hi, On 03-10-15 16:32, Chen-Yu Tsai wrote: On Sat, Oct 3, 2015 at 10:26 PM, Hans de Goede wrote: Stop prefixing the axp functions for setting voltages, etc. with the model number, there ever is only one pmic driver built into u-boot, this allows simplifying the callers. Hmm... What's going t

Re: [U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-03 Thread Chen-Yu Tsai
On Sat, Oct 3, 2015 at 10:26 PM, Hans de Goede wrote: > Stop prefixing the axp functions for setting voltages, etc. with the > model number, there ever is only one pmic driver built into u-boot, > this allows simplifying the callers. Hmm... What's going to happen with the A80, which has 2 PMICs?

[U-Boot] [PATCH 3/7] sunxi: power: Unify axp pmic function names

2015-10-03 Thread Hans de Goede
Stop prefixing the axp functions for setting voltages, etc. with the model number, there ever is only one pmic driver built into u-boot, this allows simplifying the callers. Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/cpu_info.c | 4 +-- arch/arm/cpu/armv7/sunxi/usb_phy.c | 9 --