summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* Merge tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-073-32/+37
|\
| * backlight: gpio_backlight: Delete pdata inversionLinus Walleij2017-08-071-13/+2Star
| * backlight: gpio_backlight: Convert to use GPIO descriptorLinus Walleij2017-08-071-28/+43
| * backlight: pwm_bl: Make of_device_ids constArvind Yadav2017-08-071-1/+1
| * backlight: lm3630a: Bump REG_MAX value to 0x50 instead of 0x1FBhushan Shah2017-07-171-2/+3
* | mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-041-1/+1
|/
* video: adp8870: move header file out of I2C realmWolfram Sang2017-07-061-1/+1
* backlight: adp8860: Move header file out of I2C realmWolfram Sang2017-07-061-1/+1
* backlight: Report error on failureSudip Mukherjee2017-05-301-5/+10
* Merge tag 'backlight-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-033-0/+427
|\
| * backlight: Add support for Arctic Sand LED backlight driver chipsOlimpiu Dejeu2017-04-253-0/+427
* | backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction()Geert Uytterhoeven2017-04-191-3/+4
|/
* backlight: da9052: Fix module autoloadJavier Martinez Canillas2017-01-041-1/+1
* backlight: pwm_bl: Check the PWM state for initial backlight power statePeter Ujfalusi2017-01-041-0/+4
* backlight: pwm_bl: Move the checks for initial power state to a separate func...Peter Ujfalusi2017-01-041-19/+37
* backlight: adp5520: Fix error handling in adp5520_bl_probe()Alexey Khoroshilov2017-01-041-2/+10
* backlight: lcd: Fix race condition during registerUwe Kleine-König2017-01-041-2/+2
* backlight: pwm_bl: Handle gpio that can sleepMaxime Ripard2016-10-061-2/+2
* backlight-tosa: Delete unnecessary assignment for the field "owner"Markus Elfring2016-10-061-1/+0Star
* backlight: lp855x: Add enable regulatorBrian Norris2016-06-291-0/+29
* Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-254-6/+29
|\
| * backlight: lm3630a: explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
| * backlight: lp855x: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
| * backlight: lp8788: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
| * backlight: pwm_bl: Use pwm_get_args() where appropriateBoris Brezillon2016-05-171-1/+9
| * backlight: lm3630a_bl: Stop messing with the pwm->period fieldBoris BREZILLON2016-05-171-2/+1Star
| * backlight: pwm_bl: Remove useless call to pwm_set_period()Boris BREZILLON2016-05-171-3/+1Star
* | video / backlight: remove the backlight_device_registered APIAaron Lu2016-05-041-6/+0Star
* | video / backlight: add two APIs for drivers to useAaron Lu2016-05-041-14/+29
|/
* backlight: pwm_bl: Free PWM requested by legacy API on error pathVladimir Zapolskiy2016-01-111-0/+2
* backlight: adp8860: Fix another uninitialized variable useArnd Bergmann2016-01-111-3/+5
* backlight: gpio-backlight: Use default-on on GPIO requestStefan Agner2016-01-111-3/+7
* backlight: pwm_bl: Fix broken PWM backlight for non-dt platformsPhilipp Zabel2016-01-111-5/+4Star
* backlight: tps65217_bl: Add MODULE_DEVICE_TABLEEnric Balletbo i Serra2016-01-111-0/+9
* backlight: pwm_bl: Avoid backlight flicker when probed from DTPhilipp Zabel2016-01-111-1/+22
* backlight: adp88x0: Fix uninitialized variable useArnd Bergmann2016-01-112-8/+12
* Merge tag 'backlight-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-066-16/+20
|\
| * backlight: pm8941-wled: Add default-brightness propertyBjorn Andersson2015-10-301-0/+8
| * backlight: pm8941-wled: Fix ptr_ret.cocci warningskbuild test robot2015-10-271-4/+1Star
| * backlight: pwm: Reject legacy PWM request for device defined in DTVladimir Zapolskiy2015-10-151-10/+9Star
| * backlight: 88pm860x_bl: Add missing of_node_putJulia Lawall2015-10-151-0/+1
| * backlight: adp8870: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2015-10-051-1/+0Star
| * backlight: adp8860: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2015-10-051-1/+0Star
| * backlight: lp855x: Make sure props struct is zeroedWerner Johansson2015-10-051-0/+1
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-2812-12/+0Star
|/
* backlight: tosa: Export I2C module alias informationJavier Martinez Canillas2015-08-251-0/+1
* backlight: lp8788_bl: Delete a check before backlight_device_unregister()Markus Elfring2015-08-251-2/+1Star
* backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macroAxel Lin2015-08-251-13/+13