aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2018-07-24video: fbdev: metronomefb: fix some off by one bugsGravatar Dan Carpenter 1-5/+5
2018-07-24fbcon: introduce for_each_registered_fb() helperGravatar Yisheng Xie 2-23/+12
2018-07-24video: fbdev: fsl-diu-fb: Remove VLA usageGravatar Kees Cook 1-10/+13
2018-07-24video: fbdev: pxafb: Add support for lcd-supply regulatorGravatar Daniel Mack 2-0/+27
2018-07-24video: fbdev: pxafb: handle errors from pxafb_init_fbinfo() correctlyGravatar Daniel Mack 1-5/+4
2018-07-24video: fbdev: pxafb: switch to devm_* APIGravatar Daniel Mack 1-47/+17
2018-07-24video: fbdev: pxafb: clear allocated memory for video modesGravatar Daniel Mack 1-2/+2
2018-07-24video: fbdev: pxa3xx_gcu: add devicetree bindingsGravatar Daniel Mack 1-0/+10
2018-07-24fbdev: Distinguish between interlaced and progressive modesGravatar Fredrik Noring 1-11/+30
2018-07-03efifb: Copy the ACPI BGRT boot graphics to the framebufferGravatar Hans de Goede 1-0/+140
2018-07-03video: fbdev: simplefb: Stop including <linux/clk-provider.h>Gravatar Geert Uytterhoeven 1-1/+1
2018-07-03omapfb: encoder-tpd12s015: fix error return codeGravatar Julia Lawall 1-3/+9
2018-07-03video: fbdev: Set pixclock = 0 in goldfishfbGravatar Christoffer Dall 1-1/+1
2018-07-03video: fbdev: Enable ACPI-based enumeration for goldfishfbGravatar Yu Ning 1-0/+8
2018-07-03video: fbdev: Fix checkpatch warnings in goldfishfb.cGravatar Roman Kiryanov 1-1/+3
2018-06-28console/fbcon: Add support for deferred console takeoverGravatar Hans de Goede 1-0/+72
2018-06-28fbcon: Call WARN_CONSOLE_UNLOCKED() where applicableGravatar Hans de Goede 1-0/+11
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 1-4/+4
2018-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 37-2713/+80
2018-06-15docs: fix broken references with multiple hintsGravatar Mauro Carvalho Chehab 1-4/+4
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 3-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 6-13/+15
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 15-23/+29
2018-06-12video: uvesafb: Fix integer overflow in allocationGravatar Kees Cook 1-1/+2
2018-06-08fb_omap2: add gpiolib dependencyGravatar Arnd Bergmann 1-0/+1
2018-06-08video/omap: add module license tagsGravatar Arnd Bergmann 9-0/+36
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-15/+2
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-14/+1
2018-05-15video: fbdev: pxafb: match_string() conversion fixupGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2018-05-15video: fbdev: nvidia: fix spelling mistake: "scaleing" -> "scaling"Gravatar Colin Ian King 1-1/+1
2018-05-15video: fbdev: fix spelling mistake: "frambuffer" -> "framebuffer"Gravatar Colin Ian King 2-2/+2
2018-05-15video: fbdev: pxafb: Convert to use match_string() helperGravatar Andy Shevchenko 1-6/+4
2018-05-15video: fbdev: via: allow COMPILE_TEST buildGravatar Bartlomiej Zolnierkiewicz 6-5/+8
2018-05-14video: fbdev: remove unused sh_mobile_meram driverGravatar Bartlomiej Zolnierkiewicz 3-767/+0
2018-05-14video: fbdev: sh_mobile_lcdcfb: remove unused MERAM supportGravatar Bartlomiej Zolnierkiewicz 3-64/+1
2018-05-14video: fbdev: remove unused auo_k190xfb driversGravatar Bartlomiej Zolnierkiewicz 6-1816/+0
2018-05-04drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OFGravatar Anders Roxell 1-1/+1
2018-04-26video: omap: Improve a size determination in omapfb_do_probe()Gravatar Markus Elfring 1-1/+1
2018-04-26video: sm501fb: Improve a size determination in sm501fb_probe()Gravatar Markus Elfring 1-2/+1
2018-04-26video: fbdev-MMP: Improve a size determination in path_init()Gravatar Markus Elfring 1-1/+1
2018-04-26video: fbdev-MMP: Delete an error message for a failed memory allocation in t...Gravatar Markus Elfring 2-7/+4
2018-04-26video: auo_k190x: Delete an error message for a failed memory allocation in a...Gravatar Markus Elfring 1-1/+0
2018-04-26video: sh_mobile_lcdcfb: Delete an error message for a failed memory allocati...Gravatar Markus Elfring 1-6/+2
2018-04-26video: sh_mobile_meram: Delete an error message for a failed memory allocatio...Gravatar Markus Elfring 1-3/+1
2018-04-24video: fbdev: sh_mobile_meram: Drop SUPERH platform dependencyGravatar Geert Uytterhoeven 1-1/+1
2018-04-24video: fbdev: omap2: omapfb: displays: simplify getting .drvdataGravatar Wolfram Sang 1-12/+6
2018-04-24video: fbdev: simplify getting .drvdataGravatar Wolfram Sang 3-16/+8
2018-04-24video: fbdev: core: Change return type to vm_fault_tGravatar Souptick Joarder 1-2/+2