aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/lp855x_bl.c
AgeCommit message (Expand)Author
2020-07-13backlight: lp855x: Ensure regulators are disabled on probe failureJon Hunter
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2016-06-29backlight: lp855x: Add enable regulatorBrian Norris
2016-05-17backlight: lp855x: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon
2015-10-05backlight: lp855x: Make sure props struct is zeroedWerner Johansson
2015-08-25backlight: lp855x: Use private data for regulator controlMilo Kim
2015-06-23backlight: lp855x: Don't clear level on suspend/blankSean Paul
2014-12-09backlight: lp855x: Add supply regulator to lp855xSean Paul
2014-12-09backlight: lp855x: Refactor DT parsing codeSean Paul
2014-08-29backlight: lp855x: Add blank line after declarationsJingoo Han
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda
2014-01-23backlight: lp855x: remove unnecessary parenthesesJingoo Han
2013-11-13backlight: lp855x: use devm_backlight_device_register()Jingoo Han
2013-11-13backlight: use dev_get_platdata()Jingoo Han
2013-11-13backlight: lp855x_bl: support new LP8555 deviceMilo Kim
2013-07-26backlight: lp855x: set zero brightness at FBBLANKShingo Nakao
2013-04-29backlight: lp855x: add a device tree structureKim, Milo
2013-04-29backlight: lp855x: remove duplicate platform dataKim, Milo
2013-04-29backlight: lp855x: move backlight mode platform dataKim, Milo
2013-04-29backlight: lp855x: convert a type of device nameKim, Milo
2013-04-29drivers/video/backlight/lp855x_bl.c: use PAGE_SIZE for the sysfs read operationKim, Milo
2013-04-29drivers/video/backlight/lp855x_bl.c: fix compiler warning in lp855x_probeDevendra Naga
2013-02-21backlight: lp855x_bl: simplify bl_get_brightness()Kim, Milo
2013-02-21backlight: lp855x_bl: support new LP8557 deviceKim, Milo
2013-02-21backlight: lp855x_bl: introduce device configuration flowKim, Milo
2012-12-17drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex codeKim, Milo
2012-12-17drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo
2012-11-28backlight: remove use of __devexitBill Pemberton
2012-11-28backlight: remove use of __devexit_pBill Pemberton
2012-07-30backlight: move lp855x header into platform_data directoryKim, Milo
2012-07-30backlight: move register definitions from header to sourceKim, Milo
2012-03-23backlight: new backlight driver for LP855x devicesKim, Milo