index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Lines
2024-03-07
backlight: bd6107: Handle deferred probe
Krzysztof Kozlowski
-6
/
+3
2024-03-07
backlight: l4f00242t03: Simplify with dev_err_probe()
Krzysztof Kozlowski
-20
/
+14
2024-03-07
backlight: gpio: Simplify with dev_err_probe()
Krzysztof Kozlowski
-7
/
+3
2024-03-07
backlight: lp8788: Fully initialize backlight_properties during probe
Daniel Thompson
-0
/
+1
2024-03-07
backlight: lm3639: Fully initialize backlight_properties during probe
Daniel Thompson
-0
/
+1
2024-03-07
backlight: da9052: Fully initialize backlight_properties during probe
Daniel Thompson
-0
/
+1
2024-03-07
backlight: lm3630a: Use backlight_get_brightness helper in update_status
Luca Weiss
-6
/
+8
2024-03-07
backlight: lm3630a: Don't set bl->props.brightness in get_brightness
Luca Weiss
-10
/
+4
2024-03-07
backlight: lm3630a: Initialize backlight_properties on init
Luca Weiss
-0
/
+1
2024-03-07
backlight: mp3309c: Fully initialize backlight_properties during probe
Daniel Thompson
-0
/
+1
2024-03-07
backlight: mp3309c: Utilise temporary variable for struct device
Andy Shevchenko
-18
/
+12
2024-03-07
backlight: mp3309c: Use dev_err_probe() instead of dev_err()
Andy Shevchenko
-11
/
+7
2024-03-07
backlight: mp3309c: Make use of device properties
Andy Shevchenko
-26
/
+18
2024-03-07
backlight: hx8357: Utilise temporary variable for struct device
Andy Shevchenko
-4
/
+3
2024-03-07
backlight: hx8357: Make use of dev_err_probe()
Andy Shevchenko
-8
/
+4
2024-03-07
backlight: hx8357: Move OF table closer to its consumer
Andy Shevchenko
-13
/
+13
2024-03-07
backlight: hx8357: Make use of device properties
Andy Shevchenko
-6
/
+8
2024-03-07
backlight: mp3309c: Use pwm_apply_might_sleep()
Sean Young
-2
/
+2
2024-03-07
backlight: ktz8866: Correct the check for of_property_read_u32
Jianhua Lu
-3
/
+3
2024-03-07
backlight: hx8357: Fix potential NULL pointer dereference
Andy Shevchenko
-4
/
+6
2024-03-07
backlight: ktd2801: Make timing struct static
Duje Mihanović
-1
/
+1
2024-03-07
backlight: Add Kinetic KTD2801 Backlight support
Duje Mihanović
-0
/
+136
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia Ziemiańska
-1
/
+1
2024-03-05
Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-2
/
+0
2024-03-01
fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()
Michael Kelley
-2
/
+0
2024-02-28
backlight/corgi-lcd: Include <linux/backlight.h>
Thomas Zimmermann
-0
/
+1
2024-02-26
fbcon: always restore the old font data in fbcon_do_set_font()
Jiri Slaby (SUSE)
-5
/
+3
2024-02-14
fbdev/efifb: Remove framebuffer relocation tracking
Thomas Zimmermann
-75
/
+1
2024-02-14
firmware/sysfb: Update screen_info for relocated EFI framebuffers
Thomas Zimmermann
-0
/
+88
2024-02-14
fbdev/efifb: Do not track parent device status
Thomas Zimmermann
-4
/
+1
2024-02-14
fbdev/efifb: Remove PM for parent device
Thomas Zimmermann
-13
/
+3
2024-02-14
video: Provide screen_info_get_pci_dev() to find screen_info's PCI device
Thomas Zimmermann
-0
/
+49
2024-02-14
video: Add helpers for decoding screen_info
Thomas Zimmermann
-0
/
+153
2024-02-08
video: fbdev: mmp: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
-13
/
+13
2024-02-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-4
/
+7
2024-02-05
Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-92
/
+124
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
-4
/
+7
2024-01-31
fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
Geert Uytterhoeven
-1
/
+1
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-8247
/
+708
2024-01-27
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
-1
/
+1
2024-01-27
fbcon: remove fbcon_getxy()
Jiri Slaby (SUSE)
-25
/
+0
2024-01-27
fbcon: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
-6
/
+0
2024-01-27
tty: vt: change consw::con_set_origin() return type
Jiri Slaby (SUSE)
-4
/
+4
2024-01-27
tty: vt: make consw::con_font_default()'s name const
Jiri Slaby (SUSE)
-3
/
+6
2024-01-27
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
-6
/
+7
2024-01-27
tty: vt: make types around consw::con_blank() bool
Jiri Slaby (SUSE)
-22
/
+24
2024-01-27
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
-9
/
+16
2024-01-27
tty: vt: use VESA blanking constants
Jiri Slaby (SUSE)
-5
/
+5
2024-01-27
tty: vt: stop using -1 for blank mode in consw::con_blank()
Jiri Slaby (SUSE)
-1
/
+0
2024-01-27
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
-13
/
+13
[prev]
[next]