From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 05 Oct 2011 12:52:00 +0200 Subject: [U-Boot] [PATCH v2 0/3] misc:pmic: New PMIC generic driver In-Reply-To: <1317707151-21803-1-git-send-email-l.majewski@samsung.com> References: <1314868412-2949-1-git-send-email-l.majewski@samsung.com> <1317707151-21803-1-git-send-email-l.majewski@samsung.com> Message-ID: <4E8C36D0.9070909@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/04/2011 07:45 AM, Lukasz Majewski wrote: > This patch series adds new generic PMIC framework for u-boot. > It is supposed to handle various types of pmic IC's (both, > equippled with I2C or SPI bus). > > This patch series has been tested on Samsung's GONI reference target. > --- > Changes for v2: > - New logical structure of patch series > - printf/puts replaced with debug() macro where applicable > - pmic_reg_write(...,u32 *val) replaced with u32 val > - pmic_init() moved to board_init() function > > Lukasz Majewski (3): > misc:pmic:core New generic PMIC driver > misc:pmic:max8998 MAX8998 support at a new PMIC driver. > misc:pmic:samsung Enable PMIC driver at GONI target > Hi Lukasz, I retested your patches, they looks ok for me. I have only seen you dropped also the changes to fsl_pmic.h and pmic_fsl.c, not only the ones for MX51. Because I need in any case these changes to test your code, I will merge also these files (I resubmit now a patch with your signed-off with the code extracted from the V1, as fourth patch of your patchset..). I tested also the RTC mc13783, this uses also PMIC code. It looks ok ;-). Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================