summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight
Commit message (Expand)AuthorAgeFilesLines
* backlight: sky81452-backlight: Remove unnecessary call to of_node_get()Shresth Prasad2024-05-101-6/+2
* backlight: mp3309c: Fix LEDs flickering in PWM modeFlavio Suligoi2024-05-101-5/+0
* backlight: otm3225a: Drop driver owner assignmentKrzysztof Kozlowski2024-05-101-1/+0
* backlight: lp8788: Drop support for platform dataUwe Kleine-König2024-05-101-143/+8
* backlight: lcd: Make lcd_class constantRicardo B. Marliere2024-05-101-10/+13
* backlight: Make backlight_class constantRicardo B. Marliere2024-05-101-13/+16
* backlight: mp3309c: Fix signedness bug in mp3309c_parse_fwnode()Dan Carpenter2024-05-101-1/+2
*-. Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones2024-05-1020-54/+39
|\ \
| | * backlight: tdo24m: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: platform_lcd: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: otm3225a: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: ltv350qv: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: lms501kf03: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: lms283gf05: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: l4f00242t03: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: jornada720_lcd: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: ili9320: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: ili922x: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: hx8357: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: corgi_lcd: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: ams369fg06: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | * backlight: lcd: Constify lcd_opsKrzysztof Kozlowski2024-05-031-2/+2
| * | backlight: Add controls_device callback to struct backlight_opsThomas Zimmermann2024-03-284-19/+19
| * | backlight: pwm-backlight: Remove struct backlight_ops.check_fbThomas Zimmermann2024-03-281-12/+0
| * | backlight: aat2870-backlight: Remove struct backlight.check_fbThomas Zimmermann2024-03-281-7/+0
| * | backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann2024-03-281-2/+6
| |/
* | backlight: Remove fb_blank from struct backlight_propertiesThomas Zimmermann2024-03-283-4/+0
* | backlight: omap1: Replace FB_BLANK_ states with simple on/offThomas Zimmermann2024-03-281-25/+18
* | backlight: omap1: Remove unused struct omap_backlight_config.set_powerThomas Zimmermann2024-03-281-3/+0
|/
* 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