aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-28fbdev: intelfb: add support for the Intel Integrated Graphics Controller 965G/965GMMaik Broemme5-8/+38
2008-04-28fb: convert /proc/fb to seq_file interfaceAlexey Dobriyan1-19/+44
2008-04-28drivers/video/uvesafb.c: fix error-path memory leakAndrew Morton1-3/+4
2008-04-28fbdev: platforming hecubafb and n411Jaya Kumar3-206/+263
2008-04-28metronomefb: don't free firmware twice in error pathSebastian Siewior1-5/+3
2008-04-28fbdev: platforming metronomefb and am200epdJaya Kumar4-273/+353
2008-04-28fbdev: hecubafb bugfixJaya Kumar1-25/+27
2008-04-28fbdev: metronomefb bugfixJaya Kumar1-3/+3
2008-04-28fbdev: powerpc: driver for Freescale 8610 and 5121 DIUYork Sun4-0/+1955
2008-04-28fbdev: nv: fix sparse noiseAlexey Dobriyan4-7/+7
2008-04-28fbdev: nv: drop useless CONFIG_PCI checksAlexey Dobriyan2-9/+0
2008-04-28fbdev: nv: drop useless MODULE ifdefsAlexey Dobriyan2-5/+0
2008-04-28OLPC: gxfb/lxfb: add DCON panel modes to framebuffer driversAndres Salomon2-7/+67
2008-04-28gxfb/lxfb: detect framebuffer size using an MSR if VSA2 isn't availableAndres Salomon2-1/+33
2008-04-28gxfb/lxfb: use VSA definitions when fetching framebuffer sizeAndres Salomon2-6/+7
2008-04-28lxfb/gxfb: when blanking with FB_BLANK_POWERDOWN, also turn off the CRTAndres Salomon2-15/+20
2008-04-28lxfb: disable suspend VT switch by defaultAndres Salomon1-0/+7
2008-04-28lxfb: rename kernel arg fbsize to vramAndres Salomon1-7/+5
2008-04-28lxfb: add power management functionalityAndres Salomon3-9/+340
2008-04-28lxfb: rearrange/rename MSR bitfieldsAndres Salomon2-43/+46
2008-04-28lxfb: clean up final bits of df_regsAndres Salomon2-13/+11
2008-04-28lxfb: clean up register definitionsAndres Salomon3-192/+353
2008-04-28lxfb: create GP/DC/VP/FP-specific handlers rather than using readl/writelAndres Salomon3-87/+116
2008-04-28lxfb: extend PLL table to support dotclocks below 25 MHzJens Rottmann1-31/+81
2008-04-28atmel_lcdfb: adjust fifo size for at91sam9rlNicolas Ferre1-1/+2
2008-04-28atmel_lcdfb: wiring BGR to RGB color modeNicolas Ferre1-5/+22
2008-04-28atmel_lcdfb: suspend/resume supportDavid Brownell1-2/+34
2008-04-28atmel_lcdfb: don't initialize a pre-allocated framebufferHaavard Skinnemoen1-1/+7
2008-04-28fbdev: framebuffer_alloc() fixesOndrej Zajicek3-31/+31
2008-04-28fbdev: vt8623fb: better resume from STROndrej Zajicek1-0/+4