summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2023-07-08fbdev/broadsheetfb: Select FB_SYS_HELPERS_DEFERREDThomas Zimmermann-5/+1
2023-07-08fbdev/sm712fb: Do not include <linux/screen_info.h>Thomas Zimmermann-2/+7
2023-07-03Merge tag 'backlight-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-42/+50
2023-06-30sticon/parisc: Fix STI console on 64-bit only machinesHelge Deller-57/+106
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller-1/+1
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-754/+441
2023-06-29Merge tag 'fbdev-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-22/+45
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+10
2023-06-27fbdev: Make support for userspace interfaces configurableThomas Zimmermann-4/+56
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann-32/+22
2023-06-27fbdev/core: Move file-I/O code into separate fileThomas Zimmermann-473/+498
2023-06-27fbdev/core: Move procfs code to separate fileThomas Zimmermann-43/+80
2023-06-27fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann-19/+52
2023-06-27fbdev/core: Move framebuffer and backlight helpers into separate filesThomas Zimmermann-110/+115
2023-06-27fbdev/core: Pass Linux device to pm_vt_switch_*() functionsThomas Zimmermann-3/+3
2023-06-27fbdev/tdfxfb: Set i2c adapter parent to hardware deviceThomas Zimmermann-2/+2
2023-06-27fbdev/smscufx: Detect registered fb_info from refcountThomas Zimmermann-2/+2
2023-06-27fbdev/sm501fb: Output message with fb_err()Thomas Zimmermann-1/+1
2023-06-27fbdev/sh7760fb: Use hardware device with dev_() output during probeThomas Zimmermann-3/+3
2023-06-27fbdev/sh7760fb: Alloc DMA memory from hardware deviceThomas Zimmermann-4/+4
2023-06-27fbdev/sh7760fb: Output messages with fb_dbg()Thomas Zimmermann-13/+13
2023-06-27fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()Thomas Zimmermann-5/+5
2023-06-27fbdev/rivafb: Use hardware device as backlight parentThomas Zimmermann-1/+1
2023-06-27fbdev/rivafb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann-4/+4
2023-06-27fbdev/radeonfb: Use hardware device as backlight parentThomas Zimmermann-1/+1
2023-06-27fbdev/radeonfb: Reorder backlight and framebuffer cleanupThomas Zimmermann-2/+1
2023-06-27fbdev/pxa168fb: Do not assign to struct fb_info.devThomas Zimmermann-1/+1
2023-06-27fbdev/nvidiafb: Use hardware device as backlight parentThomas Zimmermann-1/+1
2023-06-27fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann-4/+4
2023-06-27fbdev/metronomefb: Use hardware device for dev_err()Thomas Zimmermann-1/+1
2023-06-27fbdev/mb862xxfb: Output messages with fb_dbg()Thomas Zimmermann-5/+4
2023-06-27fbdev/fsl-diu-fb: Output messages with fb_*() helpersThomas Zimmermann-13/+13
2023-06-27fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann-1/+0
2023-06-27fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()Thomas Zimmermann-6/+6
2023-06-27fbdev/ep93xx-fb: Alloc DMA memory from hardware deviceThomas Zimmermann-4/+4
2023-06-27fbdev/broadsheetfb: Call device_remove_file() with hardware deviceThomas Zimmermann-1/+1
2023-06-27fbdev/aty128fb: Use hardware device as backlight parentThomas Zimmermann-1/+1
2023-06-27fbdev/aty128fb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann-5/+5
2023-06-27fbdev/atyfb: Use hardware device as backlight parentThomas Zimmermann-1/+1
2023-06-27fbdev/atyfb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann-7/+9
2023-06-27backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'Thomas Zimmermann-1/+1
2023-06-27backlight/lv5207lp: Compare against struct fb_info.deviceThomas Zimmermann-1/+1
2023-06-27backlight/gpio_backlight: Rename field 'fbdev' to 'dev'Thomas Zimmermann-3/+3
2023-06-27backlight/gpio_backlight: Compare against struct fb_info.deviceThomas Zimmermann-1/+1
2023-06-27backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'Thomas Zimmermann-1/+1
2023-06-27backlight/bd6107: Compare against struct fb_info.deviceThomas Zimmermann-1/+1
2023-06-26backlight: led_bl: Take led_access lock when requiredMans Rullgard-1/+4
2023-06-24fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong-1/+1
2023-06-22fbdev: sh7760fb: Fix -Wimplicit-fallthrough warningsGustavo A. R. Silva-0/+2
2023-06-22fbdev: sh_mobile_lcdcfb: Fix ARGB32 overlay format typoGeert Uytterhoeven-1/+1