summaryrefslogtreecommitdiff
path: root/drivers/video/omap2/dss/dsi.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-01video: Add module.h to drivers/video files who really use it.Paul Gortmaker1-0/+1
2011-09-30OMAP: DSS2: DSI Video mode supportArchit Taneja1-29/+231
2011-09-30OMAP: DSS2: DSI: Send zero length packet in dsi_vc_send_null()Archit Taneja1-3/+2
2011-09-30OMAP: DSS2: Create an enum for DSI pixel formatsArchit Taneja1-4/+20
2011-09-30OMAP: DSS2: Clean up stallmode and io pad mode selectionArchit Taneja1-2/+1
2011-09-30OMAP: DSS2: DSI: Introduce generic read functionsArchit Taneja1-10/+136
2011-09-30OMAP: DSS2: DSI: Split dsi_vc_dcs_read() into 2 functionsArchit Taneja1-12/+49
2011-09-30OMAP: DSS2: DSI: Remove functions dsi_vc_dcs_read_1() and dsi_vc_dcs_read_2()Archit Taneja1-38/+0
2011-09-30OMAP: DSS2: DSI: Introduce generic write functionsArchit Taneja1-12/+72
2011-09-30OMAP: DSS2: Create enum for DSI operation modesArchit Taneja1-3/+4
2011-09-30OMAP: DSS2: DSI: Represent L4 and VP as sources of VC instead of modesArchit Taneja1-51/+21
2011-09-30OMAP: DSS2: Use MIPI DSI enums from include/video/mipi_display.hArchit Taneja1-29/+19
2011-09-30OMAP: DSS2: DISPC: rename manager related funcsTomi Valkeinen1-8/+9
2011-09-30OMAP: DSS2: Remove support for non-DISPC overlaysTomi Valkeinen1-179/+11
2011-09-30OMAP: DSS2: fix clock sources on error and uninitTomi Valkeinen1-0/+3
2011-09-30OMAP: DSS2: DSI: Improve dsi_mux_pads parametersTomi Valkeinen1-11/+31
2011-09-30OMAP: DSS2: Change DSI device namingTomi Valkeinen1-15/+10
2011-09-20OMAP: DSS2: remove unneeded fck enable/disablesTomi Valkeinen1-7/+0
2011-09-20Revert "HACK: OMAP: DSS2: clk hack for OMAP2/3"Tomi Valkeinen1-4/+1
2011-09-14OMAP: DSS2: check for manager when enabling displayTomi Valkeinen1-0/+6
2011-08-01HACK: OMAP: DSS2: clk hack for OMAP2/3Tomi Valkeinen1-1/+4
2011-07-25OMAP: DSS2: Use PM runtime & HWMOD supportTomi Valkeinen1-89/+155
2011-07-25OMAP: DSS2: Clean up probe for DSS & DSITomi Valkeinen1-25/+5
2011-07-01OMAP: DSS2: Fix FIFO threshold and burst size for OMAP4Tomi Valkeinen1-8/+3
2011-07-01OMAP: DSS2: DSI: sync when disabling a displayTomi Valkeinen1-0/+5
2011-07-01OMAP: DSS2: Reset LANEx_ULPS_SIG2 bits after useTomi Valkeinen1-0/+4
2011-07-01OMAP: DSS2: DSI: Change dummy macros to inline functionsTomi Valkeinen1-3/+12
2011-05-16OMAP: DSS2: DSI: Get line buffer size from DSI_GNQ registerArchit Taneja1-4/+32
2011-05-16OMAP: DSS2: DSI: Get number of DSI data lanes using DSI_GNQ registerArchit Taneja1-9/+88
2011-05-16OMAP: DSS2: DSI: Use system workqueue for delayed work instead of a private w...Archit Taneja1-18/+7
2011-05-16OMAP: DSS2: DSI: Remove DISPC pixel clock related info in dsi_dump_clocks()Archit Taneja1-5/+0
2011-05-12OMAP4: DSS2: DSI: Changes for DSI2 on OMAP4Archit Taneja1-16/+101
2011-05-12OMAP: DSS2: DSI: Pass pointer to struct to packet_sent_handler isrsArchit Taneja1-18/+25
2011-05-12OMAP: DSS2: DSI: Use platform_device pointer to get dsi dataArchit Taneja1-263/+409
2011-05-12OMAP: DSS2: Pass platform_device as an argument in dsi functionsArchit Taneja1-422/+516
2011-05-12OMAP: DSS2: Remove omap_dss_device argument from dsi_pll_init()Archit Taneja1-3/+2
2011-05-12OMAP: DSS2: DSI: Add extra omap_dss_device argument in functions exported by dsiArchit Taneja1-20/+28
2011-05-11OMAP: DSS2: DSI: enable scp clock in dsi_dump_regs()Archit Taneja1-0/+2
2011-05-11OMAP: DSS2: DSI: Add OMAP4 CIO irqsTomi Valkeinen1-4/+23
2011-05-11OMAP: DSS2: DSI: ensure VDDS_DSI is disabled on exitTomi Valkeinen1-0/+5
2011-05-11OMAP: DSS2: DSI: Add DSI pad muxing supportTomi Valkeinen1-0/+15
2011-05-11OMAP: DSS2: DSI: add parameter to enter ulps on disableTomi Valkeinen1-4/+4
2011-05-11OMAP: DSS2: DSI: wait for TXCLKESC domain to come out of resetTomi Valkeinen1-0/+65
2011-05-11OMAP: DSS2: DSI: fix CIO init and uninitTomi Valkeinen1-25/+29
2011-05-11OMAP: DSS2: DSI: implement enable/disable SCP clkTomi Valkeinen1-5/+28
2011-05-11OMAP: DSS2: DSI: fix _dsi_print_reset_statusTomi Valkeinen1-2/+15
2011-05-11OMAP: DSS2: DSI: rename complexio related functionsTomi Valkeinen1-19/+19
2011-05-11OMAP: DSS2: DSI: add option to leave DSI lanes powered onTomi Valkeinen1-11/+24
2011-05-11OMAP: DSS2: DSI: implement ULPS enter and exitTomi Valkeinen1-18/+123
2011-05-11OMAP: DSS2: DSI: Remove CIO LDO status checkTomi Valkeinen1-8/+0