Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-07 Thread Thierry Reding
On Mon, Oct 08, 2012 at 10:45:44AM +0800, Eric Miao wrote: > On Fri, Oct 5, 2012 at 3:13 AM, Thierry Reding > wrote: > > On Thu, Oct 04, 2012 at 08:48:54PM +0200, Lars-Peter Clausen wrote: > >> On 10/04/2012 08:29 PM, Thierry Reding wrote: > >> > On Thu, Oct 04, 2012 at 05:00:23PM +0200, Lars-Pete

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-07 Thread Eric Miao
On Fri, Oct 5, 2012 at 3:13 AM, Thierry Reding wrote: > On Thu, Oct 04, 2012 at 08:48:54PM +0200, Lars-Peter Clausen wrote: >> On 10/04/2012 08:29 PM, Thierry Reding wrote: >> > On Thu, Oct 04, 2012 at 05:00:23PM +0200, Lars-Peter Clausen wrote: >> >> On 10/04/2012 08:06 AM, Thierry Reding wrote:

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-06 Thread Shawn Guo
On Thu, Oct 04, 2012 at 08:06:59AM +0200, Thierry Reding wrote: > Now that all drivers have been moved to the PWM subsystem, remove the > legacy HAVE_PWM symbol and replace it with the new PWM symbol. While at > it, select the PWM subsystem and corresponding PWM driver on boards that > require PWM

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-04 Thread Thierry Reding
On Thu, Oct 04, 2012 at 08:48:54PM +0200, Lars-Peter Clausen wrote: > On 10/04/2012 08:29 PM, Thierry Reding wrote: > > On Thu, Oct 04, 2012 at 05:00:23PM +0200, Lars-Peter Clausen wrote: > >> On 10/04/2012 08:06 AM, Thierry Reding wrote: > >>> [...] > >>> diff --git a/arch/mips/Kconfig b/arch/mips

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-04 Thread Lars-Peter Clausen
On 10/04/2012 08:29 PM, Thierry Reding wrote: > On Thu, Oct 04, 2012 at 05:00:23PM +0200, Lars-Peter Clausen wrote: >> On 10/04/2012 08:06 AM, Thierry Reding wrote: >>> [...] >>> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig >>> index 331d574..b38f23d 100644 >>> --- a/arch/mips/Kconfig >>> +++

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-04 Thread Thierry Reding
On Thu, Oct 04, 2012 at 05:00:23PM +0200, Lars-Peter Clausen wrote: > On 10/04/2012 08:06 AM, Thierry Reding wrote: > > [...] > > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > > index 331d574..b38f23d 100644 > > --- a/arch/mips/Kconfig > > +++ b/arch/mips/Kconfig > > @@ -219,7 +219,8 @@ conf

Re: [PATCH] pwm: Get rid of HAVE_PWM

2012-10-04 Thread Lars-Peter Clausen
On 10/04/2012 08:06 AM, Thierry Reding wrote: > [...] > diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig > index 331d574..b38f23d 100644 > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -219,7 +219,8 @@ config MACH_JZ4740 > select GENERIC_GPIO > select ARCH_REQUIRE_GPIOLIB >

[PATCH] pwm: Get rid of HAVE_PWM

2012-10-03 Thread Thierry Reding
Now that all drivers have been moved to the PWM subsystem, remove the legacy HAVE_PWM symbol and replace it with the new PWM symbol. While at it, select the PWM subsystem and corresponding PWM driver on boards that require PWM functionality. Signed-off-by: Thierry Reding Cc: Russell King Cc: Sha