RE: [PATCH] pwm: Device tree support for PWM polarity.

2012-11-09 Thread Philip, Avinash
On Fri, Nov 09, 2012 at 14:00:28, Thierry Reding wrote: > On Mon, Oct 29, 2012 at 11:10:27PM +0530, Philip, Avinash wrote: > > From: "Philip, Avinash" > > > > Adds support for 3rd cell in pwm-specifier. PWM polarity is encoded in > > device tree support in bit encoded form. Platforms require pola

Re: [PATCH] pwm: Device tree support for PWM polarity.

2012-11-09 Thread Thierry Reding
On Mon, Oct 29, 2012 at 11:10:27PM +0530, Philip, Avinash wrote: > From: "Philip, Avinash" > > Adds support for 3rd cell in pwm-specifier. PWM polarity is encoded in > device tree support in bit encoded form. Platforms require polarity of > PWM device initialized during PWM device initialization

[PATCH] pwm: Device tree support for PWM polarity.

2012-10-29 Thread Philip, Avinash
From: "Philip, Avinash" Adds support for 3rd cell in pwm-specifier. PWM polarity is encoded in device tree support in bit encoded form. Platforms require polarity of PWM device initialized during PWM device initialization has to encode polarity in 3rd cell of pwm-specifier. Signed-off-by: Philip