Re: [U-Boot] [PATCH v2 0/3] misc:pmic: New PMIC generic driver

2011-10-05 Thread Stefano Babic
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. > --- > Chan

[U-Boot] [PATCH v2 0/3] misc:pmic: New PMIC generic driver

2011-10-03 Thread Lukasz Majewski
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