aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-16vesafb: fix comment a typoJustin P. Mattock1-1/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina2-3/+3
2010-08-10tty: fix console_sem lock orderArnd Bergmann1-2/+0
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-2/+2
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-1/+3
2010-08-10Merge branch 'master' into for-nextJiri Kosina48-1752/+2696
2010-08-09drivers/video/w100fb.c: ignore void return value / fix build failurePeter Huewe1-2/+2
2010-08-09fix printk typo 'faild'Paul Bolle2-4/+4
2010-08-08Merge branch 'for-linus' of git://github.com/schandinat/linux-2.6Linus Torvalds11-901/+445
2010-08-08Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds14-576/+1223
2010-08-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds2-4/+1
2010-08-05Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds2-0/+27
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds11-19/+22
2010-08-05drivers/video/via/via-gpio.c: fix warningAndrew Morton1-1/+1
2010-08-05viafb: Depends on X86Ben Hutchings1-1/+1
2010-08-05fbdev: section cleanup in viafb driverHenrik Kretzschmar1-3/+3
2010-08-05Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-1/+1
2010-08-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-247/+116
2010-08-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds4-2/+859
2010-08-05fb: add hooks to handle KDB enter/exitJesse Barnes2-0/+27
2010-08-05OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNCGrazvydas Ignotas1-0/+12
2010-08-05OMAP: DSS2: Replace strncmp() with sysfs_streq() in overlay_manager_store()Archit Taneja1-1/+1
2010-08-05OMAP: DSS2: Fix error path in omap_dsi_update()Archit Taneja1-1/+6
2010-08-05OMAP: DSS2: TDO35S: fix video signalingIgor Grinberg1-2/+6
2010-08-05OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modesMaurus Cuelenaere1-2/+2
2010-08-05OMAP: DSS2: OMAPFB: Fix probe error pathAfzal Mohammed1-7/+7
2010-08-05OMAP: DSS2: Remove extra return statementArchit Taneja1-1/+0
2010-08-05OMAP: DSS2: adjust YUV overlay width to be evenTomi Valkeinen1-0/+15
2010-08-05OMAP: DSS2: OMAPFB: Fix sysfs mirror input checkJani Nikula1-1/+1
2010-08-05OMAP: DSS2: OMAPFB: Remove redundant color register range checkJani Nikula1-5/+0
2010-08-05OMAP: DSS2: OMAPFB: Remove redundant rotate range checkJani Nikula1-1/+1
2010-08-05OMAP: DSS2: OMAPFB: Check fb2display() return valueJani Nikula2-1/+4
2010-08-05OMAP: DSS2: Taal: Optimize enable_te, rotate, mirror when value unchangedTomi Valkeinen1-0/+15
2010-08-05OMAP: DSS2: DSI: detect unsupported update requestsTomi Valkeinen1-0/+6
2010-08-05OMAP: DSS2: DSI: increase FIFO low thresholdTomi Valkeinen1-1/+1
2010-08-05OMAP: DSS2: DSI: Add error IRQ mask for DSI complexIOTomi Valkeinen1-7/+16
2010-08-05OMAP: DSS2: DSI: Remove BTA after set_max_rx_packet_sizeTomi Valkeinen1-9/+1
2010-08-05OMAP: DSS2: change manual update scaling setupTomi Valkeinen5-34/+48
2010-08-05OMAP: DSS2: DSI: use BTA to end the frame transferTomi Valkeinen2-63/+58
2010-08-05OMAP: DSS2: DSI: change dsi_vc_config_l4/vp()Tomi Valkeinen1-6/+16
2010-08-05OMAP: DSS2: DSI: Disable interface when disabling the displayVille Syrjälä1-0/+7
2010-08-05OMAP: DSS2: DSI: Wait for DSI PLL clocks to be active before selecting themTomi Valkeinen3-0/+26
2010-08-05OMAP: DSS2: DSI: Print an error message if DSI clock calc failsVille Syrjälä1-1/+3
2010-08-05OMAP: DSS2: DSI: Disable PCKFREE on errorVille Syrjälä1-0/+1
2010-08-05FBDEV: JZ4740: Add framebuffer driverLars-Peter Clausen3-0/+857
2010-08-05VIDEO: Correct use of request_region/request_mem_regionJulia Lawall1-2/+2
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge1-1/+1
2010-08-04Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-1/+3
2010-08-04Merge branch 'master' into for-nextJiri Kosina13-72/+137