summaryrefslogtreecommitdiff
path: root/drivers/video/backlight
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'backlight-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-541/+256
2023-02-22backlight: ktz8866: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-02-22backlight: ktz8866: Add support for Kinetic KTZ8866 backlightJianhua Lu3-0/+218
2023-02-22backlight: pwm_bl: Don't rely on a disabled PWM emiting inactive stateUwe Kleine-König1-8/+22
2023-02-22backlight: pwm_bl: Configure pwm only once per backlight toggleUwe Kleine-König1-18/+10
2023-02-22backlight: Remove pxa tosa supportArnd Bergmann5-480/+0
2023-02-22backlight: aat2870: Use backlight helperStephen Kitt1-6/+1
2023-02-22backlight: ipaq_micro: Use backlight helperStephen Kitt1-6/+1
2023-02-22backlight: arcxcnn: Use backlight helperStephen Kitt1-4/+1
2023-02-22backlight: sky81452: Fix sky81452_bl_platform_data kernel-docRandy Dunlap1-1/+1
2023-02-22backlight: pwm_bl: Drop support for legacy PWM probingUwe Kleine-König1-12/+0
2023-02-22backlight: ktd253: Switch to use dev_err_probe() helperYang Yingliang1-6/+3
2023-02-22backlight: backlight: Fix doc for backlight_device_get_by_nameMiaoqian Lin1-1/+1
2023-01-20ARM: pxa: remove unused board filesArnd Bergmann1-10/+0
2022-12-21Merge tag 'backlight-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-25/+21
2022-12-07backlight: tosa: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-07backlight: lv5207lp: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-07backlight: lp855x: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+3
2022-12-07backlight: lm3639: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-07backlight: lm3630a: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-07backlight: bd6107: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-07backlight: arcxcnn: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-12-07backlight: adp8870: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-07backlight: adp8860: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-2/+1
2022-10-05Merge tag 'backlight-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+365
2022-09-08video: backlight: mt6370: Add MediaTek MT6370 supportChiaEn Wu3-0/+365
2022-08-16i2c: Make remove callback return voidUwe Kleine-König9-24/+9
2022-08-06Merge tag 'backlight-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-23/+41
2022-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-2/+1
2022-08-03video:backlight: remove reference to AVR32 architecture in ltv350qvHans-Christian Noren Egtvedt1-2/+1
2022-07-19backlight: lp855x: Switch to atomic PWM APIMaíra Canal1-12/+9
2022-07-13Revert "drivers/video/backlight/platform_lcd.c: add support for device tree b...Rob Herring1-10/+0
2022-06-27backlight: rt4831: Apply ocp level from devicetreeChiYuan Huang1-1/+32
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-9/+1
2022-04-21fbdev: omap: avoid using mach/*.h filesArnd Bergmann2-4/+4
2022-03-26Merge tag 'backlight-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-11/+8
2022-03-24Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+1
2022-03-08backlight: backlight: Slighly simplify devm_of_find_backlight()Christophe JAILLET1-6/+4
2022-02-09spi: make remove callback a void functionUwe Kleine-König9-20/+9
2022-02-08backlight: qcom-wled: Add PM6150L compatibleLuca Weiss1-0/+1
2022-02-08backlight: pwm_bl: Avoid open coded arithmetic in memory allocationChristophe JAILLET1-5/+4
2022-01-30backlight: qcom-wled: Add PM6150L compatibleLuca Weiss1-0/+1
2022-01-30backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2021-12-22backlight: qcom-wled: Respect enabled-strings in set_brightnessMarijn Suijten1-10/+12
2021-12-22backlight: qcom-wled: Remove unnecessary double whitespaceMarijn Suijten1-2/+2
2021-12-22backlight: qcom-wled: Provide enabled_strings default for WLED 4 and 5Marijn Suijten1-0/+2
2021-12-22backlight: qcom-wled: Remove unnecessary 4th default string in WLED3Marijn Suijten1-1/+1
2021-12-22backlight: qcom-wled: Override default length with qcom,enabled-stringsMarijn Suijten1-3/+9
2021-12-22backlight: qcom-wled: Fix off-by-one maximum with default num_stringsMarijn Suijten1-32/+16