Re: [PATCH 08/13] video/backlight: LM3630A needs PWM

2014-04-28 Thread Lee Jones
> The LM3630A driver cannot be successfully built if we don't > enable the PWM subsystem. This patch makes that dependency > explicit in Kconfig and prevents broken randconfig builds. > > Based on Arnd Bergmann patch but split out into seperate > commits per driver based on feedback. > > Signed-o

Re: [PATCH 08/13] video/backlight: LM3630A needs PWM

2014-04-25 Thread Jingoo Han
On Thursday, April 24, 2014 9:28 PM, Peter Griffin wrote: > > The LM3630A driver cannot be successfully built if we don't > enable the PWM subsystem. This patch makes that dependency > explicit in Kconfig and prevents broken randconfig builds. > > Based on Arnd Bergmann patch but split out into s

Re: [PATCH 08/13] video/backlight: LM3630A needs PWM

2014-04-24 Thread Bryan Wu
On Thu, Apr 24, 2014 at 5:28 AM, Peter Griffin wrote: > The LM3630A driver cannot be successfully built if we don't > enable the PWM subsystem. This patch makes that dependency > explicit in Kconfig and prevents broken randconfig builds. > > Based on Arnd Bergmann patch but split out into seperate

[PATCH 08/13] video/backlight: LM3630A needs PWM

2014-04-24 Thread Peter Griffin
The LM3630A driver cannot be successfully built if we don't enable the PWM subsystem. This patch makes that dependency explicit in Kconfig and prevents broken randconfig builds. Based on Arnd Bergmann patch but split out into seperate commits per driver based on feedback. Signed-off-by: Arnd Berg