Re: [PATCH v10 1/2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver

2016-02-10 Thread Lee Jones
On Fri, 05 Feb 2016, Wenyou Yang wrote: > This patch adds support for the Active-semi ACT8945A PMIC. > It is a Multi Function Device with the following subdevices: > - Regulator > - Charger > > It is interfaced to the host controller using I2C interface, > ACT8945A is a child device of the

Re: [PATCH v10 1/2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver

2016-02-10 Thread Lee Jones
On Fri, 05 Feb 2016, Wenyou Yang wrote: > This patch adds support for the Active-semi ACT8945A PMIC. > It is a Multi Function Device with the following subdevices: > - Regulator > - Charger > > It is interfaced to the host controller using I2C interface, > ACT8945A is a child device of the

[PATCH v10 1/2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver

2016-02-04 Thread Wenyou Yang
This patch adds support for the Active-semi ACT8945A PMIC. It is a Multi Function Device with the following subdevices: - Regulator - Charger It is interfaced to the host controller using I2C interface, ACT8945A is a child device of the I2C. Signed-off-by: Wenyou Yang Reviewed-by: Krzysztof

[PATCH v10 1/2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver

2016-02-04 Thread Wenyou Yang
This patch adds support for the Active-semi ACT8945A PMIC. It is a Multi Function Device with the following subdevices: - Regulator - Charger It is interfaced to the host controller using I2C interface, ACT8945A is a child device of the I2C. Signed-off-by: Wenyou Yang