Re: [PATCH 3/3] regulator: Add LTC3589 support

2014-05-05 Thread Philipp Zabel
Am Donnerstag, den 01.05.2014, 11:07 -0700 schrieb Mark Brown: > On Tue, Apr 29, 2014 at 06:37:10PM +0200, Philipp Zabel wrote: > > This patch adds support for the Linear Technology LTC3589, LTC3589-1, > > and LTC3589-2 8-output I2C voltage regulator ICs. > > One small nit in addition to the

Re: [PATCH 3/3] regulator: Add LTC3589 support

2014-05-05 Thread Philipp Zabel
Am Donnerstag, den 01.05.2014, 11:07 -0700 schrieb Mark Brown: On Tue, Apr 29, 2014 at 06:37:10PM +0200, Philipp Zabel wrote: This patch adds support for the Linear Technology LTC3589, LTC3589-1, and LTC3589-2 8-output I2C voltage regulator ICs. One small nit in addition to the vendor

Re: [PATCH 3/3] regulator: Add LTC3589 support

2014-05-01 Thread Mark Brown
On Tue, Apr 29, 2014 at 06:37:10PM +0200, Philipp Zabel wrote: > This patch adds support for the Linear Technology LTC3589, LTC3589-1, > and LTC3589-2 8-output I2C voltage regulator ICs. One small nit in addition to the vendor prefix thing: > +static const int ltc3589_12_ldo4[] = { > +

Re: [PATCH 3/3] regulator: Add LTC3589 support

2014-05-01 Thread Mark Brown
On Tue, Apr 29, 2014 at 06:37:10PM +0200, Philipp Zabel wrote: This patch adds support for the Linear Technology LTC3589, LTC3589-1, and LTC3589-2 8-output I2C voltage regulator ICs. One small nit in addition to the vendor prefix thing: +static const int ltc3589_12_ldo4[] = { + 120,

[PATCH 3/3] regulator: Add LTC3589 support

2014-04-29 Thread Philipp Zabel
This patch adds support for the Linear Technology LTC3589, LTC3589-1, and LTC3589-2 8-output I2C voltage regulator ICs. Signed-off-by: Philipp Zabel --- drivers/regulator/Kconfig | 6 + drivers/regulator/Makefile | 1 + drivers/regulator/ltc3589.c | 564

[PATCH 3/3] regulator: Add LTC3589 support

2014-04-29 Thread Philipp Zabel
This patch adds support for the Linear Technology LTC3589, LTC3589-1, and LTC3589-2 8-output I2C voltage regulator ICs. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/regulator/Kconfig | 6 + drivers/regulator/Makefile | 1 + drivers/regulator/ltc3589.c | 564