aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16fbdev: bfin-t350mcqb-fb: fix LCD dimensionsMichael Hennerich1-2/+2
2009-12-16fbdev: bfin-t350mcqb-fb: handle all resources in suspend/resumeMichael Hennerich1-5/+23
2009-12-16fbdev: bfin-lq035q1-fb: new Blackfin Landscape LCD EZ-Extender driverMichael Hennerich3-0/+842
2009-12-16backlight: Constify struct backlight_opsEmese Revfy18-18/+18
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa3-4/+4
2009-12-15cs5535: define lxfb/gxfb MSRs in linux/cs5535.hAndres Salomon7-7/+7
2009-12-15cs5535: move VSA2 checks into linux/cs5535.hAndres Salomon2-2/+2
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan4-4/+4
2009-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt65-125/+20765
2009-12-13mfd: Rename all twl4030_i2c*Balaji T K1-1/+1
2009-12-13mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar1-1/+1
2009-12-13backlight: adp5520: rename common defines and typosMichael Hennerich1-53/+70
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+14
2009-12-12Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-32/+1
2009-12-11Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds1-1/+1
2009-12-11omap1: LCD_DMA: Use some define rather than a hexadecimalJanusz Krzysztofik1-32/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+3
2009-12-10Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds58-31/+20666
2009-12-10video: Allow selecting MSM framebuffer in KconfigPavel Machek1-1/+1
2009-12-10Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds6-5/+8
2009-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh/for-2.6.33Paul Mundt47-81/+262
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds14-20/+20
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-8/+24
2009-12-09OMAP: DSS2: Taal DSI command mode panel driverTomi Valkeinen3-0/+1011
2009-12-09OMAP: DSS2: Add generic and Sharp panel driversTomi Valkeinen6-0/+277
2009-12-09OMAP: DSS2: omapfb driverTomi Valkeinen9-2/+3713
2009-12-09OMAP: DSS2: DSI driverTomi Valkeinen1-0/+3710
2009-12-09OMAP: DSS2: SDI driverTomi Valkeinen1-0/+277
2009-12-09OMAP: DSS2: RFBI driverTomi Valkeinen1-0/+1309
2009-12-09OMAP: DSS2: Video encoder driverTomi Valkeinen1-0/+797
2009-12-09OMAP: DSS2: DPI driverTomi Valkeinen1-0/+399
2009-12-09OMAP: DSS2: DISPCTomi Valkeinen1-0/+3091
2009-12-09OMAP: DSS2: Add more core filesTomi Valkeinen3-0/+2838
2009-12-09OMAP: DSS2: Display Subsystem Driver coreTomi Valkeinen7-0/+1984
2009-12-09OMAP: Add support for VRFB rotation engineTomi Valkeinen3-0/+319
2009-12-09OMAP: Add VRAM managerTomi Valkeinen5-0/+660
2009-12-09OMAP: OMAPFB: add omapdss deviceTomi Valkeinen1-3/+16
2009-12-09OMAP: OMAPFB: split omapfb.hTomi Valkeinen26-26/+265
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt36-61/+242
2009-12-09offb: Add support for framebuffer handoff to offb.Dave Airlie1-1/+14
2009-12-09sh: add a start_transfer() callback to the LCDC driverMagnus Damm1-1/+9
2009-12-08Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2009-12-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds27-50/+195
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-0/+3
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina14-20/+20
2009-12-06Merge branch 'sa1100' into develRussell King2-5/+8
2009-12-06fbdev: atafb - add palette register checkKrzysztof Helt1-0/+3
2009-12-04Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stableRussell King4-5/+27
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa9-12/+12
2009-12-04sgivwfb: Make use of ARRAY_SIZE.Thiago Farina1-2/+2