summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2023-06-27fbdev: Make support for userspace interfaces configurableThomas Zimmermann4-4/+56
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann3-32/+22
2023-06-27fbdev/core: Move file-I/O code into separate fileThomas Zimmermann4-473/+498
2023-06-27fbdev/core: Move procfs code to separate fileThomas Zimmermann4-43/+80
2023-06-27fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann3-19/+52
2023-06-27fbdev/core: Move framebuffer and backlight helpers into separate filesThomas Zimmermann4-110/+115
2023-06-27fbdev/core: Pass Linux device to pm_vt_switch_*() functionsThomas Zimmermann1-3/+3
2023-06-27fbdev/tdfxfb: Set i2c adapter parent to hardware deviceThomas Zimmermann1-2/+2
2023-06-27fbdev/smscufx: Detect registered fb_info from refcountThomas Zimmermann1-2/+2
2023-06-27fbdev/sm501fb: Output message with fb_err()Thomas Zimmermann1-1/+1
2023-06-27fbdev/sh7760fb: Use hardware device with dev_() output during probeThomas Zimmermann1-3/+3
2023-06-27fbdev/sh7760fb: Alloc DMA memory from hardware deviceThomas Zimmermann1-4/+4
2023-06-27fbdev/sh7760fb: Output messages with fb_dbg()Thomas Zimmermann1-13/+13
2023-06-27fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()Thomas Zimmermann1-5/+5
2023-06-27fbdev/rivafb: Use hardware device as backlight parentThomas Zimmermann1-1/+1
2023-06-27fbdev/rivafb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann1-4/+4
2023-06-27fbdev/radeonfb: Use hardware device as backlight parentThomas Zimmermann1-1/+1
2023-06-27fbdev/radeonfb: Reorder backlight and framebuffer cleanupThomas Zimmermann1-2/+1
2023-06-27fbdev/pxa168fb: Do not assign to struct fb_info.devThomas Zimmermann1-1/+1
2023-06-27fbdev/nvidiafb: Use hardware device as backlight parentThomas Zimmermann1-1/+1
2023-06-27fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann1-4/+4
2023-06-27fbdev/metronomefb: Use hardware device for dev_err()Thomas Zimmermann1-1/+1
2023-06-27fbdev/mb862xxfb: Output messages with fb_dbg()Thomas Zimmermann1-5/+4
2023-06-27fbdev/fsl-diu-fb: Output messages with fb_*() helpersThomas Zimmermann1-13/+13
2023-06-27fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann1-1/+0
2023-06-27fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()Thomas Zimmermann1-6/+6
2023-06-27fbdev/ep93xx-fb: Alloc DMA memory from hardware deviceThomas Zimmermann1-4/+4
2023-06-27fbdev/broadsheetfb: Call device_remove_file() with hardware deviceThomas Zimmermann1-1/+1
2023-06-27fbdev/aty128fb: Use hardware device as backlight parentThomas Zimmermann1-1/+1
2023-06-27fbdev/aty128fb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann1-5/+5
2023-06-27fbdev/atyfb: Use hardware device as backlight parentThomas Zimmermann1-1/+1
2023-06-27fbdev/atyfb: Reorder backlight and framebuffer init/cleanupThomas Zimmermann1-7/+9
2023-06-27backlight/lv5207lp: Rename struct lv5207lp_platform_data.fbdev to 'dev'Thomas Zimmermann1-1/+1
2023-06-27backlight/lv5207lp: Compare against struct fb_info.deviceThomas Zimmermann1-1/+1
2023-06-27backlight/gpio_backlight: Rename field 'fbdev' to 'dev'Thomas Zimmermann1-3/+3
2023-06-27backlight/gpio_backlight: Compare against struct fb_info.deviceThomas Zimmermann1-1/+1
2023-06-27backlight/bd6107: Rename struct bd6107_platform_data.fbdev to 'dev'Thomas Zimmermann1-1/+1
2023-06-27backlight/bd6107: Compare against struct fb_info.deviceThomas Zimmermann1-1/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie15-52/+42
2023-06-01fbdev: Add Kconfig options to select different fb_ops helpersThomas Zimmermann1-0/+21
2023-05-30fbdev: bw2: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30fbdev: broadsheetfb: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-05-30fbdev: au1200fb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-30fbdev: au1100fb: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-05-30fbdev: arcfb: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-05-30fbdev: au1100fb: Drop if with an always false conditionUwe Kleine-König1-3/+0
2023-05-27fbcon: Fix null-ptr-deref in soft_cursorHelge Deller1-0/+3
2023-05-27fbdev: imsttfb: Fix error path of imsttfb_probe()Helge Deller1-2/+4
2023-05-27fbdev: imsttfb: Release framebuffer and dealloc cmap on error pathHelge Deller1-1/+5
2023-05-27fbdev: matroxfb ssd1307fb: Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2