summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dsi.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds1-156/+519
2012-09-26OMAPDSS: DSI: Replace dssdev->manager with dssdev->output->manager referencesArchit Taneja1-14/+23
2012-09-26OMAPDSS: DSI: Remove dsi_pdev_map global structArchit Taneja1-5/+9
2012-09-26OMAPDSS: outputs: Create and register output instancesArchit Taneja1-0/+28
2012-09-26OMAPDSS: DSI: Pass dsi platform device wherever possibleArchit Taneja1-50/+39
2012-09-26OMAPDSS: DSI: fix tlpx_half reg field lengthTomi Valkeinen1-2/+2
2012-09-25Merge OMAP5 DSS changes to omapdssTomi Valkeinen1-35/+132
2012-09-24OMAPDSS: DSI: Add code to disable PHY DCCTomi Valkeinen1-0/+7
2012-09-24OMAPDSS: DSI: Add new linebuffer size for OMAP5Tomi Valkeinen1-0/+2
2012-09-24OMAPDSS: DSI: Add FEAT_DSI_PLL_REFSELTomi Valkeinen1-0/+2
2012-09-24OMAPDSS: DSI: Add FEAT_DSI_PLL_SELFREQDCOTomi Valkeinen1-4/+8
2012-09-24OMAPDSS: DSI: improve DSI clock calcs for DISPCTomi Valkeinen1-31/+113
2012-09-18OMAPDSS: alloc dssdevs dynamicallyTomi Valkeinen1-3/+12
2012-09-18OMAPDSS: register only one display device per outputTomi Valkeinen1-12/+39
2012-09-18OMAPDSS: omap_dss_register_device() doesn't take display indexTomi Valkeinen1-1/+1
2012-09-07OMAPDSS: remove unnecessary includesTomi Valkeinen1-1/+0
2012-09-07OMAPDSS: fix use of dssdev->capsTomi Valkeinen1-5/+0
2012-09-07OMAPDSS: DSI: calculate dsi clockTomi Valkeinen1-0/+126
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-2/+2
2012-08-16OMAPDSS: DSI: Maintain copy of video mode timings in driver dataArchit Taneja1-16/+34
2012-08-16OMAPDSS: DSI: Rename dsi_videomode_data to dsi_videomode_timingsArchit Taneja1-16/+16
2012-08-16OMAPDSS: DSI: Maintain copy of operation mode in driver dataArchit Taneja1-11/+31
2012-08-16OMAPDSS: DSI: Maintain copy of pixel format in driver dataArchit Taneja1-9/+25
2012-08-13OMAPDSS: DSI: Update manager timings on a manual updateArchit Taneja1-3/+6
2012-08-13OMAPDSS: DSI: Add function to set panel size for command mode panelsArchit Taneja1-7/+16
2012-08-13OMAPDSS: DSI: Maintain own copy of timings in driver dataArchit Taneja1-22/+36
2012-06-29OMAPDSS: APPLY: Remove DISPC writes to manager's lcd parameters in interface ...Archit Taneja1-16/+1
2012-06-29OMAPDSS: DSI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja1-36/+64
2012-06-29OMAPDSS: DISPC: Change return type of dispc_mgr_set_clock_div()Archit Taneja1-5/+1
2012-06-29OMAPDSS: DSI: Fix HSYNC, VSYNC and DE polarities between DISPC and DSIArchit Taneja1-18/+26
2012-06-29OMAPDSS: Remove passive matrix LCD support (part 3)Archit Taneja1-4/+5
2012-06-29OMAPDSS: Remove passive matrix LCD support (part 1)Archit Taneja1-4/+4
2012-06-29OMAPDSS: Cleanup implementation of LCD channelsChandrabhanu Mahapatra1-4/+2
2012-06-29OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=nTomi Valkeinen1-1/+1
2012-06-29OMAPDSS: add clk_prepare_enable and clk_disable_unprepareRajendra Nayak1-2/+2
2012-06-04OMAPDSS: DSI: Fix bug when calculating LP command interleaving parametersArchit Taneja1-1/+1
2012-05-22OMAPDSS: remove compiler warnings when CONFIG_BUG=nTomi Valkeinen1-1/+8
2012-05-21OMAPDSS: DSI: Support command mode interleaving during video mode blanking pe...Archit Taneja1-0/+181
2012-05-11OMAPDSS: separate pdata based initializationTomi Valkeinen1-21/+29
2012-05-11OMAPDSS: DSI: improve DSI module id handlingTomi Valkeinen1-25/+21
2012-05-11OMAPDSS: init omap_dss_devices internallyTomi Valkeinen1-1/+7
2012-05-11OMAPDSS: interface drivers register their panel devicesTomi Valkeinen1-0/+18
2012-05-11OMAPDSS: add __init & __exitTomi Valkeinen1-5/+5
2012-05-11OMAPDSS: use platform_driver_probe for dsi/hdmi/rfbi/venc/dpi/sdiTomi Valkeinen1-2/+1
2012-05-11OMAPDSS: move the creation of debugfs filesTomi Valkeinen1-31/+11
2012-05-11OMAPDSS: remove uses of dss_runtime_get/putTomi Valkeinen1-11/+1
2012-05-11OMAPDSS: remove return from platform_driver_unregTomi Valkeinen1-1/+1
2012-05-11OMAPDSS: clean up the omapdss platform data messTomi Valkeinen1-14/+3
2012-05-11OMAPDSS: DSI: use dsi_get_dsidev_id(dsidev) instead of dsidev->idTomi Valkeinen1-3/+3