summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video/logo: add support for Blackfin/Linux logo for framebuffer consoleRobin Getz2008-05-155-0/+2276
* fix "lxfb: extend PLL table to support dotclocks below 25 MHz"Jens Rottmann2008-05-151-22/+0Star
* vt/fbcon: fix background color on line feedJan Engelhardt2008-05-131-5/+16
* vt/fbcon: update scrl_erase_char after 256/512-glyph font switchJan Engelhardt2008-05-131-1/+9
* fbdev: do not let CONFIG_FB_DEFERRED_IO default to yGeert Uytterhoeven2008-05-131-1/+0Star
* atmel_lcdfb: fix pixclock divider calculationNicolas Ferre2008-05-131-5/+6
* drivers/video/pnx4008: eliminate double freeJulia Lawall2008-05-131-7/+4Star
* tridentfb: improve clock setting accuracyKrzysztof Helt2008-05-131-12/+12
* tridentfb: remove misplaced enable_mmio()Krzysztof Helt2008-05-131-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-1112-35/+26Star
|\
| * sparc video: remove open boot prom codeRobert Reif2008-05-0912-35/+26Star
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/nico/...Russell King2008-05-107-19/+13Star
|\|
| * sparc video: make blank use proper constantRobert Reif2008-05-046-6/+6
| * sparc: tcx.c remove unnecessary functionRobert Reif2008-05-041-13/+7Star
* | [ARM] 5028/1: pxafb: fix broken "backward compatibility way" in framebufferGuennadi Liakhovetski2008-05-071-4/+4
|/
* pxafb: preliminary smart panel interface support (update)Eric Miao2008-04-302-2/+2
* pxafb: preliminary smart panel interface supportEric Miao2008-04-303-43/+281
* pxafb: move parallel LCD timing setup into dedicate functionEric Miao2008-04-302-50/+47Star
* pxafb: use completion for LCD disable wait codeEric Miao2008-04-302-8/+6Star
* pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()Eric Miao2008-04-301-24/+35
* pxafb: introduce register independent LCD connection type for pxafberic miao2008-04-301-14/+62
* pxafb: introduce "struct pxafb_dma_buff" for palette and dma descriptorseric miao2008-04-302-83/+95
* pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}eric miao2008-04-302-23/+73
* pxafb: sanitize the usage of #ifdef .. processing pxafb parameterseric miao2008-04-301-29/+28Star
* pxafb: purge unnecessary pr_debug and comments from pxafberic miao2008-04-301-71/+0Star
* pxafb: fix various coding style issues for pxafberic miao2008-04-301-136/+144
* pxafb: un-nest pxafb_parse_options() to cleanup the coding style issueeric miao2008-04-301-140/+166
* video: use get/put_unaligned_* helpersHarvey Harrison2008-04-292-20/+17Star
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-1/+1
* vt: fix background color on line feedJan Engelhardt2008-04-294-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-288-19/+17Star
|\
| * sparc: video drivers: add facility levelRobert Reif2008-04-288-8/+8
| * sparc: tcx.c make tcx_init and tcx_exit staticRobert Reif2008-04-281-2/+2
| * sparc: ffb.c make ffb_init and ffb_exit staticRobert Reif2008-04-281-3/+2Star
| * sparc: cg14.c make cg14_init and cg15_exit staticRobert Reif2008-04-281-2/+2
| * sparc: bw2.c fix bw2_exitRobert Reif2008-04-281-2/+1Star
| * sparc: fix drivers/video/tcx.c warningRobert Reif2008-04-271-2/+2
* | video: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-2828-106/+106
* | BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 ...Mike Frysinger2008-04-281-1/+1
* | BF54x Framebuffer Driver: drop request_irq castMike Frysinger2008-04-281-1/+1
* | drivers/video/w100fb.c: avoid a couple of error-path NULL derefsAndrew Morton2008-04-281-2/+4
* | fbdev: intelfb: add support for the Intel Integrated Graphics Controller 965G...Maik Broemme2008-04-285-8/+38
* | fb: convert /proc/fb to seq_file interfaceAlexey Dobriyan2008-04-281-19/+44
* | drivers/video/uvesafb.c: fix error-path memory leakAndrew Morton2008-04-281-3/+4
* | fbdev: platforming hecubafb and n411Jaya Kumar2008-04-283-206/+263
* | metronomefb: don't free firmware twice in error pathSebastian Siewior2008-04-281-5/+3Star
* | fbdev: platforming metronomefb and am200epdJaya Kumar2008-04-284-273/+353
* | fbdev: hecubafb bugfixJaya Kumar2008-04-281-25/+27
* | fbdev: metronomefb bugfixJaya Kumar2008-04-281-3/+3
* | fbdev: powerpc: driver for Freescale 8610 and 5121 DIUYork Sun2008-04-284-0/+1955