summaryrefslogtreecommitdiff
path: root/drivers/video/backlight
AgeCommit message (Expand)Author
2024-05-10backlight: sky81452-backlight: Remove unnecessary call to of_node_get()Shresth Prasad
2024-05-10backlight: mp3309c: Fix LEDs flickering in PWM modeFlavio Suligoi
2024-05-10backlight: otm3225a: Drop driver owner assignmentKrzysztof Kozlowski
2024-05-10backlight: lp8788: Drop support for platform dataUwe Kleine-König
2024-05-10backlight: lcd: Make lcd_class constantRicardo B. Marliere
2024-05-10backlight: Make backlight_class constantRicardo B. Marliere
2024-05-10backlight: mp3309c: Fix signedness bug in mp3309c_parse_fwnode()Dan Carpenter
2024-05-10Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones
2024-05-03backlight: tdo24m: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: platform_lcd: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: otm3225a: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: ltv350qv: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: lms501kf03: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: lms283gf05: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: l4f00242t03: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: jornada720_lcd: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: ili9320: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: ili922x: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: hx8357: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: corgi_lcd: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: ams369fg06: Constify lcd_opsKrzysztof Kozlowski
2024-05-03backlight: lcd: Constify lcd_opsKrzysztof Kozlowski
2024-03-28backlight: Remove fb_blank from struct backlight_propertiesThomas Zimmermann
2024-03-28backlight: omap1: Replace FB_BLANK_ states with simple on/offThomas Zimmermann
2024-03-28backlight: omap1: Remove unused struct omap_backlight_config.set_powerThomas Zimmermann
2024-03-28backlight: Add controls_device callback to struct backlight_opsThomas Zimmermann
2024-03-28backlight: pwm-backlight: Remove struct backlight_ops.check_fbThomas Zimmermann
2024-03-28backlight: aat2870-backlight: Remove struct backlight.check_fbThomas Zimmermann
2024-03-28backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann
2024-03-14Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-07backlight: pandora_bl: Drop unneeded ENOMEM error messageKrzysztof Kozlowski
2024-03-07backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski
2024-03-07backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: bd6107: Handle deferred probeKrzysztof Kozlowski
2024-03-07backlight: l4f00242t03: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-03-07backlight: gpio: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-03-07backlight: lp8788: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: lm3639: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: da9052: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: lm3630a: Use backlight_get_brightness helper in update_statusLuca Weiss
2024-03-07backlight: lm3630a: Don't set bl->props.brightness in get_brightnessLuca Weiss
2024-03-07backlight: lm3630a: Initialize backlight_properties on initLuca Weiss
2024-03-07backlight: mp3309c: Fully initialize backlight_properties during probeDaniel Thompson
2024-03-07backlight: mp3309c: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-07backlight: mp3309c: Use dev_err_probe() instead of dev_err()Andy Shevchenko
2024-03-07backlight: mp3309c: Make use of device propertiesAndy Shevchenko
2024-03-07backlight: hx8357: Utilise temporary variable for struct deviceAndy Shevchenko
2024-03-07backlight: hx8357: Make use of dev_err_probe()Andy Shevchenko
2024-03-07backlight: hx8357: Move OF table closer to its consumerAndy Shevchenko