Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-30 Thread Thierry Reding
On Wed, May 29, 2013 at 04:33:21PM -0500, H Hartley Sweeten wrote: > On Tuesday, May 28, 2013 4:42 AM, Lars Poeschel wrote: > > On Tuesday 28 May 2013 at 13:00:12, Thierry Reding wrote: > >> I've added Lars Poeschel on Cc, who's done some work on a sysfs > >> interface for the PWM subsystem

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-30 Thread Thierry Reding
On Wed, May 29, 2013 at 04:33:21PM -0500, H Hartley Sweeten wrote: On Tuesday, May 28, 2013 4:42 AM, Lars Poeschel wrote: On Tuesday 28 May 2013 at 13:00:12, Thierry Reding wrote: I've added Lars Poeschel on Cc, who's done some work on a sysfs interface for the PWM subsystem already. It's

RE: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-29 Thread H Hartley Sweeten
On Tuesday, May 28, 2013 4:42 AM, Lars Poeschel wrote: > On Tuesday 28 May 2013 at 13:00:12, Thierry Reding wrote: >> I've added Lars Poeschel on Cc, who's done some work on a sysfs >> interface for the PWM subsystem already. It's undergone some review >> already[0] and I think he's working on a

RE: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-29 Thread H Hartley Sweeten
On Tuesday, May 28, 2013 4:42 AM, Lars Poeschel wrote: On Tuesday 28 May 2013 at 13:00:12, Thierry Reding wrote: I've added Lars Poeschel on Cc, who's done some work on a sysfs interface for the PWM subsystem already. It's undergone some review already[0] and I think he's working on a v2 now.

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-28 Thread Lars Poeschel
On Tuesday 28 May 2013 at 13:00:12, Thierry Reding wrote: > On Mon, May 27, 2013 at 07:12:08PM +0200, Arnd Bergmann wrote: > > On Monday 27 May 2013, H Hartley Sweeten wrote: > > > Also, I have a question about the conversion. > > > > > > If I strip the sysfs support out of this driver the

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-28 Thread Thierry Reding
On Mon, May 27, 2013 at 07:12:08PM +0200, Arnd Bergmann wrote: > On Monday 27 May 2013, H Hartley Sweeten wrote: > > Ryan Mallon has also provided a Reviewed-by for this series. > > > > Will you be the one that merges this? I would like it to be in linux-next > > before I convert it to the PWM

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-28 Thread Thierry Reding
On Mon, May 27, 2013 at 07:12:08PM +0200, Arnd Bergmann wrote: On Monday 27 May 2013, H Hartley Sweeten wrote: Ryan Mallon has also provided a Reviewed-by for this series. Will you be the one that merges this? I would like it to be in linux-next before I convert it to the PWM framework.

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-28 Thread Lars Poeschel
On Tuesday 28 May 2013 at 13:00:12, Thierry Reding wrote: On Mon, May 27, 2013 at 07:12:08PM +0200, Arnd Bergmann wrote: On Monday 27 May 2013, H Hartley Sweeten wrote: Also, I have a question about the conversion. If I strip the sysfs support out of this driver the conversion is

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-27 Thread Arnd Bergmann
On Monday 27 May 2013, H Hartley Sweeten wrote: > Ryan Mallon has also provided a Reviewed-by for this series. > > Will you be the one that merges this? I would like it to be in linux-next > before I convert it to the PWM framework. While Greg and I are both maintainers for drivers/misc, he is

RE: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-27 Thread H Hartley Sweeten
On Monday, May 27, 2013 8:20 AM, Arnd Bergmann wrote: > On Saturday 25 May 2013, H Hartley Sweeten wrote: >> This driver needs to be converted to the new PWM framework. >> >> Before converting it clean up all the cruft, >> >> H Hartley Sweeten (14): >> misc/ep93xx_pwm: use managed device

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-27 Thread Arnd Bergmann
On Saturday 25 May 2013, H Hartley Sweeten wrote: > This driver needs to be converted to the new PWM framework. > > Before converting it clean up all the cruft, > > H Hartley Sweeten (14): > misc/ep93xx_pwm: use managed device resources > misc/ep93xx_pwm: use {read,write}* instead of __raw_*

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-27 Thread Arnd Bergmann
On Saturday 25 May 2013, H Hartley Sweeten wrote: This driver needs to be converted to the new PWM framework. Before converting it clean up all the cruft, H Hartley Sweeten (14): misc/ep93xx_pwm: use managed device resources misc/ep93xx_pwm: use {read,write}* instead of __raw_*

RE: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-27 Thread H Hartley Sweeten
On Monday, May 27, 2013 8:20 AM, Arnd Bergmann wrote: On Saturday 25 May 2013, H Hartley Sweeten wrote: This driver needs to be converted to the new PWM framework. Before converting it clean up all the cruft, H Hartley Sweeten (14): misc/ep93xx_pwm: use managed device resources

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-27 Thread Arnd Bergmann
On Monday 27 May 2013, H Hartley Sweeten wrote: Ryan Mallon has also provided a Reviewed-by for this series. Will you be the one that merges this? I would like it to be in linux-next before I convert it to the PWM framework. While Greg and I are both maintainers for drivers/misc, he is the

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-26 Thread Ryan Mallon
On 25/05/13 09:19, H Hartley Sweeten wrote: > This driver needs to be converted to the new PWM framework. > > Before converting it clean up all the cruft, > > H Hartley Sweeten (14): > misc/ep93xx_pwm: use managed device resources > misc/ep93xx_pwm: use {read,write}* instead of __raw_*

Re: [PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-26 Thread Ryan Mallon
On 25/05/13 09:19, H Hartley Sweeten wrote: This driver needs to be converted to the new PWM framework. Before converting it clean up all the cruft, H Hartley Sweeten (14): misc/ep93xx_pwm: use managed device resources misc/ep93xx_pwm: use {read,write}* instead of __raw_* versions for

[PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-24 Thread H Hartley Sweeten
This driver needs to be converted to the new PWM framework. Before converting it clean up all the cruft, H Hartley Sweeten (14): misc/ep93xx_pwm: use managed device resources misc/ep93xx_pwm: use {read,write}* instead of __raw_* versions for io misc/ep93xx_pwm: remove

[PATCH 00/14] misc/ep93xx_pwm: cleanup driver for conversion to PWM framework

2013-05-24 Thread H Hartley Sweeten
This driver needs to be converted to the new PWM framework. Before converting it clean up all the cruft, H Hartley Sweeten (14): misc/ep93xx_pwm: use managed device resources misc/ep93xx_pwm: use {read,write}* instead of __raw_* versions for io misc/ep93xx_pwm: remove