Re: [PATCH 2/2] Regulators: TPS65917: Add Regulator driver for TPS65917 PMIC

2014-04-28 Thread Mark Brown
On Mon, Apr 28, 2014 at 10:58:26AM +0530, Keerthy wrote: > index 6a79328..5ddb220 100644 > --- a/drivers/regulator/Kconfig > +++ b/drivers/regulator/Kconfig > @@ -384,6 +384,18 @@ config REGULATOR_PALMAS > on the muxing. This is handled automatically in the driver by > reading the

[PATCH 2/2] Regulators: TPS65917: Add Regulator driver for TPS65917 PMIC

2014-04-27 Thread Keerthy
This patch adds support for TPS65917 PMIC regulators. The regulators set consists of 5 SMPSs and 5 LDOs. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Keerthy --- drivers/regulator/Kconfig | 12 + dri