
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