Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-30 Thread Stephen Warren
On 07/30/2013 02:53 PM, Andrew Chew wrote: >> On 07/27/2013 03:55 AM, Laxman Dewangan wrote: >>> On Saturday 27 July 2013 03:42 AM, Andrew Chew wrote: I wrote: > Andrew wrote: >> [adding a third pinmux configuration property to Palmas's DT] > > How does this interact with the p

RE: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-30 Thread Andrew Chew
> On 07/27/2013 03:55 AM, Laxman Dewangan wrote: > > On Saturday 27 July 2013 03:42 AM, Andrew Chew wrote: > >> I wrote: > >>> Andrew wrote: > [adding a third pinmux configuration property to Palmas's DT] > >>> > >>> How does this interact with the pinctrl driver that Laxman just sent > >>> fo

Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-30 Thread Stephen Warren
On 07/27/2013 03:55 AM, Laxman Dewangan wrote: > On Saturday 27 July 2013 03:42 AM, Andrew Chew wrote: >> I wrote: >>> Andrew wrote: [adding a third pinmux configuration property to Palmas's DT] >>> >>> How does this interact with the pinctrl driver that Laxman just >>> sent for Palmas? >>> >>

Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-27 Thread Laxman Dewangan
On Saturday 27 July 2013 03:42 AM, Andrew Chew wrote: How does this interact with the pinctrl driver that Laxman just sent for Palmas? https://lkml.org/lkml/2013/7/26/141 [PATCH 0/2] pinctrl: palmas: add pincontrol driver Thanks for pointing this out. Given this: +Optional properties: +- ti,p

RE: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Andrew Chew
> How does this interact with the pinctrl driver that Laxman just > sent for Palmas? > > https://lkml.org/lkml/2013/7/26/141 > [PATCH 0/2] pinctrl: palmas: add pincontrol driver > >>> > >>> Thanks for pointing this out. Given this: > >>> > >>> +Optional properties: > >>> +

Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Stephen Warren
On 07/26/2013 03:50 PM, Andrew Chew wrote: How does this interact with the pinctrl driver that Laxman just sent for Palmas? https://lkml.org/lkml/2013/7/26/141 [PATCH 0/2] pinctrl: palmas: add pincontrol driver >>> >>> Thanks for pointing this out. Given this: >>> >>> +Opt

RE: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Andrew Chew
> >> How does this interact with the pinctrl driver that Laxman just sent > >> for Palmas? > >> > >> https://lkml.org/lkml/2013/7/26/141 > >> [PATCH 0/2] pinctrl: palmas: add pincontrol driver > > > > Thanks for pointing this out. Given this: > > > > +Optional properties: > > +- ti,palams-enable-d

Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Stephen Warren
On 07/26/2013 03:28 PM, Andrew Chew wrote: >> On 07/26/2013 02:41 PM, Andrew Chew wrote: >>> There exists a PRIMARY_SECONDARY_PAD3 in the same register base as >>> PRIMARY_SECONDARY_PAD2, which controls the function of certain pins. >>> Add a property for this setting. >> >> How does this interact

RE: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Andrew Chew
> On 07/26/2013 02:41 PM, Andrew Chew wrote: > > There exists a PRIMARY_SECONDARY_PAD3 in the same register base as > > PRIMARY_SECONDARY_PAD2, which controls the function of certain pins. > > Add a property for this setting. > > How does this interact with the pinctrl driver that Laxman just sent

Re: [PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Stephen Warren
On 07/26/2013 02:41 PM, Andrew Chew wrote: > There exists a PRIMARY_SECONDARY_PAD3 in the same register base as > PRIMARY_SECONDARY_PAD2, which controls the function of certain pins. Add > a property for this setting. How does this interact with the pinctrl driver that Laxman just sent for Palmas?

[PATCH] mfd: palmas: Add DVFS mux setting

2013-07-26 Thread Andrew Chew
There exists a PRIMARY_SECONDARY_PAD3 in the same register base as PRIMARY_SECONDARY_PAD2, which controls the function of certain pins. Add a property for this setting. Signed-off-by: Andrew Chew --- Documentation/devicetree/bindings/mfd/palmas.txt | 3 ++- drivers/mfd/palmas.c