aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+0
2008-05-24S3C2410: fix driver MODULE_ALIAS()Ben Dooks1-0/+2
2008-05-24S3C2410: clean out changelog header and tidyBen Dooks2-83/+11
2008-05-24S3C2410: add error print if we cannot add attributeBen Dooks1-1/+4
2008-05-24S3C2410: ensure that FB_BLANK_POWERDOWN shuts down the controllerBen Dooks1-20/+29
2008-05-24SM501: reverse FPEN/VBIASEN flags behaviourBen Dooks1-4/+4
2008-05-23fbdev: fix integer as NULL pointer warningHarvey Harrison4-5/+5
2008-05-22[ARM] 5043/1: pxafb: remove unused mode variable in pxafb_init_fbinfoPhilipp Zabel1-1/+0
2008-05-20fbdev: fix race in device_createGreg Kroah-Hartman1-3/+7
2008-05-18m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2-3/+3
2008-05-18m68k: dnfb doesnt check for ApolloGeert Uytterhoeven1-0/+3
2008-05-18m68k: FB_HP300 depends on DIO and doesnt need FB_CFB_FILLRECTGeert Uytterhoeven1-2/+1
2008-05-18m68k: Kill CONFIG_FB_DAFBGeert Uytterhoeven1-1/+0
2008-05-17Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+2
2008-05-17[ARM] pxa: fix pxafb build when cpufreq is enabledRussell King1-3/+2
2008-05-14video/logo: add support for Blackfin/Linux logo for framebuffer consoleRobin Getz5-0/+2276
2008-05-14fix "lxfb: extend PLL table to support dotclocks below 25 MHz"Jens Rottmann1-22/+0
2008-05-13vt/fbcon: fix background color on line feedJan Engelhardt1-5/+16
2008-05-13vt/fbcon: update scrl_erase_char after 256/512-glyph font switchJan Engelhardt1-1/+9
2008-05-13fbdev: do not let CONFIG_FB_DEFERRED_IO default to yGeert Uytterhoeven1-1/+0
2008-05-13atmel_lcdfb: fix pixclock divider calculationNicolas Ferre1-5/+6
2008-05-13drivers/video/pnx4008: eliminate double freeJulia Lawall1-7/+4
2008-05-13tridentfb: improve clock setting accuracyKrzysztof Helt1-12/+12
2008-05-13tridentfb: remove misplaced enable_mmio()Krzysztof Helt1-1/+0
2008-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds12-35/+26
2008-05-09Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into fixesRussell King7-19/+13
2008-05-08sparc video: remove open boot prom codeRobert Reif12-35/+26
2008-05-07[ARM] 5028/1: pxafb: fix broken "backward compatibility way" in framebufferGuennadi Liakhovetski1-4/+4
2008-05-03sparc video: make blank use proper constantRobert Reif6-6/+6
2008-05-03sparc: tcx.c remove unnecessary functionRobert Reif1-13/+7
2008-04-30pxafb: preliminary smart panel interface support (update)Eric Miao2-2/+2
2008-04-30pxafb: preliminary smart panel interface supportEric Miao3-43/+281
2008-04-30pxafb: move parallel LCD timing setup into dedicate functionEric Miao2-50/+47
2008-04-30pxafb: use completion for LCD disable wait codeEric Miao2-8/+6
2008-04-30pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()Eric Miao1-24/+35
2008-04-30pxafb: introduce register independent LCD connection type for pxafberic miao1-14/+62
2008-04-30pxafb: introduce "struct pxafb_dma_buff" for palette and dma descriptorseric miao2-83/+95
2008-04-30pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}eric miao2-23/+73
2008-04-30pxafb: sanitize the usage of #ifdef .. processing pxafb parameterseric miao1-29/+28
2008-04-30pxafb: purge unnecessary pr_debug and comments from pxafberic miao1-71/+0
2008-04-30pxafb: fix various coding style issues for pxafberic miao1-136/+144
2008-04-30pxafb: un-nest pxafb_parse_options() to cleanup the coding style issueeric miao1-140/+166
2008-04-29video: use get/put_unaligned_* helpersHarvey Harrison2-20/+17
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-1/+1
2008-04-29vt: fix background color on line feedJan Engelhardt4-9/+9
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds8-19/+17
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison28-106/+106
2008-04-28BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 driver for nowMike Frysinger1-1/+1
2008-04-28BF54x Framebuffer Driver: drop request_irq castMike Frysinger1-1/+1
2008-04-28drivers/video/w100fb.c: avoid a couple of error-path NULL derefsAndrew Morton1-2/+4