Age | Commit message (Expand) | Author | Files | Lines |
2023-12-20 | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep() | Sean Young | 1 | -1/+1 |
2023-08-18 | backlight: lp855x: Drop ret variable in brightness change function | Artur Weber | 1 | -5/+3 |
2023-07-28 | backlight: lp855x: Catch errors when changing brightness | Artur Weber | 1 | -5/+8 |
2023-07-28 | backlight: lp855x: Initialize PWM state on first brightness change | Artur Weber | 1 | -8/+12 |
2023-06-08 | video: backlight: lp855x: Get PWM for PWM mode during probe | Artur Weber | 1 | -22/+26 |
2023-05-25 | backlight: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
2023-03-16 | backlight: lp855x: Mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
2022-12-07 | backlight: lp855x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -2/+3 |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2022-07-19 | backlight: lp855x: Switch to atomic PWM API | Maíra Canal | 1 | -12/+9 |
2021-12-22 | backlight: lp855x: Add support ACPI enumeration | Hans de Goede | 1 | -12/+61 |
2021-12-22 | backlight: lp855x: Add dev helper variable to lp855x_probe() | Hans de Goede | 1 | -16/+13 |
2021-12-22 | backlight: lp855x: Move device_config setting out of lp855x_configure() | Hans de Goede | 1 | -16/+16 |
2020-04-28 | backlight: lp855x: Ensure regulators are disabled on probe failure | Jon Hunter | 1 | -4/+16 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -1/+1 |
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-23 | 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-29 | backlight: lp855x: add a device tree structure | Kim, Milo | 1 | -2/+71 |
2013-04-29 | backlight: lp855x: remove duplicate platform data | Kim, Milo | 1 | -1/+1 |
2013-04-29 | backlight: lp855x: move backlight mode platform data | Kim, Milo | 1 | -6/+15 |
2013-04-29 | backlight: lp855x: convert a type of device name | Kim, Milo | 1 | -1/+1 |
2013-04-29 | drivers/video/backlight/lp855x_bl.c: use PAGE_SIZE for the sysfs read operation | Kim, Milo | 1 | -3/+2 |
2013-04-29 | drivers/video/backlight/lp855x_bl.c: fix compiler warning in lp855x_probe | Devendra Naga | 1 | -2/+0 |
2013-02-21 | backlight: lp855x_bl: simplify bl_get_brightness() | Kim, Milo | 1 | -24/+0 |
2013-02-21 | backlight: lp855x_bl: support new LP8557 device | Kim, Milo | 1 | -15/+72 |
2013-02-21 | backlight: lp855x_bl: introduce device configuration flow | Kim, Milo | 1 | -10/+68 |
2012-12-17 | drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code | Kim, Milo | 1 | -13/+1 |
2012-12-17 | drivers/video/backlight/lp855x_bl.c: use generic PWM functions | Kim, Milo | 1 | -11/+26 |
2012-11-28 | backlight: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-28 | backlight: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-07-30 | backlight: move lp855x header into platform_data directory | Kim, Milo | 1 | -1/+1 |
2012-07-30 | backlight: move register definitions from header to source | Kim, Milo | 1 | -2/+6 |
2012-03-23 | backlight: new backlight driver for LP855x devices | Kim, Milo | 1 | -0/+331 |