Re: [PATCH 09/13] video/backlight: LP8788 needs PWM

2014-04-28 Thread Lee Jones
> The LP8788 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-of

Re: [PATCH 09/13] video/backlight: LP8788 needs PWM

2014-04-25 Thread Jingoo Han
On Thursday, April 24, 2014 9:28 PM, Peter Griffin wrote: > > The LP8788 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 se

Re: [PATCH 09/13] video/backlight: LP8788 needs PWM

2014-04-24 Thread Milo Kim
On 04/24/2014 09:28 PM, Peter Griffin wrote: The LP8788 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 drive

Re: [PATCH 09/13] video/backlight: LP8788 needs PWM

2014-04-24 Thread Bryan Wu
On Thu, Apr 24, 2014 at 5:28 AM, Peter Griffin wrote: > The LP8788 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 09/13] video/backlight: LP8788 needs PWM

2014-04-24 Thread Peter Griffin
The LP8788 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 Bergm