summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight
AgeCommit message (Expand)AuthorLines
2016-10-06backlight: pwm_bl: Handle gpio that can sleepMaxime Ripard-2/+2
2016-10-06backlight-tosa: Delete unnecessary assignment for the field "owner"Markus Elfring-1/+0
2016-06-29backlight: lp855x: Add enable regulatorBrian Norris-0/+29
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+29
2016-05-17backlight: lm3630a: explicitly apply PWM config extracted from pwm_argsBoris Brezillon-0/+6
2016-05-17backlight: lp855x: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon-0/+6
2016-05-17backlight: lp8788: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon-0/+6
2016-05-17backlight: pwm_bl: Use pwm_get_args() where appropriateBoris Brezillon-1/+9
2016-05-17backlight: lm3630a_bl: Stop messing with the pwm->period fieldBoris BREZILLON-2/+1
2016-05-17backlight: pwm_bl: Remove useless call to pwm_set_period()Boris BREZILLON-3/+1
2016-05-04video / backlight: remove the backlight_device_registered APIAaron Lu-6/+0
2016-05-04video / backlight: add two APIs for drivers to useAaron Lu-14/+29
2016-01-11backlight: pwm_bl: Free PWM requested by legacy API on error pathVladimir Zapolskiy-0/+2
2016-01-11backlight: adp8860: Fix another uninitialized variable useArnd Bergmann-3/+5
2016-01-11backlight: gpio-backlight: Use default-on on GPIO requestStefan Agner-3/+7
2016-01-11backlight: pwm_bl: Fix broken PWM backlight for non-dt platformsPhilipp Zabel-5/+4
2016-01-11backlight: tps65217_bl: Add MODULE_DEVICE_TABLEEnric Balletbo i Serra-0/+9
2016-01-11backlight: pwm_bl: Avoid backlight flicker when probed from DTPhilipp Zabel-1/+22
2016-01-11backlight: adp88x0: Fix uninitialized variable useArnd Bergmann-8/+12
2015-11-06Merge tag 'backlight-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-16/+20
2015-10-30backlight: pm8941-wled: Add default-brightness propertyBjorn Andersson-0/+8
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis-12/+0
2015-10-27backlight: pm8941-wled: Fix ptr_ret.cocci warningskbuild test robot-4/+1
2015-10-15backlight: pwm: Reject legacy PWM request for device defined in DTVladimir Zapolskiy-10/+9
2015-10-15backlight: 88pm860x_bl: Add missing of_node_putJulia Lawall-0/+1
2015-10-05backlight: adp8870: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas-1/+0
2015-10-05backlight: adp8860: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas-1/+0
2015-10-05backlight: lp855x: Make sure props struct is zeroedWerner Johansson-0/+1
2015-08-25backlight: tosa: Export I2C module alias informationJavier Martinez Canillas-0/+1
2015-08-25backlight: lp8788_bl: Delete a check before backlight_device_unregister()Markus Elfring-2/+1
2015-08-25backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macroAxel Lin-13/+13
2015-08-25backlight: pm8941-wled: Move PM8941 WLED driver to backlightBjorn Andersson-0/+435
2015-08-25backlight: lp855x: Use private data for regulator controlMilo Kim-11/+12
2015-06-24Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-20/+16
2015-06-23backlight: pwm_bl: Simplify usage of devm_gpiod_get_optionalAxel Lin-4/+2
2015-06-23backlight: lp855x: Don't clear level on suspend/blankSean Paul-12/+6
2015-06-23backlight: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven-3/+5
2015-06-23video: backlight: da9052: Constify platform_device_idKrzysztof Kozlowski-1/+1
2015-06-23gpio-backlight: Discover driver during boot timeArun Bharadwaj-0/+2
2015-05-26backlight: pwm: Handle EPROBE_DEFER while requesting the PWMNicolas Ferre-0/+4
2015-04-14Merge tag 'backlight-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+2
2015-04-09backlight: da9052_bl: Terminate da9052_wled_ids array with empty elementAndrey Ryabinin-0/+1
2015-04-09backlight: 88pm860x_bl: Use of_get_child_by_name() instead of refcount hackGeert Uytterhoeven-4/+1
2015-03-12backlight: Add support Skyworks SKY81452 backlight driverGyungoh Yoo-0/+364
2014-12-11Merge tag 'backlight-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+40
2014-12-09backlight: lp855x: Add supply regulator to lp855xSean Paul-0/+18
2014-12-09backlight: lp855x: Refactor DT parsing codeSean Paul-19/+18
2014-11-19ARM: at91/Kconfig: remove unused config optionsNicolas Ferre-1/+0
2014-11-10backlight: pwm: Clean-up pwm requested using legacy APIVladimir Zapolskiy-1/+4
2014-10-11Merge tag 'backlight-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-68/+45