aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2024-01-11fbdev: hgafb: fix kernel-doc commentsRandy Dunlap1-2/+11
2024-01-11fbdev: mmp: Fix typo and wording in code commentDario Binacchi1-1/+1
2024-01-11fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype changeStanislav Kinsburskii1-1/+1
2024-01-11fbdev: imxfb: add '*/' on a separate line in block commentDario Binacchi1-2/+4
2024-01-11fbdev: imxfb: use __func__ for function nameDario Binacchi1-1/+1
2024-01-11fbdev: imxfb: Fix style warnings relating to printk()Dario Binacchi1-11/+11
2024-01-11fbdev: imxfb: add missing spaces after ','Dario Binacchi1-2/+2
2024-01-11fbdev: imxfb: drop ftrace-like loggingDario Binacchi1-2/+0
2024-01-11fbdev: imxfb: add missing SPDX tagDario Binacchi1-4/+1
2024-01-11fbdev: imxfb: replace some magic numbers with constantsDario Binacchi1-3/+4
2024-01-11fbdev: imxfb: use BIT, FIELD_{GET,PREP} and GENMASK macrosDario Binacchi1-54/+59
2024-01-11fbdev: imxfb: move PCR bitfields near their offsetDario Binacchi1-7/+6
2024-01-11fbdev: imxfb: fix left margin settingDario Binacchi1-2/+25
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2-4/+4
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young1-1/+1
2023-12-18fbdev/vesafb: Use screen_info pointer from deviceThomas Zimmermann1-1/+13
2023-12-18fbdev/vesafb: Replace references to global screen_info by local pointerThomas Zimmermann1-31/+35
2023-12-18fbdev/efifb: Use screen_info pointer from deviceThomas Zimmermann1-1/+13
2023-12-18fbdev/efifb: Replace references to global screen_info by local pointerThomas Zimmermann1-60/+64
2023-12-14fbdev/simplefb: change loglevel when the power domains cannot be parsedBrian Masney1-1/+1
2023-11-29fbdev: Remove default file-I/O implementationsThomas Zimmermann2-26/+12
2023-11-29fbdev: Warn on incorrect framebuffer accessThomas Zimmermann8-0/+33
2023-11-29fbdev: Move default fb_mmap code into helper functionThomas Zimmermann2-30/+33
2023-11-29fbdev: Push pgprot_decrypted() into mmap implementationsThomas Zimmermann17-5/+33
2023-11-29fbdev: Remove trailing whitespacesThomas Zimmermann1-2/+2
2023-11-29fbdev: Rename FB_SYS_FOPS token to FB_SYSMEM_FOPSThomas Zimmermann3-6/+6
2023-11-29fbdev/cyber2000fb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-12/+2
2023-11-29fbdev/wm8505fb: Initialize fb_ops to fbdev I/O-memory helpersThomas Zimmermann2-0/+3
2023-11-29fbdev/vt8500lcdfb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-1/+4
2023-11-29fbdev/clps711x-fb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-6/+2
2023-11-29fbdev/ps3fb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-9/+3
2023-11-29fbdev/ps3fb: Set FBINFO_VIRTFB flagThomas Zimmermann1-1/+1
2023-11-29fbdev/au1200fb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-9/+3
2023-11-29fbdev/au1200fb: Set FBINFO_VIRTFB flagThomas Zimmermann1-0/+2
2023-11-29fbdev/udlfb: Select correct helpersThomas Zimmermann1-5/+1
2023-11-29fbdev/smscufx: Select correct helpersThomas Zimmermann1-5/+1
2023-11-29fbdev/sh_mobile_lcdcfb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-12/+5
2023-11-29fbdev/sh_mobile_lcdcfb: Set FBINFO_VIRTFB flagThomas Zimmermann1-0/+2
2023-11-29fbdev/arcfb: Use generator macros for deferred I/OThomas Zimmermann2-91/+27
2023-11-29fbdev/arcfb: Set FBINFO_VIRTFB flagThomas Zimmermann1-0/+1
2023-11-29fbdev/vfb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-9/+3
2023-11-29fbdev/vfb: Set FBINFO_VIRTFB flagThomas Zimmermann1-0/+1
2023-11-29fbdev/sm712fb: Use correct initializer macros for struct fb_opsThomas Zimmermann1-4/+2
2023-11-29fbdev/acornfb: Fix name of fb_ops initializer macroThomas Zimmermann1-1/+1
2023-11-22fbdev/simplefb: Suppress error on missing power domainsRichard Acayan1-0/+4
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard27-131/+88
2023-11-10fbdev: fsl-diu-fb: mark wr_reg_wa() staticArnd Bergmann1-1/+1
2023-11-10fbdev: amifb: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-10fbdev: amifb: Mark driver struct with __refdata to prevent section mismatch w...Uwe Kleine-König1-1/+7
2023-11-10fbdev: hyperv_fb: fix uninitialized local variable useArnd Bergmann1-0/+2