aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds12-247/+341
2009-01-08backlight: Rename the corgi backlight driver to genericRichard Purdie4-156/+152
2009-01-08backlight: add support for Toppoly TDO35S series to tdo24m lcd driverMike Rapoport2-10/+88
2009-01-08[ARM] Fix realview buildRussell King1-0/+1
2009-01-08backlight: Add suspend/resume support to the backlight coreRichard Purdie3-33/+47
2009-01-08bd->props.brightness doesn't reflect the actual backlight level.Zhang Rui1-4/+2
2009-01-08backlight: Support VGA/QVGA mode switching in tosa_lcdDmitry Baryshkov1-2/+25
2009-01-08backlight: Catch invalid input in sysfs attributesPavel Machek1-18/+15
2009-01-08backlight: Value of ILI9320_RGB_IF2 register should not be hardcodedDenis V. Lunev1-1/+1
2009-01-08backlight: crbllcd_bl - Use platform_device_register_simple()Akinobu Mita1-11/+7
2009-01-08backlight: progear_bl - Use platform_device_register_simple()Akinobu Mita1-12/+8
2009-01-08backlight: hp680_bl - Use platform_device_register_simple()Akinobu Mita1-12/+8
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-3/+3
2009-01-06fbdev/logo: check compatibility of main and extra logosGeert Uytterhoeven1-0/+4
2009-01-06sm501: unsigned ptr cannot be negativeroel kluin1-3/+3
2009-01-06intelfb: fix sparse warningsHannes Eder1-8/+16
2009-01-06i810: fix sparse warningsHannes Eder1-6/+12
2009-01-06neofb: fix sparse warningsHannes Eder1-2/+4
2009-01-06pm3fb: fix sparse warningHannes Eder1-2/+4
2009-01-06viafb: fix sparse warningsHannes Eder1-6/+12
2009-01-06nvidia: fix sparse warningsHannes Eder1-4/+8
2009-01-06gbefb: unsigned var->pixclock cannot be less than 0roel kluin1-2/+5
2009-01-06fb: carminefb: trivial annotation packing color registerHarvey Harrison1-1/+1
2009-01-06blackfin: remove __FUNCTION__ in video driverHarvey Harrison1-3/+3
2009-01-06fbdev: fix typo in drivers/video/modedb.cJiri Moravec1-1/+1
2009-01-06pci: use pci_ioremap_bar() in drivers/videoArjan van de Ven6-18/+11
2009-01-06video: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-3/+3
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-04viafb: fix crashes due to 4k stack overflowBruno Prémont1-119/+129
2008-12-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-624/+993
2008-12-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+17
2008-12-29Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develRussell King3-263/+680
2008-12-29[ARM] pxafb: add support for overlay1 and overlay2 as framebuffer devicesEric Miao3-7/+407
2008-12-29[ARM] pxafb: cleanup of the timing checking codeEric Miao2-64/+50
2008-12-29[ARM] pxafb: cleanup of the color format manipulation codeEric Miao1-77/+106
2008-12-29[ARM] pxafb: add palette format support for LCCR4_PAL_FOR_3Eric Miao1-11/+10
2008-12-29[ARM] pxafb: add support for FBIOPAN_DISPLAY by dma brachingEric Miao2-19/+51
2008-12-29[ARM] pxafb: allow pxafb_set_par() to start from arbitrary yoffsetEric Miao1-13/+16
2008-12-29[ARM] pxafb: allow video memory size to be configurableEric Miao2-90/+58
2008-12-29DRM: add mode setting supportDave Airlie1-0/+17
2008-12-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller15-480/+394
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-17/+10
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-90/+21
2008-12-28fbcon: Protect free_irq() by MACH_IS_ATARI checkGeert Uytterhoeven1-1/+2
2008-12-28fbcon: remove broken mac vbl handlerFinn Thain1-72/+3
2008-12-28macfb annotations and compiler warning fixFinn Thain1-16/+16
2008-12-28m68k: machw.h cleanupFinn Thain1-1/+0
2008-12-23Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develRussell King1-73/+29
2008-12-22video: sh_mobile_lcdcfb deferred io supportMagnus Damm2-22/+149