Re: [PATCH v2] pwm: Add support for configuring the PWM polarity

2012-08-08 Thread Thierry Reding
On Tue, Jul 24, 2012 at 07:35:32PM +0530, Philip, Avinash wrote: > Some hardware supports inverting the polarity of the PWM signal. This > commit adds support to the PWM framework to allow users of the PWM API > to configure the polarity. Note that in order to reduce complexity, > changing the

Re: [PATCH v2] pwm: Add support for configuring the PWM polarity

2012-08-08 Thread Thierry Reding
On Tue, Jul 24, 2012 at 07:35:32PM +0530, Philip, Avinash wrote: Some hardware supports inverting the polarity of the PWM signal. This commit adds support to the PWM framework to allow users of the PWM API to configure the polarity. Note that in order to reduce complexity, changing the

Re: [PATCH v2] pwm: Add support for configuring the PWM polarity

2012-07-24 Thread Thierry Reding
On Tue, Jul 24, 2012 at 07:35:32PM +0530, Philip, Avinash wrote: > Some hardware supports inverting the polarity of the PWM signal. This > commit adds support to the PWM framework to allow users of the PWM API > to configure the polarity. Note that in order to reduce complexity, > changing the

[PATCH v2] pwm: Add support for configuring the PWM polarity

2012-07-24 Thread Philip, Avinash
Some hardware supports inverting the polarity of the PWM signal. This commit adds support to the PWM framework to allow users of the PWM API to configure the polarity. Note that in order to reduce complexity, changing the polarity of a PWM signal is only allowed while the PWM is disabled. A

[PATCH v2] pwm: Add support for configuring the PWM polarity

2012-07-24 Thread Philip, Avinash
Some hardware supports inverting the polarity of the PWM signal. This commit adds support to the PWM framework to allow users of the PWM API to configure the polarity. Note that in order to reduce complexity, changing the polarity of a PWM signal is only allowed while the PWM is disabled. A

Re: [PATCH v2] pwm: Add support for configuring the PWM polarity

2012-07-24 Thread Thierry Reding
On Tue, Jul 24, 2012 at 07:35:32PM +0530, Philip, Avinash wrote: Some hardware supports inverting the polarity of the PWM signal. This commit adds support to the PWM framework to allow users of the PWM API to configure the polarity. Note that in order to reduce complexity, changing the