RE: [PATCH] leds-lp5521: additional platform data and attributes

2012-01-17 Thread Kim, Milo
I couldn't contact the author of this driver. I'd like to know who can review and apply my patch. Thanks & BR Milo - -Original Message----- From: Kim, Milo Sent: Monday, January 16, 2012 3:31 PM To: 'linux-ker...@vger.kernel.org'; 'rpur...@rpsys.net' Cc: &#

RE: [PATCH] leds-lp5521: additional platform data and attributes

2012-01-15 Thread Kim, Milo
ABLE | LP5521_LOGARITHMIC_PWM)) + if (buf != LP5521_ENABLE_DEFAULT) return -ENODEV; return 0; -- 1.7.4.1 -Original Message- From: Kim, Milo Sent: Friday, January 06, 2012 11:20 AM To: 'linux-ker...@vger.kernel.org'; 'rpur...@rpsys.net' Cc: 'linaro

[PATCH] leds-lp5521: additional platform data and attributes

2012-01-05 Thread Kim, Milo
* Changes of lp5521_platform_data > 'update_config' is added > 'name' is added Value of CONFIG register(Addr 08h) and name of led channels are dependant on the project. So these fields have been added in lp5521_platform_data. > led pattern data lp5521 has autonomous operation mode without external

[PATCH] backlight: add new lp855x backlight driver

2011-12-11 Thread Kim, Milo
Hello, All I send the new backlight driver patch for TI LP855x. * Test Environment On the OMAP3530 beagleboard. * Patch base version Linux-3.2-stable This patch supports TI LP8550/LP8551/LP8852/LP8553/LP8556 backlight driver. Signed-off-by: Milo(Woogyom) Kim --- Documentation/backlight/lp855

[PATCH] backlight : add lp855x backlight driver

2011-11-27 Thread Kim, Milo
Hello, Backlight Class Maintainer I send the patch for new lp855x backlight driver. This patch provides Texas Instruments LP855x backlight driver. * Supported Backlight ICs LP8550, LP8551, LP8552 and LP8556 * Consolidated Driver Just one driver file can support several LP855x backlight ICs. * D