Re: [NEW DRIVER V5 7/7] drivers/regulator: DA9058 REGULATOR driver

2013-04-17 Thread Mark Brown
On Wed, Apr 17, 2013 at 05:33:37PM +0100, Anthony Olech wrote: > + reg->init.constraints.name = rpdata->regulator_name; > + reg->init.constraints.min_uv = rpdata->min_uv; > + reg->init.constraints.max_uv = rpdata->max_uv; > + reg->init.constraints.valid_ops_mask = rpdata->valid_ops

[NEW DRIVER V5 7/7] drivers/regulator: DA9058 REGULATOR driver

2013-04-17 Thread Anthony Olech
This patch is relative to linux next-20130417 This is the REGULATOR component driver of the Dialog DA9058 PMIC. This driver is just one component of the whole DA9058 PMIC driver. It depends on the CORE component driver of the DA9058 MFD. Changes relative to V4 of this patch: - rebased to latest t