RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread J, KEERTHY
x-...@vger.kernel.org; devicetree- > disc...@lists.ozlabs.org; g...@slimlogic.co.uk; linux- > o...@vger.kernel.org > Subject: Re: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature > > On Thu, Jun 20, 2013 at 09:13:06AM +, J, KEERTHY wrote: > > > > Could you plea

Re: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread Samuel Ortiz
On Thu, Jun 20, 2013 at 09:13:06AM +, J, KEERTHY wrote: > > > Could you please pull this patch? > > I'm reverting this one for now as of_match_device is not define for > > !CONFIG_OF. > > So the of_match_device parts can come under #ifdef CONFIG_OF? Nevermind, you were "just" missing an

RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread J, KEERTHY
ger.kernel.org; linux-...@vger.kernel.org; devicetree- > disc...@lists.ozlabs.org; g...@slimlogic.co.uk; linux- > o...@vger.kernel.org > Subject: Re: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature > > Hi, > > On Thu, Jun 20, 2013 at 04:34:42AM +, J, KEERTHY wrote: > > >

Re: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread Samuel Ortiz
gt; sa...@linux.intel.com; grant.lik...@secretlab.ca; swar...@nvidia.com; > > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; devicetree- > > disc...@lists.ozlabs.org; g...@slimlogic.co.uk > > Subject: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature > > > &

Re: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread Samuel Ortiz
; swar...@nvidia.com; linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; devicetree- disc...@lists.ozlabs.org; g...@slimlogic.co.uk Subject: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature From: J Keerthy j-keer...@ti.com The SMPS10 regulator is not presesnt in all

RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread J, KEERTHY
; devicetree- disc...@lists.ozlabs.org; g...@slimlogic.co.uk; linux- o...@vger.kernel.org Subject: Re: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature Hi, On Thu, Jun 20, 2013 at 04:34:42AM +, J, KEERTHY wrote: -Original Message- From: J, KEERTHY Sent: Wednesday

Re: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread Samuel Ortiz
On Thu, Jun 20, 2013 at 09:13:06AM +, J, KEERTHY wrote: Could you please pull this patch? I'm reverting this one for now as of_match_device is not define for !CONFIG_OF. So the of_match_device parts can come under #ifdef CONFIG_OF? Nevermind, you were just missing an of_device.h

RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread J, KEERTHY
; devicetree- disc...@lists.ozlabs.org; g...@slimlogic.co.uk; linux- o...@vger.kernel.org Subject: Re: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature On Thu, Jun 20, 2013 at 09:13:06AM +, J, KEERTHY wrote: Could you please pull this patch? I'm reverting this one for now

RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-19 Thread J, KEERTHY
om; > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; devicetree- > disc...@lists.ozlabs.org; g...@slimlogic.co.uk > Subject: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature > > From: J Keerthy > > The SMPS10 regulator is not presesnt in all the variants of the PALMA

RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-19 Thread J, KEERTHY
; linux-...@vger.kernel.org; devicetree- disc...@lists.ozlabs.org; g...@slimlogic.co.uk Subject: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature From: J Keerthy j-keer...@ti.com The SMPS10 regulator is not presesnt in all the variants of the PALMAS PMIC family. Hence adding a feature

[PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-18 Thread Keerthy
From: J Keerthy The SMPS10 regulator is not presesnt in all the variants of the PALMAS PMIC family. Hence adding a feature to distingush between them. Signed-off-by: J Keerthy --- drivers/mfd/palmas.c | 27 --- drivers/regulator/palmas-regulator.c |

[PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-18 Thread Keerthy
From: J Keerthy j-keer...@ti.com The SMPS10 regulator is not presesnt in all the variants of the PALMAS PMIC family. Hence adding a feature to distingush between them. Signed-off-by: J Keerthy j-keer...@ti.com --- drivers/mfd/palmas.c | 27 ---