summaryrefslogtreecommitdiff
path: root/drivers/video/backlight
AgeCommit message (Expand)AuthorFilesLines
2024-08-01backlight: l4f00242t03: Add check for spi_setupChen Ni1-1/+4
2024-07-04backlight: sky81452-backlight: Use backlight power constantsThomas Zimmermann1-1/+1
2024-07-04backlight: rave-sp-backlight: Use backlight power constantsThomas Zimmermann1-1/+1
2024-07-04backlight: pwm-backlight: Use backlight power constantsThomas Zimmermann1-2/+2
2024-07-04backlight: pcf50633-backlight: Use backlight power constantsThomas Zimmermann1-3/+2
2024-07-04backlight: pandora-backlight: Use backlight power constantsThomas Zimmermann1-2/+1
2024-07-04backlight: mp3309c: Use backlight power constantsThomas Zimmermann1-2/+2
2024-07-04backlight: lm3533-backlight: Use backlight power constantsThomas Zimmermann1-2/+1
2024-07-04backlight: led-backlight: Use backlight power constantsThomas Zimmermann1-2/+2
2024-07-04backlight: ktd253-backlight: Use backlight power constantsThomas Zimmermann1-3/+2
2024-07-04backlight: kb3886-bl: Use backlight power constantsThomas Zimmermann1-2/+2
2024-07-04backlight: journada_bl: Use backlight power constantsThomas Zimmermann1-2/+1
2024-07-04backlight: ipaq-micro-backlight: Use backlight power constantsThomas Zimmermann1-2/+1
2024-07-04backlight: gpio-backlight: Use backlight power constantsThomas Zimmermann1-5/+4
2024-07-04backlight: corgi-lcd: Use backlight power constantsThomas Zimmermann1-2/+2
2024-07-04backlight: ams369fb06: Use backlight power constantsThomas Zimmermann1-12/+11
2024-07-04backlight: aat2870-backlight: Use blacklight power constantsThomas Zimmermann1-2/+2
2024-06-26backlight: lm3509_bl: Fix early returns in for_each_child_of_node()Javier Carrasco1-2/+1
2024-06-20backlight: Drop explicit initialization of struct i2c_device_id::driver_data ...Uwe Kleine-König8-9/+12
2024-06-13backlight: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-13backlight: lm3509_bl: Fix NULL vs IS_ERR() check in register() functionDan Carpenter1-2/+3
2024-05-31backlight: Add new lm3509 backlight driverPatrick Gansterer3-0/+348
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