Age | Commit message (Expand) | Author | Files | Lines |
2016-06-29 | backlight: lp855x: Add enable regulator | Brian Norris | 1 | -0/+29 |
2016-05-17 | backlight: lp855x: Explicitly apply PWM config extracted from pwm_args | Boris Brezillon | 1 | -0/+6 |
2015-10-05 | backlight: lp855x: Make sure props struct is zeroed | Werner Johansson | 1 | -0/+1 |
2015-08-25 | backlight: lp855x: Use private data for regulator control | Milo Kim | 1 | -11/+12 |
2015-06-23 | backlight: lp855x: Don't clear level on suspend/blank | Sean Paul | 1 | -12/+6 |
2014-12-09 | backlight: lp855x: Add supply regulator to lp855x | Sean Paul | 1 | -0/+18 |
2014-12-09 | backlight: lp855x: Refactor DT parsing code | Sean Paul | 1 | -19/+18 |
2014-08-29 | backlight: lp855x: Add blank line after declarations | Jingoo Han | 1 | -0/+2 |
2014-06-23 | backlight: Remove trivial get_brightness implementations | Andrzej Hajda | 1 | -6/+0 |
2014-01-24 | backlight: lp855x: remove unnecessary parentheses | Jingoo Han | 1 | -1/+1 |
2013-11-13 | backlight: lp855x: use devm_backlight_device_register() | Jingoo Han | 1 | -16/+4 |
2013-11-13 | backlight: use dev_get_platdata() | Jingoo Han | 1 | -2/+2 |
2013-11-13 | backlight: lp855x_bl: support new LP8555 device | Milo Kim | 1 | -2/+15 |
2013-07-26 | backlight: lp855x: set zero brightness at FBBLANK | Shingo Nakao | 1 | -1/+1 |
2013-04-30 | backlight: lp855x: add a device tree structure | Kim, Milo | 1 | -2/+71 |
2013-04-30 | backlight: lp855x: remove duplicate platform data | Kim, Milo | 1 | -1/+1 |
2013-04-30 | backlight: lp855x: move backlight mode platform data | Kim, Milo | 1 | -6/+15 |
2013-04-30 | backlight: lp855x: convert a type of device name | Kim, Milo | 1 | -1/+1 |
2013-04-30 | drivers/video/backlight/lp855x_bl.c: use PAGE_SIZE for the sysfs read operation | Kim, Milo | 1 | -3/+2 |
2013-04-30 | drivers/video/backlight/lp855x_bl.c: fix compiler warning in lp855x_probe | Devendra Naga | 1 | -2/+0 |
2013-02-22 | backlight: lp855x_bl: simplify bl_get_brightness() | Kim, Milo | 1 | -24/+0 |
2013-02-22 | backlight: lp855x_bl: support new LP8557 device | Kim, Milo | 1 | -15/+72 |
2013-02-22 | backlight: lp855x_bl: introduce device configuration flow | Kim, Milo | 1 | -10/+68 |
2012-12-18 | drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code | Kim, Milo | 1 | -13/+1 |
2012-12-18 | drivers/video/backlight/lp855x_bl.c: use generic PWM functions | Kim, Milo | 1 | -11/+26 |
2012-11-29 | backlight: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | backlight: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-07-31 | backlight: move lp855x header into platform_data directory | Kim, Milo | 1 | -1/+1 |
2012-07-31 | backlight: move register definitions from header to source | Kim, Milo | 1 | -2/+6 |
2012-03-24 | backlight: new backlight driver for LP855x devices | Kim, Milo | 1 | -0/+331 |