aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/lp855x_bl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-19backlight: lp855x: Switch to atomic PWM APIMaíra Canal1-12/+9
2021-12-22backlight: lp855x: Add support ACPI enumerationHans de Goede1-12/+61
2021-12-22backlight: lp855x: Add dev helper variable to lp855x_probe()Hans de Goede1-16/+13
2021-12-22backlight: lp855x: Move device_config setting out of lp855x_configure()Hans de Goede1-16/+16
2020-04-28backlight: lp855x: Ensure regulators are disabled on probe failureJon Hunter1-4/+16
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2016-06-29backlight: lp855x: Add enable regulatorBrian Norris1-0/+29
2016-05-17backlight: lp855x: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon1-0/+6
2015-10-05backlight: lp855x: Make sure props struct is zeroedWerner Johansson1-0/+1
2015-08-25backlight: lp855x: Use private data for regulator controlMilo Kim1-11/+12
2015-06-23backlight: lp855x: Don't clear level on suspend/blankSean Paul1-12/+6
2014-12-09backlight: lp855x: Add supply regulator to lp855xSean Paul1-0/+18
2014-12-09backlight: lp855x: Refactor DT parsing codeSean Paul1-19/+18
2014-08-29backlight: lp855x: Add blank line after declarationsJingoo Han1-0/+2
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda1-6/+0
2014-01-23backlight: lp855x: remove unnecessary parenthesesJingoo Han1-1/+1
2013-11-13backlight: lp855x: use devm_backlight_device_register()Jingoo Han1-16/+4
2013-11-13backlight: use dev_get_platdata()Jingoo Han1-2/+2
2013-11-13backlight: lp855x_bl: support new LP8555 deviceMilo Kim1-2/+15
2013-07-26backlight: lp855x: set zero brightness at FBBLANKShingo Nakao1-1/+1
2013-04-29backlight: lp855x: add a device tree structureKim, Milo1-2/+71
2013-04-29backlight: lp855x: remove duplicate platform dataKim, Milo1-1/+1
2013-04-29backlight: lp855x: move backlight mode platform dataKim, Milo1-6/+15
2013-04-29backlight: lp855x: convert a type of device nameKim, Milo1-1/+1
2013-04-29drivers/video/backlight/lp855x_bl.c: use PAGE_SIZE for the sysfs read operationKim, Milo1-3/+2
2013-04-29drivers/video/backlight/lp855x_bl.c: fix compiler warning in lp855x_probeDevendra Naga1-2/+0
2013-02-21backlight: lp855x_bl: simplify bl_get_brightness()Kim, Milo1-24/+0
2013-02-21backlight: lp855x_bl: support new LP8557 deviceKim, Milo1-15/+72
2013-02-21backlight: lp855x_bl: introduce device configuration flowKim, Milo1-10/+68
2012-12-17drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex codeKim, Milo1-13/+1
2012-12-17drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo1-11/+26
2012-11-28backlight: remove use of __devexitBill Pemberton1-1/+1
2012-11-28backlight: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-30backlight: move lp855x header into platform_data directoryKim, Milo1-1/+1
2012-07-30backlight: move register definitions from header to sourceKim, Milo1-2/+6
2012-03-23backlight: new backlight driver for LP855x devicesKim, Milo1-0/+331