summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'backlight-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-072-69/+18
|\
| * backlight: corgi: Convert to use GPIO descriptorsLinus Walleij2020-03-251-50/+18
| * backlight: pwm_bl: Switch to full GPIO descriptorLinus Walleij2020-03-181-19/+0
* | Merge v5.6-rc5 into drm-nextDave Airlie2020-03-113-0/+268
|\ \
| * | backlight: add led-backlight driverTomi Valkeinen2020-02-193-0/+268
| |/
* | Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-02-211-4/+4
|\ \ | |/ |/|
| * video: Fix Kconfig indentationKrzysztof Kozlowski2020-01-151-4/+4
* | backlight: qcom-wled: Fix unsigned comparison to zeroChen Zhou2020-01-231-2/+2
* | backlight: bd6107: Convert to use GPIO descriptorLinus Walleij2019-12-161-8/+16
* | backlight: ams369fg06: Drop GPIO includeLinus Walleij2019-12-161-1/+0
|/
* backlight: qcom-wled: Fix spelling mistake "trigged" -> "triggered"Colin Ian King2019-11-131-1/+1
* backlight: gpio: Pull gpio_backlight_initial_power_state() into probeBartosz Golaszewski2019-11-111-24/+14
* backlight: gpio: Use a helper variable for &pdev->devBartosz Golaszewski2019-11-111-12/+11
* backlight: gpio: Simplify the platform data handlingBartosz Golaszewski2019-11-111-51/+11
* backlight: gpio: Explicitly set the direction of the GPIOBartosz Golaszewski2019-11-111-5/+18
* backlight: gpio: Remove stray newlineBartosz Golaszewski2019-11-111-1/+0
* backlight: gpio: Remove unneeded includeBartosz Golaszewski2019-11-111-1/+0
* video: backlight: tosa: Use GPIO lookup tableArnd Bergmann2019-11-113-12/+34
* backlight: qcom-wled: Add auto string detection logicKiran Gunda2019-11-011-6/+394
* backlight: qcom-wled: Add support for short circuit handlingKiran Gunda2019-11-011-4/+140
* backlight: qcom-wled: Add support for WLED4 peripheralKiran Gunda2019-11-011-2/+253
* backlight: qcom-wled: Restructure the driver for WLED3Kiran Gunda2019-11-011-139/+234
* backlight: qcom-wled: Rename PM8941* to WLED3Kiran Gunda2019-11-011-123/+125
* backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.cKiran Gunda2019-11-013-5/+5
* backlight: Kconfig: jornada720: Use CONFIG_PREEMPTIONThomas Gleixner2019-10-181-2/+2
* backlight: pwm_bl: Switch to power-of-2 base for fixed-point mathRasmus Villemoes2019-10-141-10/+12
* backlight: pwm_bl: Drop use of int_pow()Rasmus Villemoes2019-10-141-1/+2
* backlight: pwm_bl: Eliminate a 64/32 divisionRasmus Villemoes2019-10-141-1/+1
* backlight: pwm_bl: Fix cie1913 comments and constantRasmus Villemoes2019-10-141-3/+9
* backlight: pwm_bl: Add missing curly branches in else branchMatthias Kaehlcke2019-10-141-1/+2
* backlight: pwm_bl: Don't assign levels table repeatedlyMatthias Kaehlcke2019-10-141-4/+3
* backlight: lm3630a: Add an enable gpio for the HWEN pinAndreas Kemnade2019-10-021-0/+9
* backlight: ipaq_micro: Make structure micro_bl_props constantNishka Dasgupta2019-10-021-1/+1
* backlight: lm3630a: Fix module aliasesAndreas Kemnade2019-10-021-1/+3
* Merge tag 'backlight-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-238-14/+84
|\
| * backlight: pwm_bl: Set scale type for brightness curves specified in the DTMatthias Kaehlcke2019-09-021-0/+30
| * backlight: pwm_bl: Set scale type for CIE 1931 curvesMatthias Kaehlcke2019-09-021-1/+4
| * backlight: Expose brightness curve type through sysfsMatthias Kaehlcke2019-09-021-0/+19
| * backlight: gpio-backlight: Correct initial power state handlingPeter Ujfalusi2019-09-021-4/+20
| * video: backlight: tosa_lcd: drop check because i2c_unregister_device() is NUL...Wolfram Sang2019-09-021-2/+1
| * video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}Geert Uytterhoeven2019-09-021-2/+0
| * backlight: lms283gf05: Fix a typo in the description passed to 'devm_gpio_req...Christophe JAILLET2019-08-121-1/+1
| * backlight: lm3630a: Switch to use fwnode_property_count_uXX()Andy Shevchenko2019-08-121-2/+1
| * backlight: rave-sp: Leave initial state and register with correct deviceLucas Stach2019-08-121-2/+8
* | backlight: drop EARLY_EVENT_BLANK supportSam Ravnborg2019-08-051-8/+0
|/
* Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-162-36/+17
|\
| * backlight: pwm_bl: Fix heuristic to determine number of brightness levelsMatthias Kaehlcke2019-06-271-18/+6
| * backlight: gpio_backlight: Enable ACPI enumerationAndy Shevchenko2019-06-271-14/+9
| * backlight: pwm_bl: Convert to use SPDX identifierAndy Shevchenko2019-06-271-8/+3
* | Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2019-07-092-13/+1
|\ \