| Commit message (Expand) | Author | Age | Files | Lines |
* | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep() | Sean Young | 2023-12-20 | 1 | -1/+1 |
* | backlight: lp855x: Drop ret variable in brightness change function | Artur Weber | 2023-08-18 | 1 | -5/+3 |
* | backlight: lp855x: Catch errors when changing brightness | Artur Weber | 2023-07-28 | 1 | -5/+8 |
* | backlight: lp855x: Initialize PWM state on first brightness change | Artur Weber | 2023-07-28 | 1 | -8/+12 |
* | video: backlight: lp855x: Get PWM for PWM mode during probe | Artur Weber | 2023-06-08 | 1 | -22/+26 |
* | backlight: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-25 | 1 | -1/+1 |
* | backlight: lp855x: Mark OF related data as maybe unused | Krzysztof Kozlowski | 2023-03-16 | 1 | -1/+1 |
* | backlight: lp855x: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-12-07 | 1 | -2/+3 |
* | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -3/+1 |
* | backlight: lp855x: Switch to atomic PWM API | Maíra Canal | 2022-07-19 | 1 | -12/+9 |
* | backlight: lp855x: Add support ACPI enumeration | Hans de Goede | 2021-12-22 | 1 | -12/+61 |
* | backlight: lp855x: Add dev helper variable to lp855x_probe() | Hans de Goede | 2021-12-22 | 1 | -16/+13 |
* | backlight: lp855x: Move device_config setting out of lp855x_configure() | Hans de Goede | 2021-12-22 | 1 | -16/+16 |
* | backlight: lp855x: Ensure regulators are disabled on probe failure | Jon Hunter | 2020-04-28 | 1 | -4/+16 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -5/+1 |
* | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | backlight: lp855x: Add enable regulator | Brian Norris | 2016-06-29 | 1 | -0/+29 |
* | backlight: lp855x: Explicitly apply PWM config extracted from pwm_args | Boris Brezillon | 2016-05-17 | 1 | -0/+6 |
* | backlight: lp855x: Make sure props struct is zeroed | Werner Johansson | 2015-10-05 | 1 | -0/+1 |
* | backlight: lp855x: Use private data for regulator control | Milo Kim | 2015-08-25 | 1 | -11/+12 |
* | backlight: lp855x: Don't clear level on suspend/blank | Sean Paul | 2015-06-23 | 1 | -12/+6 |
* | backlight: lp855x: Add supply regulator to lp855x | Sean Paul | 2014-12-09 | 1 | -0/+18 |
* | backlight: lp855x: Refactor DT parsing code | Sean Paul | 2014-12-09 | 1 | -19/+18 |
* | backlight: lp855x: Add blank line after declarations | Jingoo Han | 2014-08-29 | 1 | -0/+2 |
* | backlight: Remove trivial get_brightness implementations | Andrzej Hajda | 2014-06-23 | 1 | -6/+0 |
* | backlight: lp855x: remove unnecessary parentheses | Jingoo Han | 2014-01-23 | 1 | -1/+1 |
* | backlight: lp855x: use devm_backlight_device_register() | Jingoo Han | 2013-11-13 | 1 | -16/+4 |
* | backlight: use dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -2/+2 |
* | backlight: lp855x_bl: support new LP8555 device | Milo Kim | 2013-11-13 | 1 | -2/+15 |
* | backlight: lp855x: set zero brightness at FBBLANK | Shingo Nakao | 2013-07-26 | 1 | -1/+1 |
* | backlight: lp855x: add a device tree structure | Kim, Milo | 2013-04-29 | 1 | -2/+71 |
* | backlight: lp855x: remove duplicate platform data | Kim, Milo | 2013-04-29 | 1 | -1/+1 |
* | backlight: lp855x: move backlight mode platform data | Kim, Milo | 2013-04-29 | 1 | -6/+15 |
* | backlight: lp855x: convert a type of device name | Kim, Milo | 2013-04-29 | 1 | -1/+1 |
* | drivers/video/backlight/lp855x_bl.c: use PAGE_SIZE for the sysfs read operation | Kim, Milo | 2013-04-29 | 1 | -3/+2 |
* | drivers/video/backlight/lp855x_bl.c: fix compiler warning in lp855x_probe | Devendra Naga | 2013-04-29 | 1 | -2/+0 |
* | backlight: lp855x_bl: simplify bl_get_brightness() | Kim, Milo | 2013-02-21 | 1 | -24/+0 |
* | backlight: lp855x_bl: support new LP8557 device | Kim, Milo | 2013-02-21 | 1 | -15/+72 |
* | backlight: lp855x_bl: introduce device configuration flow | Kim, Milo | 2013-02-21 | 1 | -10/+68 |
* | drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex code | Kim, Milo | 2012-12-17 | 1 | -13/+1 |
* | drivers/video/backlight/lp855x_bl.c: use generic PWM functions | Kim, Milo | 2012-12-17 | 1 | -11/+26 |
* | backlight: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | backlight: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | backlight: move lp855x header into platform_data directory | Kim, Milo | 2012-07-30 | 1 | -1/+1 |
* | backlight: move register definitions from header to source | Kim, Milo | 2012-07-30 | 1 | -2/+6 |
* | backlight: new backlight driver for LP855x devices | Kim, Milo | 2012-03-23 | 1 | -0/+331 |