RE: [PATCH 6/6] leds: add new lp8788 led driver

2012-07-20 Thread Kim, Milo
; Andrew Morton; a.zu...@towertech.it > Subject: Re: [PATCH 6/6] leds: add new lp8788 led driver Thanks for your review ! All code have been updated and sent as 'PATCH v2'. Title : [PATCH v2] leds: add new lp8788 led driver Best Regards, Milo -- To unsubscribe from this list: send

Re: [PATCH 6/6] leds: add new lp8788 led driver

2012-07-19 Thread Bryan Wu
On Wed, Jul 18, 2012 at 10:34 PM, Kim, Milo wrote: > TI LP8788 PMU has the current sink as the keyboard led driver. > The brightness is controlled by the i2c commands. > Configurable parameters can be defined in the platform side. > > Signed-off-by: Milo(Woogyom) Kim > --- > drivers/leds/Kconfig

Re: [PATCH 6/6] leds: add new lp8788 led driver

2012-07-18 Thread Mark Brown
On Wed, Jul 18, 2012 at 02:34:02PM +, Kim, Milo wrote: > +static void lp8788_brightness_set(struct led_classdev *led_cdev, > + enum led_brightness brt_val) > +{ > + struct lp8788_led *led = > + container_of(led_cdev, struct lp8788_led, led_de

[PATCH 6/6] leds: add new lp8788 led driver

2012-07-18 Thread Kim, Milo
TI LP8788 PMU has the current sink as the keyboard led driver. The brightness is controlled by the i2c commands. Configurable parameters can be defined in the platform side. Signed-off-by: Milo(Woogyom) Kim --- drivers/leds/Kconfig |7 ++ drivers/leds/Makefile |1 + drivers/le