Re: [PATCH v2 2/5] regulator: Introduce property to flag drms

2015-04-06 Thread Mark Brown
On Thu, Apr 02, 2015 at 02:35:07PM -0700, Bjorn Andersson wrote: > Would you mind picking the other patches from this series or do you > want me to resend them? They are unrelated to this issue and will give > us working regulators (without set_load support) on the affected > platforms. There

Re: [PATCH v2 2/5] regulator: Introduce property to flag drms

2015-04-06 Thread Mark Brown
On Thu, Apr 02, 2015 at 02:35:07PM -0700, Bjorn Andersson wrote: Would you mind picking the other patches from this series or do you want me to resend them? They are unrelated to this issue and will give us working regulators (without set_load support) on the affected platforms. There seem

Re: [PATCH v2 2/5] regulator: Introduce property to flag drms

2015-04-02 Thread Bjorn Andersson
On Thu, Apr 2, 2015 at 1:54 AM, Mark Brown wrote: > On Wed, Apr 01, 2015 at 03:55:43PM -0700, Bjorn Andersson wrote: >> Introduce "regulator-allow-drms" to make it possible for board >> configuration to enable drms for regulators. > > I don't think this is a good name, nobody unfamiliar with a

Re: [PATCH v2 2/5] regulator: Introduce property to flag drms

2015-04-02 Thread Mark Brown
On Wed, Apr 01, 2015 at 03:55:43PM -0700, Bjorn Andersson wrote: > Introduce "regulator-allow-drms" to make it possible for board > configuration to enable drms for regulators. I don't think this is a good name, nobody unfamiliar with a fairly obscure feature in the Linux regulator API is going

Re: [PATCH v2 2/5] regulator: Introduce property to flag drms

2015-04-02 Thread Mark Brown
On Wed, Apr 01, 2015 at 03:55:43PM -0700, Bjorn Andersson wrote: Introduce regulator-allow-drms to make it possible for board configuration to enable drms for regulators. I don't think this is a good name, nobody unfamiliar with a fairly obscure feature in the Linux regulator API is going to

Re: [PATCH v2 2/5] regulator: Introduce property to flag drms

2015-04-02 Thread Bjorn Andersson
On Thu, Apr 2, 2015 at 1:54 AM, Mark Brown broo...@kernel.org wrote: On Wed, Apr 01, 2015 at 03:55:43PM -0700, Bjorn Andersson wrote: Introduce regulator-allow-drms to make it possible for board configuration to enable drms for regulators. I don't think this is a good name, nobody unfamiliar

[PATCH v2 2/5] regulator: Introduce property to flag drms

2015-04-01 Thread Bjorn Andersson
Introduce "regulator-allow-drms" to make it possible for board configuration to enable drms for regulators. Signed-off-by: Bjorn Andersson --- Documentation/devicetree/bindings/regulator/regulator.txt | 1 + drivers/regulator/of_regulator.c | 3 +++ 2 files changed, 4

[PATCH v2 2/5] regulator: Introduce property to flag drms

2015-04-01 Thread Bjorn Andersson
Introduce regulator-allow-drms to make it possible for board configuration to enable drms for regulators. Signed-off-by: Bjorn Andersson bjorn.anders...@sonymobile.com --- Documentation/devicetree/bindings/regulator/regulator.txt | 1 + drivers/regulator/of_regulator.c |