summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorLines
2024-01-18Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-17/+5
2024-01-18fbdev: remove I2C_CLASS_DDC supportHeiner Kallweit-27/+10
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2024-01-12Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7874/+180
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-232/+303
2024-01-12fbdev/intelfb: Remove driverThomas Zimmermann-5042/+0
2024-01-12fbdev/hyperv_fb: Do not clear global screen_infoThomas Zimmermann-8/+1
2024-01-12fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpersThomas Zimmermann-5/+6
2024-01-12fbdev/sis: Remove dependency on screen_infoThomas Zimmermann-37/+0
2024-01-12video/sticore: Remove info field from STI structThomas Zimmermann-3/+0
2024-01-12fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()Thomas Zimmermann-50/+56
2024-01-12fbdev: flush deferred IO before closingNam Cao-1/+1
2024-01-12fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao-5/+1
2024-01-12fbdev: amba-clcd: Delete the old CLCD driverLinus Walleij-1003/+0
2024-01-12fbdev: Remove support for Carillo Ranch driverMatthew Wilcox (Oracle)-1635/+0
2024-01-11fbdev: hgafb: fix kernel-doc commentsRandy Dunlap-2/+11
2024-01-11fbdev: mmp: Fix typo and wording in code commentDario Binacchi-1/+1
2024-01-11fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype changeStanislav Kinsburskii-1/+1
2024-01-11fbdev: imxfb: add '*/' on a separate line in block commentDario Binacchi-2/+4
2024-01-11fbdev: imxfb: use __func__ for function nameDario Binacchi-1/+1
2024-01-11fbdev: imxfb: Fix style warnings relating to printk()Dario Binacchi-11/+11
2024-01-11fbdev: imxfb: add missing spaces after ','Dario Binacchi-2/+2
2024-01-11fbdev: imxfb: drop ftrace-like loggingDario Binacchi-2/+0
2024-01-11fbdev: imxfb: add missing SPDX tagDario Binacchi-4/+1
2024-01-11fbdev: imxfb: replace some magic numbers with constantsDario Binacchi-3/+4
2024-01-11fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macrosDario Binacchi-54/+59
2024-01-11fbdev: imxfb: move PCR bitfields near their offsetDario Binacchi-7/+6
2024-01-11fbdev: imxfb: fix left margin settingDario Binacchi-2/+25
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-4/+4
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young-1/+1
2023-11-29fbdev: Remove default file-I/O implementationsThomas Zimmermann-26/+12
2023-11-29fbdev: Warn on incorrect framebuffer accessThomas Zimmermann-0/+33
2023-11-29fbdev: Move default fb_mmap code into helper functionThomas Zimmermann-30/+33
2023-11-29fbdev: Push pgprot_decrypted() into mmap implementationsThomas Zimmermann-5/+33
2023-11-29fbdev: Remove trailing whitespacesThomas Zimmermann-2/+2
2023-11-29fbdev: Rename FB_SYS_FOPS token to FB_SYSMEM_FOPSThomas Zimmermann-6/+6
2023-11-29fbdev/cyber2000fb: Initialize fb_ops with fbdev macrosThomas Zimmermann-12/+2
2023-11-29fbdev/wm8505fb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann-0/+3
2023-11-29fbdev/vt8500lcdfb: Initialize fb_ops with fbdev macrosThomas Zimmermann-1/+4
2023-11-29fbdev/clps711x-fb: Initialize fb_ops with fbdev macrosThomas Zimmermann-6/+2
2023-11-29fbdev/ps3fb: Initialize fb_ops with fbdev macrosThomas Zimmermann-9/+3
2023-11-29fbdev/ps3fb: Set FBINFO_VIRTFB flagThomas Zimmermann-1/+1
2023-11-29fbdev/au1200fb: Initialize fb_ops with fbdev macrosThomas Zimmermann-9/+3
2023-11-29fbdev/au1200fb: Set FBINFO_VIRTFB flagThomas Zimmermann-0/+2
2023-11-29fbdev/udlfb: Select correct helpersThomas Zimmermann-5/+1
2023-11-29fbdev/smscufx: Select correct helpersThomas Zimmermann-5/+1
2023-11-29fbdev/sh_mobile_lcdcfb: Initialize fb_ops with fbdev macrosThomas Zimmermann-12/+5
2023-11-29fbdev/sh_mobile_lcdcfb: Set FBINFO_VIRTFB flagThomas Zimmermann-0/+2
2023-11-29fbdev/arcfb: Use generator macros for deferred I/OThomas Zimmermann-91/+27
2023-11-29fbdev/arcfb: Set FBINFO_VIRTFB flagThomas Zimmermann-0/+1