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