From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Mon, 17 Sep 2012 22:49:15 +0200 Subject: [U-Boot] [PATCH 00/16] pmic: Redesign PMIC framework to support multiple instances of devices In-Reply-To: <20120914173513.GF22028@bill-the-cat> References: <1347637215-4830-1-git-send-email-l.majewski@samsung.com> <20120914173513.GF22028@bill-the-cat> Message-ID: <20120917224915.5782adec@jawa> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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