Re: [U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-05-09 Thread Stefano Babic
On 23/04/2014 06:53, Tim Harvey wrote: > Avoid uding pmic_init() as this forces the model of only allowing a > single PMIC driver to be built at a time. > > Signed-off-by: Tim Harvey > --- > drivers/power/pmic/pmic_pfuze100.c | 2 +- > include/power/pfuze100_pmic.h | 1 + > 2 files changed,

Re: [U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-04-24 Thread Stefano Babic
Hi Tim, On 24/04/2014 10:19, Tim Harvey wrote: >> >> This is a change in the PMIC framework API and must be documented. >> >> Currently, we support multiple instances of the same PMIC, but not >> different PMIC on the same board. >> > > Stefano, > > Hmm... I see several pmic's that use their ow

Re: [U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-04-24 Thread Tim Harvey
On Thu, Apr 24, 2014 at 1:03 AM, Stefano Babic wrote: > Hi Tim, > > On 23/04/2014 06:53, Tim Harvey wrote: >> Avoid uding pmic_init() as this forces the model of only allowing a >> single PMIC driver to be built at a time. >> >> Signed-off-by: Tim Harvey >> --- >> drivers/power/pmic/pmic_pfuze10

Re: [U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-04-24 Thread Stefano Babic
Hi Tim, On 23/04/2014 06:53, Tim Harvey wrote: > Avoid uding pmic_init() as this forces the model of only allowing a > single PMIC driver to be built at a time. > > Signed-off-by: Tim Harvey > --- > drivers/power/pmic/pmic_pfuze100.c | 2 +- > include/power/pfuze100_pmic.h | 1 + > 2 files

[U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-04-22 Thread Tim Harvey
Avoid uding pmic_init() as this forces the model of only allowing a single PMIC driver to be built at a time. Signed-off-by: Tim Harvey --- drivers/power/pmic/pmic_pfuze100.c | 2 +- include/power/pfuze100_pmic.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/p