summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2009-09-23omapfb: dispc: various typo fixesImre Deak1-4/+4
2009-09-23omapfb: add support for rotation on the Blizzard LCD ctrlRodrigo Vivi2-19/+124
2009-09-23omapfb: add support for the ZOOM MDK LCDStanley.Miao3-0/+205
2009-09-23omapfb: add support for the Gumstix Overo LCDSteve Sakoman3-0/+201
2009-09-23omapfb: add support for the OMAP3 Beagle DVI outputKoen Kooi2-0/+131
2009-09-23omapfb: add support for the OMAP3 EVM LCDSteve Sakoman2-0/+193
2009-09-23omapfb: add support for the 3430SDP LCDKevin Hilman2-4/+10
2009-09-23omapfb: add support for the OMAP2EVM LCDarun c2-0/+192
2009-09-23omapfb: add support for the 2430SDP LCDHunyue Yau2-0/+199
2009-09-23omapfb: add support for the Amstrad Delta LCDJonathan McDowell2-0/+138
2009-09-23omapfb: add support for MIPI-DCS compatible LCDsImre Deak3-0/+634
2009-09-23omapfb: add support for the Apollon LCDKyungmin Park2-0/+140
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov5-3/+5
2009-09-22Merge branch 'master' into for-linusRussell King8-633/+5
2009-09-21backlight: Allow drivers to update the core, and generate events on changesMatthew Garrett1-0/+41
2009-09-21backlight: switch to da903x driver to dev_pm_opsMike Rapoport1-10/+10
2009-09-21Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2-21/+31
2009-09-21trivial: remove unnecessary semicolonsJoe Perches3-3/+3
2009-09-21trivial: media/omap: adding __init/__exit macros to lcd_driversPeter Huewe8-16/+16
2009-09-20includecheck fix: drivers/video, vgacon.cJaswinder Singh Rajput1-1/+0
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-72/+222
2009-09-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-631/+1
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-0/+2
2009-09-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt7-68/+135
2009-09-15sparc: Kill PROM console driver.David S. Miller5-631/+1
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-09-15video: sh_mobile_lcdcfb: use both register sets for display panningPhil Edworthy1-3/+44
2009-09-15video: sh_mobile_lcdcfb: implement display panningPhil Edworthy1-10/+66
2009-09-14Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-64/+132
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+1
2009-09-12Merge branch 'master' into develRussell King10-110/+129
2009-09-12Merge branch 'devel-stable' into develRussell King8-73/+141
2009-09-12Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Russell King29-158/+349
2009-09-12[ARM] pxafb: add accelerator ID for PXA3xx GCUDaniel Mack1-0/+3
2009-09-10[ARM] pxa: update pxafb.c to use 'struct dev_pm_ops'Mike Rapoport1-9/+12
2009-09-10[ARM] pxa: update da903x_bl.c to use 'struct dev_pm_ops'Mike Rapoport1-8/+12
2009-09-10[ARM] pxafb: use resource_size() functionDaniel Mack1-4/+4
2009-09-09PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt1-0/+2
2009-09-08Merge branches 'sh/smp' and 'sh/stable-updates'Paul Mundt1-4/+4
2009-09-07backlight: Add support for the Avionic Design Xanthos backlight device.Thierry Reding3-1/+187
2009-09-07backlight: spi driver for LMS283GF05 LCDMarek Vasut3-0/+250
2009-09-07backlight: move hp680-bl's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-09-07backlight: Add support for new Apple machines.Mario Schwalbe1-0/+27
2009-09-07backlight: mbp_nvidia_bl: add support for MacBookAir 1,1Henrik Rydberg1-0/+9
2009-09-07backlight: Add WM831x backlight driverMark Brown3-0/+258
2009-08-28OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS insteadTony Lindgren1-3/+3
2009-08-27xenfb: connect to backend before registering fbJeremy Fitzhardinge1-4/+4
2009-08-23video: Runtime PM for SuperH Mobile LCDCMagnus Damm1-46/+110