Re: [U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-11-04 Thread Lukasz Majewski
Hi Tom, On Tue, Oct 30, 2012 at 05:56:55PM +0100, Lukasz Majewski wrote: PMIC framework has been redesigned to support multiple instances of power related devices (e.g. fuel gauge, PMICs, chargers, micro USB IC, battery). I _think_ this series is causing: $ uboot-build.sh

Re: [U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-11-03 Thread Tom Rini
On Tue, Oct 30, 2012 at 05:56:55PM +0100, Lukasz Majewski wrote: PMIC framework has been redesigned to support multiple instances of power related devices (e.g. fuel gauge, PMICs, chargers, micro USB IC, battery). I _think_ this series is causing: $ uboot-build.sh mx51_efikamx Testing

Re: [U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-10-31 Thread Stefano Babic
On 30/10/2012 17:56, Lukasz Majewski wrote: PMIC framework has been redesigned to support multiple instances of power related devices (e.g. fuel gauge, PMICs, chargers, micro USB IC, battery). Due to that, code at other architectures and boards have been adjusted properly. New

Re: [U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-10-31 Thread Lukasz Majewski
Hi Stefano, On 30/10/2012 17:56, Lukasz Majewski wrote: PMIC framework has been redesigned to support multiple instances of power related devices (e.g. fuel gauge, PMICs, chargers, micro USB IC, battery). Due to that, code at other architectures and boards have been adjusted

[U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices

2012-10-30 Thread Lukasz Majewski
PMIC framework has been redesigned to support multiple instances of power related devices (e.g. fuel gauge, PMICs, chargers, micro USB IC, battery). Due to that, code at other architectures and boards have been adjusted properly. New power_init_board() method at ./lib/board.c file has been