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

Lukasz Majewski lukma633 at gmail.com
Mon Sep 17 22:49:15 CEST 2012


Hi Tom,

> On Fri, Sep 14, 2012 at 05:39:59PM +0200, 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).
> > 
> > Due to that, code at other architectures and boards have been
> > adjusted properly.
> > 
> > New power_board_init() method at ./lib/board.c file has been
> > introduced. It is meant to be an architecture dependent function to
> > support advanced power management. Since PMIC framework uses lists
> > internally to link different devices, its initialization must be
> > done just after malloc initialization.
> 
> The framework itself looks OK, but I'd appreciate others reviewing as
> well.
> 
That was my intention to start a discussion. I'm welcome for other
opinions.

Regards,
Lukasz


More information about the U-Boot mailing list