index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
backlight
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
backlight: lms283gf05: Constify lcd_ops
Krzysztof Kozlowski
1
-1
/
+1
2024-05-03
backlight: l4f00242t03: Constify lcd_ops
Krzysztof Kozlowski
1
-1
/
+1
2024-05-03
backlight: jornada720_lcd: Constify lcd_ops
Krzysztof Kozlowski
1
-1
/
+1
2024-05-03
backlight: ili9320: Constify lcd_ops
Krzysztof Kozlowski
1
-1
/
+1
2024-05-03
backlight: ili922x: Constify lcd_ops
Krzysztof Kozlowski
1
-1
/
+1
2024-05-03
backlight: hx8357: Constify lcd_ops
Krzysztof Kozlowski
1
-1
/
+1
2024-05-03
backlight: corgi_lcd: Constify lcd_ops
Krzysztof Kozlowski
1
-1
/
+1
2024-05-03
backlight: ams369fg06: Constify lcd_ops
Krzysztof Kozlowski
1
-1
/
+1
2024-05-03
backlight: lcd: Constify lcd_ops
Krzysztof Kozlowski
1
-2
/
+2
2024-03-28
backlight: Remove fb_blank from struct backlight_properties
Thomas Zimmermann
3
-4
/
+0
2024-03-28
backlight: omap1: Replace FB_BLANK_ states with simple on/off
Thomas Zimmermann
1
-25
/
+18
2024-03-28
backlight: omap1: Remove unused struct omap_backlight_config.set_power
Thomas Zimmermann
1
-3
/
+0
2024-03-28
backlight: Add controls_device callback to struct backlight_ops
Thomas Zimmermann
4
-19
/
+19
2024-03-28
backlight: pwm-backlight: Remove struct backlight_ops.check_fb
Thomas Zimmermann
1
-12
/
+0
2024-03-28
backlight: aat2870-backlight: Remove struct backlight.check_fb
Thomas Zimmermann
1
-7
/
+0
2024-03-28
backlight: Match backlight device against struct fb_info.bl_dev
Thomas Zimmermann
1
-2
/
+6
2024-03-14
Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
15
-156
/
+254
2024-03-07
backlight: pandora_bl: Drop unneeded ENOMEM error message
Krzysztof Kozlowski
1
-3
/
+1
2024-03-07
backlight: lm3630a_bl: Simplify probe return on gpio request error
Krzysztof Kozlowski
1
-4
/
+2
2024-03-07
backlight: lm3630a_bl: Handle deferred probe
Krzysztof Kozlowski
1
-4
/
+3
2024-03-07
backlight: as3711_bl: Handle deferred probe
Krzysztof Kozlowski
1
-4
/
+2
2024-03-07
backlight: bd6107: Handle deferred probe
Krzysztof Kozlowski
1
-6
/
+3
2024-03-07
backlight: l4f00242t03: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-20
/
+14
2024-03-07
backlight: gpio: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2024-03-07
backlight: lp8788: Fully initialize backlight_properties during probe
Daniel Thompson
1
-0
/
+1
2024-03-07
backlight: lm3639: Fully initialize backlight_properties during probe
Daniel Thompson
1
-0
/
+1
2024-03-07
backlight: da9052: Fully initialize backlight_properties during probe
Daniel Thompson
1
-0
/
+1
2024-03-07
backlight: lm3630a: Use backlight_get_brightness helper in update_status
Luca Weiss
1
-6
/
+8
2024-03-07
backlight: lm3630a: Don't set bl->props.brightness in get_brightness
Luca Weiss
1
-10
/
+4
2024-03-07
backlight: lm3630a: Initialize backlight_properties on init
Luca Weiss
1
-0
/
+1
2024-03-07
backlight: mp3309c: Fully initialize backlight_properties during probe
Daniel Thompson
1
-0
/
+1
2024-03-07
backlight: mp3309c: Utilise temporary variable for struct device
Andy Shevchenko
1
-18
/
+12
2024-03-07
backlight: mp3309c: Use dev_err_probe() instead of dev_err()
Andy Shevchenko
1
-11
/
+7
2024-03-07
backlight: mp3309c: Make use of device properties
Andy Shevchenko
1
-26
/
+18
2024-03-07
backlight: hx8357: Utilise temporary variable for struct device
Andy Shevchenko
1
-4
/
+3
2024-03-07
backlight: hx8357: Make use of dev_err_probe()
Andy Shevchenko
1
-8
/
+4
2024-03-07
backlight: hx8357: Move OF table closer to its consumer
Andy Shevchenko
1
-13
/
+13
2024-03-07
backlight: hx8357: Make use of device properties
Andy Shevchenko
1
-6
/
+8
2024-03-07
backlight: mp3309c: Use pwm_apply_might_sleep()
Sean Young
1
-2
/
+2
2024-03-07
backlight: ktz8866: Correct the check for of_property_read_u32
Jianhua Lu
1
-3
/
+3
2024-03-07
backlight: hx8357: Fix potential NULL pointer dereference
Andy Shevchenko
1
-4
/
+6
2024-03-07
backlight: ktd2801: Make timing struct static
Duje Mihanović
1
-1
/
+1
2024-03-07
backlight: Add Kinetic KTD2801 Backlight support
Duje Mihanović
3
-0
/
+136
2024-02-28
backlight/corgi-lcd: Include <linux/backlight.h>
Thomas Zimmermann
1
-0
/
+1
2024-01-18
Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-70
/
+502
2024-01-12
Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-8
/
+8
2024-01-12
fbdev: Remove support for Carillo Ranch driver
Matthew Wilcox (Oracle)
3
-272
/
+0
2023-12-20
pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()
Sean Young
3
-8
/
+8
2023-12-13
backlight: hx8357: Convert to agnostic GPIO API
Andy Shevchenko
1
-52
/
+22
2023-12-07
backlight: ili922x: Add an error code check in ili922x_write()
Su Hui
1
-0
/
+4
[prev]
[next]