Re: [PATCH v8 3/3] regulator: qcom-rpm: Add missing state flag in call to RPM

2015-01-20 Thread Lee Jones
On Wed, 26 Nov 2014, Bjorn Andersson wrote: > This adds the missing state parameter to the call down to the RPM. This > is currently hard coded to the active state, as that's all we're > supporting at this moment. > > Signed-off-by: Bjorn Andersson > --- > drivers/regulator/qcom_rpm-regulator.c

Re: [PATCH v8 3/3] regulator: qcom-rpm: Add missing state flag in call to RPM

2015-01-20 Thread Mark Brown
On Tue, Jan 20, 2015 at 02:19:54PM +, Lee Jones wrote: > Do you want a pull-request for this, or can I absorb it right into my > tree? Just apply it. signature.asc Description: Digital signature

Re: [PATCH v8 3/3] regulator: qcom-rpm: Add missing state flag in call to RPM

2015-01-20 Thread Lee Jones
Mark, Do you want a pull-request for this, or can I absorb it right into my tree? > This adds the missing state parameter to the call down to the RPM. This > is currently hard coded to the active state, as that's all we're > supporting at this moment. > > Signed-off-by: Bjorn Andersson > --- >

Re: [PATCH v8 3/3] regulator: qcom-rpm: Add missing state flag in call to RPM

2014-11-27 Thread Mark Brown
On Wed, Nov 26, 2014 at 01:51:01PM -0800, Bjorn Andersson wrote: > This adds the missing state parameter to the call down to the RPM. This > is currently hard coded to the active state, as that's all we're > supporting at this moment. Acked-by: Mark Brown signature.asc Description: Digital sign

[PATCH v8 3/3] regulator: qcom-rpm: Add missing state flag in call to RPM

2014-11-26 Thread Bjorn Andersson
This adds the missing state parameter to the call down to the RPM. This is currently hard coded to the active state, as that's all we're supporting at this moment. Signed-off-by: Bjorn Andersson --- drivers/regulator/qcom_rpm-regulator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver