summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds3-4/+4
2010-08-05Merge 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/gi...Linus Torvalds1-1/+3
2010-08-04Merge branch 'master' into for-nextJiri Kosina13-72/+137
2010-08-04Merge branch 'devel-map-io' into omap-for-linusTony Lindgren2-19/+86
2010-08-04fbdev: sh-mobile: HDMI support for SH-Mobile SoCsGuennadi Liakhovetski4-49/+1175
2010-08-04sh: add a parameter to LCDC driver's .display_on() callbackGuennadi Liakhovetski2-2/+2
2010-08-04fbdev: sh-mobile-lcdc: fix potential Oops in SH-Mobile LCDC framebuffer driverGuennadi Liakhovetski1-2/+4
2010-08-04memblock/arm: Use memblock_region_is_memory() for omap fbBenjamin Herrenschmidt1-6/+2
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt1-1/+1
2010-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt8-40/+110
2010-08-04Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-19/+86
2010-08-03OMAP: DSS2: Taal: CABC workaround is Taal specificJani Nikula1-2/+3
2010-08-03OMAP: DSS2: Taal: Add regulator configuration supportTomi Valkeinen1-0/+83
2010-08-03OMAP: DSS2: Taal: Print panel name in addition to revisionJani Nikula1-2/+2
2010-08-03OMAP: DSS2: Taal: Add panel specific configuration structureJani Nikula1-21/+87
2010-08-03OMAP: DSS2: Taal: Configure ESD check in DSI panel dataJani Nikula1-8/+8
2010-08-03OMAP: DSS2: Taal: Use Nokia DSI panel dataTomi Valkeinen1-21/+38
2010-08-03OMAP: DSS2: Taal: Add proper external TE supportJani Nikula1-18/+75
2010-08-03OMAP: DSS2: Taal: Change probe error handling labelsJani Nikula1-12/+12
2010-08-03OMAP: DSS2: Taal: Change ESD work managementJani Nikula1-9/+16
2010-08-03OMAP: DSS2: Taal: Check taal_power_on() return value in taal_resume()Jani Nikula1-1/+4
2010-08-03OMAP: DSS2: Taal: Change DSI bus locking to avoid deadlock in ESD workJani Nikula1-10/+19
2010-08-03OMAP: DSS2: Taal: Ensure panel is enabled in enable_te() and run_test()Jani Nikula1-8/+23
2010-08-03OMAP: DSS2: Taal: Improve taal_power_on() error handlingJani Nikula1-7/+23
2010-08-03OMAP: DSS2: Taal: Remove ESD work cancel from driver probe error handlingJani Nikula1-1/+0
2010-08-03OMAP: DSS2: Taal: Fix request_irq() error handlingJani Nikula1-7/+7
2010-08-03OMAP: DSS2: Taal: Remove platform enable/disableJani Nikula1-11/+0
2010-08-03OMAP: DSS2: Taal: Add locks to protect taal data accessJani Nikula1-0/+12
2010-08-03OMAP: DSS2: Taal: Add panel hardware resetJani Nikula1-4/+40
2010-08-03OMAP: DSS2: Taal: add locks to taal_bl_update_statusTomi Valkeinen1-8/+10
2010-08-03OMAP: DSS2: DSI: change DSI timeout functionsTomi Valkeinen1-160/+56
2010-08-03OMAP: DSS2: DSI: handle error in synchronous writeTomi Valkeinen1-0/+7
2010-08-03OMAP: DSS2: DSI: change dsi_vc_dcs_read_2 parametersTomi Valkeinen1-2/+6
2010-08-03OMAP: DSS2: DSI: use a private workqueueTomi Valkeinen1-2/+20
2010-08-03OMAP: DSS2: DSI: print errors in dsi_vc_flush_receive_data()Tomi Valkeinen1-4/+4
2010-08-03OMAP: DSS2: OMAPFB: Add some locking debug checksVille Syrjälä4-0/+13
2010-08-03OMAP: DSS2: OMAPFB: Make lockdep happyVille Syrjälä3-13/+36
2010-08-03OMAP: DSS2: OMAPFB: Convert the memory region locking to rwsemVille Syrjälä4-25/+10
2010-08-03OMAP: DSS2: OMAPFB: Add locking for memory regionsVille Syrjälä4-21/+140
2010-08-03OMAP: DSS2: OMAPFB: Add support for switching memory regionsVille Syrjälä4-63/+179
2010-08-03OMAP: DSS2: OMAPFB: Skip unnecessary set_overlay_info()Ville Syrjälä1-0/+2