Re: [PATCH v2] pwm: add ep93xx PWM support

2013-10-17 Thread Thierry Reding
On Tue, Oct 15, 2013 at 06:40:03PM -0700, H Hartley Sweeten wrote: > Remove the non-standard EP93xx PWM driver in drivers/misc and add > a new driver for the PWM controllers on the EP93xx platform based > on the PWM framework. > > These PWM controllers each support 1 PWM channel with programmable

Re: [PATCH v2] pwm: add ep93xx PWM support

2013-10-17 Thread Thierry Reding
On Tue, Oct 15, 2013 at 06:40:03PM -0700, H Hartley Sweeten wrote: Remove the non-standard EP93xx PWM driver in drivers/misc and add a new driver for the PWM controllers on the EP93xx platform based on the PWM framework. These PWM controllers each support 1 PWM channel with programmable

Re: [PATCH v2] pwm: add ep93xx PWM support

2013-10-16 Thread Greg KH
On Tue, Oct 15, 2013 at 06:40:03PM -0700, H Hartley Sweeten wrote: > Remove the non-standard EP93xx PWM driver in drivers/misc and add > a new driver for the PWM controllers on the EP93xx platform based > on the PWM framework. > > These PWM controllers each support 1 PWM channel with programmable

Re: [PATCH v2] pwm: add ep93xx PWM support

2013-10-16 Thread Arnd Bergmann
On Wednesday 16 October 2013, H Hartley Sweeten wrote: > Remove the non-standard EP93xx PWM driver in drivers/misc and add > a new driver for the PWM controllers on the EP93xx platform based > on the PWM framework. > > These PWM controllers each support 1 PWM channel with programmable > duty

Re: [PATCH v2] pwm: add ep93xx PWM support

2013-10-16 Thread Arnd Bergmann
On Wednesday 16 October 2013, H Hartley Sweeten wrote: Remove the non-standard EP93xx PWM driver in drivers/misc and add a new driver for the PWM controllers on the EP93xx platform based on the PWM framework. These PWM controllers each support 1 PWM channel with programmable duty cycle,

Re: [PATCH v2] pwm: add ep93xx PWM support

2013-10-16 Thread Greg KH
On Tue, Oct 15, 2013 at 06:40:03PM -0700, H Hartley Sweeten wrote: Remove the non-standard EP93xx PWM driver in drivers/misc and add a new driver for the PWM controllers on the EP93xx platform based on the PWM framework. These PWM controllers each support 1 PWM channel with programmable

[PATCH v2] pwm: add ep93xx PWM support

2013-10-15 Thread H Hartley Sweeten
Remove the non-standard EP93xx PWM driver in drivers/misc and add a new driver for the PWM controllers on the EP93xx platform based on the PWM framework. These PWM controllers each support 1 PWM channel with programmable duty cycle, frequency, and polarity inversion. Signed-off-by: H Hartley

[PATCH v2] pwm: add ep93xx PWM support

2013-10-15 Thread H Hartley Sweeten
Remove the non-standard EP93xx PWM driver in drivers/misc and add a new driver for the PWM controllers on the EP93xx platform based on the PWM framework. These PWM controllers each support 1 PWM channel with programmable duty cycle, frequency, and polarity inversion. Signed-off-by: H Hartley