Re: [PATCH 3/4] regulator: bcm590xx: add support for regulators on secondary i2c slave

2014-04-14 Thread Mark Brown
On Mon, Apr 14, 2014 at 02:50:27PM -0400, Matt Porter wrote: > The bcm590xx mfd driver now exposes a second regmap descriptor making > the registers for regulators on the secondary i2c slave address > available. Add support for GPLDO1-6 and VBUS regulators found within > this register range. > >

[PATCH 3/4] regulator: bcm590xx: add support for regulators on secondary i2c slave

2014-04-14 Thread Matt Porter
The bcm590xx mfd driver now exposes a second regmap descriptor making the registers for regulators on the secondary i2c slave address available. Add support for GPLDO1-6 and VBUS regulators found within this register range. Signed-off-by: Matt Porter --- drivers/regulator/bcm590xx-regulator.c

[PATCH 3/4] regulator: bcm590xx: add support for regulators on secondary i2c slave

2014-04-14 Thread Matt Porter
The bcm590xx mfd driver now exposes a second regmap descriptor making the registers for regulators on the secondary i2c slave address available. Add support for GPLDO1-6 and VBUS regulators found within this register range. Signed-off-by: Matt Porter mpor...@linaro.org ---

Re: [PATCH 3/4] regulator: bcm590xx: add support for regulators on secondary i2c slave

2014-04-14 Thread Mark Brown
On Mon, Apr 14, 2014 at 02:50:27PM -0400, Matt Porter wrote: The bcm590xx mfd driver now exposes a second regmap descriptor making the registers for regulators on the secondary i2c slave address available. Add support for GPLDO1-6 and VBUS regulators found within this register range.