aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22fbdev/m68k: Fix section mismatches in q40fb.cHenrik Kretzschmar1-2/+2
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+2
2010-10-21[media] Add the via framebuffer camera controller driverJonathan Corbet2-3/+15
2010-10-21fbdev/xilinxfb: Microblaze driver supportMichal Simek1-6/+18
2010-10-18xenbus: prevent warnings on unhandled enumeration valuesNoboru Iwamatsu1-0/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock5-9/+8
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+7
2010-10-15fbdev: sh_mobile_hdmi: fix compilation without SOUND enabledGuennadi Liakhovetski1-0/+2
2010-10-15fbdev: sh_mobile_hdmi: add support for the "video=" kernel command line optionGuennadi Liakhovetski1-50/+88
2010-10-15fbdev: sh_mobile_lcdc: relax .check_var() HSYNC testGuennadi Liakhovetski1-1/+1
2010-10-15fbdev: sh_mobile_lcdc: make platform videomode table optionalGuennadi Liakhovetski2-25/+51
2010-10-13sh: free-without-alloc fix for sh_mobile_lcdcfbMagnus Damm1-2/+4
2010-10-12drivers: msm: video: add dev_set_name callDaniel Walker1-0/+1
2010-10-12drivers: video: msm: fix hang on disable_irqDaniel Walker1-1/+1
2010-10-09ARM: pxa168fb: add .remove functionHaojian Zhuang1-0/+47
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon1-1/+2
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar5-19/+104
2010-10-08memblock/arm: Fix memblock_region_is_memory() typoYinghai Lu1-1/+1
2010-09-29OMAP: DSS2: make filter coefficient tables human readableGrazvydas Ignotas1-120/+94
2010-09-29OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panelJarkko Nikula1-1/+1
2010-09-27Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2010-09-25Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6Russell King1-2/+2
2010-09-25ARM: pxa168fb: clear enable bit when not activeHaojian Zhuang1-2/+2
2010-09-24viafb: use proper register for colour when doing fill opsFlorian Tobias Schandinat1-3/+4
2010-09-24viafb: rename output devicesFlorian Tobias Schandinat3-30/+30
2010-09-24viafb: add a mapping of supported output devicesFlorian Tobias Schandinat1-0/+48
2010-09-24viafb: set sync polarity for all output devicesFlorian Tobias Schandinat1-9/+25
2010-09-24viafb: add function to change sync polarity per deviceFlorian Tobias Schandinat2-3/+26
2010-09-24viafb: reduce I2C timeout and delayFlorian Tobias Schandinat1-2/+2
2010-09-24viafb: enable I2C for CRTFlorian Tobias Schandinat1-1/+1
2010-09-24viafb: fix i2c_transfer error handlingFlorian Tobias Schandinat1-3/+24
2010-09-24viafb: vt1636 cleanupFlorian Tobias Schandinat5-131/+42
2010-09-24viafb: introduce per output device power managementFlorian Tobias Schandinat6-111/+137
2010-09-24viafb: limit LCD code impactFlorian Tobias Schandinat1-31/+0
2010-09-24viafb: add interface for output device configurationFlorian Tobias Schandinat4-24/+216
2010-09-24viafb: merge the remaining output path with enable functionsFlorian Tobias Schandinat4-205/+136
2010-09-24viafb: use new device routingFlorian Tobias Schandinat1-63/+38
2010-09-24viafb: add new output device managementFlorian Tobias Schandinat3-0/+114
2010-09-24viafb: reduce viafb_set_iga_path usageFlorian Tobias Schandinat2-1/+2
2010-09-24viafb: propagate __init and __devinitFlorian Tobias Schandinat7-34/+38
2010-09-24viafb: rework output device routingFlorian Tobias Schandinat1-89/+94
2010-09-24viafb: enable second display channel at central placeFlorian Tobias Schandinat1-30/+5
2010-09-24viafb: unify output path configurationFlorian Tobias Schandinat3-7/+17
2010-09-24viafb: remove stubFlorian Tobias Schandinat1-17/+0
2010-09-24viafb: remove lcdtbl.hFlorian Tobias Schandinat2-592/+7
2010-09-24viafb: reset correct PLLFlorian Tobias Schandinat1-2/+2
2010-09-22drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+3
2010-09-22fbcon: fix lockdep warning from fbcon_deinit()Jarek Poplawski1-2/+3
2010-09-22efifb: support the EFI framebuffer on more Apple hardwareLuke Macken1-0/+42
2010-09-22efifb: check that the base address is plausible on pci systemsPeter Jones1-12/+49