summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-211-4/+1
|\
| * Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-4/+1
* | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-2019-5473/+4
|\ \
| * | fbdev: remove w100fb driverArnd Bergmann2023-02-014-2586/+0
| * | fbdev: remove tmiofb driverArnd Bergmann2023-02-013-1063/+0
| * | ARM: pxa: remove unused board filesArnd Bergmann2023-01-201-10/+0
| * | fbdev: remove s3c2410 framebufferArnd Bergmann2023-01-165-1363/+4
| * | ARM: sa1100: remove unused board filesArnd Bergmann2023-01-121-1/+0
| * | fbdev: omapfb: remove unused board supportArnd Bergmann2023-01-128-448/+0
| * | ARM: omap1: remove dead codeArnd Bergmann2023-01-121-2/+0
* | | Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-02-172-1/+13
|\ \ \
| * | | fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai2023-02-102-1/+13
| |/ /
* | | nvidiafb: detect the hardware support before removing console.Dave Airlie2023-02-071-39/+42
* | | Merge tag 'fbdev-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-0514-75/+27
|\ \ \
| * | | fbcon: Check font dimension limitsSamuel Thibault2023-02-041-2/+5
| * | | fbdev: omapfb: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-164-8/+12
| * | | fbdev: fbmon: fix function name in kernel-docRandy Dunlap2023-01-161-1/+1
| * | | fbdev: atmel_lcdfb: Rework backlight status updatesStephen Kitt2023-01-091-21/+1
| * | | fbdev: riva: Use backlight helperStephen Kitt2023-01-091-7/+1
| * | | fbdev: omapfb: panel-dsi-cm: Use backlight helperStephen Kitt2023-01-091-7/+1
| * | | fbdev: nvidia: Use backlight helperStephen Kitt2023-01-091-7/+1
| * | | fbdev: mx3fb: Use backlight helperStephen Kitt2023-01-091-6/+1
| * | | fbdev: radeon: Use backlight helperStephen Kitt2023-01-091-5/+1
| * | | fbdev: atyfb: Use backlight helperStephen Kitt2023-01-091-7/+1
| * | | fbdev: aty128fb: Use backlight helperStephen Kitt2023-01-091-4/+2
| | |/ | |/|
* | | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-4/+2
|\ \ \ | |/ / |/| |
| * | xen: make remove callback of xen driver void returnedDawei Li2022-12-151-4/+2
* | | fbdev: omapfb: avoid stack overflow warningArnd Bergmann2023-01-051-10/+18
* | | fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MBPaul Menzel2023-01-021-2/+2
* | | fbdev: atyfb: use strscpy() to instead of strncpy()Xu Panda2022-12-281-2/+1
* | | fbdev: omapfb: use strscpy() to instead of strncpy()Xu Panda2022-12-281-3/+2
* | | fbdev: make offb driver tristateRandy Dunlap2022-12-271-2/+2
| |/ |/|
* | Merge tag 'backlight-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-219-25/+21
|\ \
| * | backlight: tosa: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-3/+2
| * | backlight: lv5207lp: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-3/+2
| * | backlight: lp855x: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-2/+3
| * | backlight: lm3639: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-3/+2
| * | backlight: lm3630a: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-3/+2
| * | backlight: bd6107: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-3/+2
| * | backlight: arcxcnn: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-2/+2
| * | backlight: adp8870: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-3/+3
| * | backlight: adp8860: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-071-3/+3
* | | fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa2022-12-141-1/+2
* | | fbdev: sh_mobile_lcdcfb: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-141-4/+4
* | | fbdev: uvesafb: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-141-5/+5
* | | fbdev: uvesafb: Simplify uvesafb_remove()Christophe JAILLET2022-12-141-15/+13
* | | fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()Christophe JAILLET2022-12-141-0/+1
* | | fbdev: uvesafb: don't build on UMLRandy Dunlap2022-12-141-0/+1
* | | fbdev: geode: don't build on UMLRandy Dunlap2022-12-141-0/+1
* | | fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()Gaosheng Cui2022-12-141-1/+3