summaryrefslogtreecommitdiff
path: root/drivers/video/backlight
AgeCommit message (Expand)AuthorFilesLines
2024-05-10backlight: sky81452-backlight: Remove unnecessary call to of_node_get()Shresth Prasad1-6/+2
2024-05-10backlight: mp3309c: Fix LEDs flickering in PWM modeFlavio Suligoi1-5/+0
2024-05-10backlight: otm3225a: Drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-10backlight: lp8788: Drop support for platform dataUwe Kleine-König1-143/+8
2024-05-10backlight: lcd: Make lcd_class constantRicardo B. Marliere1-10/+13
2024-05-10backlight: Make backlight_class constantRicardo B. Marliere1-13/+16
2024-05-10backlight: mp3309c: Fix signedness bug in mp3309c_parse_fwnode()Dan Carpenter1-1/+2
2024-05-10Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones20-54/+39
2024-05-03backlight: tdo24m: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: platform_lcd: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: otm3225a: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: ltv350qv: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: lms501kf03: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: lms283gf05: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: l4f00242t03: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: jornada720_lcd: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: ili9320: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: ili922x: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: hx8357: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: corgi_lcd: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: ams369fg06: Constify lcd_opsKrzysztof Kozlowski1-1/+1
2024-05-03backlight: lcd: Constify lcd_opsKrzysztof Kozlowski1-2/+2
2024-03-28backlight: Remove fb_blank from struct backlight_propertiesThomas Zimmermann3-4/+0
2024-03-28backlight: omap1: Replace FB_BLANK_ states with simple on/offThomas Zimmermann1-25/+18
2024-03-28backlight: omap1: Remove unused struct omap_backlight_config.set_powerThomas Zimmermann1-3/+0
2024-03-28backlight: Add controls_device callback to struct backlight_opsThomas Zimmermann4-19/+19
2024-03-28backlight: pwm-backlight: Remove struct backlight_ops.check_fbThomas Zimmermann1-12/+0
2024-03-28backlight: aat2870-backlight: Remove struct backlight.check_fbThomas Zimmermann1-7/+0
2024-03-28backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann1-2/+6
2024-03-14Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-156/+254
2024-03-07backlight: pandora_bl: Drop unneeded ENOMEM error messageKrzysztof Kozlowski1-3/+1
2024-03-07backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski1-4/+2
2024-03-07backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski1-4/+3
2024-03-07backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski1-4/+2
2024-03-07backlight: bd6107: Handle deferred probeKrzysztof Kozlowski1-6/+3
2024-03-07backlight: l4f00242t03: Simplify with dev_err_probe()Krzysztof Kozlowski1-20/+14
2024-03-07backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2024-03-07backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson1-0/+1
2024-03-07backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson1-0/+1
2024-03-07backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson1-0/+1
2024-03-07backlight: lm3630a: Use backlight_get_brightness helper in update_statusLuca Weiss1-6/+8
2024-03-07backlight: lm3630a: Don't set bl->props.brightness in get_brightnessLuca Weiss1-10/+4
2024-03-07backlight: lm3630a: Initialize backlight_properties on initLuca Weiss1-0/+1
2024-03-07backlight: mp3309c: Fully initialize backlight_properties during probeDaniel Thompson1-0/+1
2024-03-07backlight: mp3309c: Utilise temporary variable for struct deviceAndy Shevchenko1-18/+12
2024-03-07backlight: mp3309c: Use dev_err_probe() instead of dev_err()Andy Shevchenko1-11/+7
2024-03-07backlight: mp3309c: Make use of device propertiesAndy Shevchenko1-26/+18
2024-03-07backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko1-4/+3
2024-03-07backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko1-8/+4
2024-03-07backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko1-13/+13