summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1415-156/+254
|\
| * backlight: pandora_bl: Drop unneeded ENOMEM error messageKrzysztof Kozlowski2024-03-071-3/+1
| * backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski2024-03-071-4/+2
| * backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski2024-03-071-4/+3
| * backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski2024-03-071-4/+2
| * backlight: bd6107: Handle deferred probeKrzysztof Kozlowski2024-03-071-6/+3
| * backlight: l4f00242t03: Simplify with dev_err_probe()Krzysztof Kozlowski2024-03-071-20/+14
| * backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski2024-03-071-7/+3
| * backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson2024-03-071-0/+1
| * backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson2024-03-071-0/+1
| * backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson2024-03-071-0/+1
| * backlight: lm3630a: Use backlight_get_brightness helper in update_statusLuca Weiss2024-03-071-6/+8
| * backlight: lm3630a: Don't set bl->props.brightness in get_brightnessLuca Weiss2024-03-071-10/+4
| * backlight: lm3630a: Initialize backlight_properties on initLuca Weiss2024-03-071-0/+1
| * backlight: mp3309c: Fully initialize backlight_properties during probeDaniel Thompson2024-03-071-0/+1
| * backlight: mp3309c: Utilise temporary variable for struct deviceAndy Shevchenko2024-03-071-18/+12
| * backlight: mp3309c: Use dev_err_probe() instead of dev_err()Andy Shevchenko2024-03-071-11/+7
| * backlight: mp3309c: Make use of device propertiesAndy Shevchenko2024-03-071-26/+18
| * backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko2024-03-071-4/+3
| * backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko2024-03-071-8/+4
| * backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko2024-03-071-13/+13
| * backlight: hx8357: Make use of device propertiesAndy Shevchenko2024-03-071-6/+8
| * backlight: mp3309c: Use pwm_apply_might_sleep()Sean Young2024-03-071-2/+2
| * backlight: ktz8866: Correct the check for of_property_read_u32Jianhua Lu2024-03-071-3/+3
| * backlight: hx8357: Fix potential NULL pointer dereferenceAndy Shevchenko2024-03-071-4/+6
| * backlight: ktd2801: Make timing struct staticDuje Mihanović2024-03-071-1/+1
| * backlight: Add Kinetic KTD2801 Backlight supportDuje Mihanović2024-03-073-0/+136
* | backlight/corgi-lcd: Include <linux/backlight.h>Thomas Zimmermann2024-02-281-0/+1
|/
* Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-186-70/+502
|\
| * backlight: hx8357: Convert to agnostic GPIO APIAndy Shevchenko2023-12-131-52/+22
| * backlight: ili922x: Add an error code check in ili922x_write()Su Hui2023-12-071-0/+4
| * backlight: ili922x: Drop kernel-doc for local macrosRandy Dunlap2023-12-071-2/+2
| * backlight: mp3309c: Fix uninitialized local variableFlavio Suligoi2023-12-011-1/+2
| * backlight: pwm_bl: Use dev_err_probeAlexander Stein2023-11-231-16/+18
| * backlight: mp3309c: Add support for MPS MP3309CFlavio Suligoi2023-11-233-0/+455
* | Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-123-8/+8
|\ \
| * | pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-203-8/+8
| |/
* / fbdev: Remove support for Carillo Ranch driverMatthew Wilcox (Oracle)2024-01-123-272/+0
|/
* backlight: pwm_bl: Disable PWM on shutdown, suspend and removeUwe Kleine-König2023-10-121-0/+22
* Merge tag 'backlight-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-064-18/+22
|\
| * backlight: led_bl: Remove redundant of_match_ptr()Ruan Jinjie2023-08-211-1/+1
| * backlight: lp855x: Drop ret variable in brightness change functionArtur Weber2023-08-181-5/+3
| * backlight: gpio_backlight: Drop output GPIO direction check for initial power...Ying Liu2023-07-281-2/+1
| * backlight: lp855x: Catch errors when changing brightnessArtur Weber2023-07-281-5/+8
| * backlight: lp855x: Initialize PWM state on first brightness changeArtur Weber2023-07-281-8/+12
| * backlight: qcom-wled: Explicitly include correct DT includesRob Herring2023-07-281-1/+1
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-07-2411-42/+50
|\ \
| * \ Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-173-5/+5
| |\ \ | | |/ | |/|
| * | backlight: led_bl: Take led_access lock when requiredMans Rullgard2023-06-261-1/+4
| * | video: backlight: lp855x: Get PWM for PWM mode during probeArtur Weber2023-06-081-22/+26