summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dsi.c
Commit message (Expand)AuthorAgeFilesLines
* OMAP: DSS2: DSI: fix IRQ debug printsTomi Valkeinen2011-03-151-0/+9
* OMAP: DSS2: DSI: catch DSI errors in send_bta_syncTomi Valkeinen2011-03-151-4/+11
* OMAP: DSS2: DSI: use ISR for BTA in framedoneTomi Valkeinen2011-03-151-42/+15
* OMAP: DSS2: DSI: use ISR in send_bta_syncTomi Valkeinen2011-03-151-14/+18
* OMAP: DSS2: DSI: Add ISR supportTomi Valkeinen2011-03-151-25/+304
* OMAP: DSS2: DSI: Restructure IRQ handlerTomi Valkeinen2011-03-151-50/+73
* OMAP: DSS2: FEATURES: DSI PLL parameter cleanupTaneja, Archit2011-03-151-23/+46
* OMAP: DSS2: FEATURES: Functions to return min and max values of parametersTaneja, Archit2011-03-151-1/+1
* HACK: OMAP: DSS2: Fix OMAP2_DSS_USE_DSI_PLLTomi Valkeinen2011-03-111-0/+20
* OMAP: DSS2: Use request / release calls in Taal for DSI Virtual Channels.Archit Taneja2011-03-111-3/+0
* OMAP: DSS2: Functions to request/release DSI VCsArchit Taneja2011-03-111-5/+62
* OMAP2PLUS: DSS2: DSI: Generalize DSI PLL Clock NamingArchit Taneja2011-03-111-64/+70
* OMAP2PLUS: DSS2: Use dss features to get clock source names of current OMAPArchit Taneja2011-03-111-13/+29
* OMAP2PLUS: DSS2: Make members of dss_clk_source genericArchit Taneja2011-03-111-10/+10
* OMAP2PLUS: DSS2: FEATURES: Function to Provide the max fck supportedArchit Taneja2011-03-111-3/+6
* OMAP: DSS2: DSI: remove unused functionTomi Valkeinen2011-03-111-14/+0
* OMAP: DSS2: Have separate irq handlers for DISPC and DSIarchit taneja2011-03-111-2/+23
* OMAP: DSS2: Delay regulator_get() callsTomi Valkeinen2011-03-111-23/+13
* OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driverArchit Taneja2011-03-111-9/+9
* OMAP2,3: DSS2: Use platform device to get baseaddrSenthilvadivu Guruswamy2011-03-111-3/+8
* OMAP2,3: DSS2: replace printk with dev_dbg in initSumit Semwal2011-03-111-1/+1
* OMAP2, 3: DSS2: DSI: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy2011-03-111-3/+61
* OMAP: DSS2: Change remaining DISPC functions for new omap_channel argumentSumit Semwal2011-01-101-6/+7
* OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interf...Sumit Semwal2011-01-101-6/+8
* OMAP: DSS2: DSI: Remove extra iounmap in error pathSenthilvadivu Guruswamy2010-10-221-1/+0
* OMAP: DSS2: Fix error path in omap_dsi_update()Archit Taneja2010-08-051-1/+6
* OMAP: DSS2: DSI: detect unsupported update requestsTomi Valkeinen2010-08-051-0/+6
* OMAP: DSS2: DSI: increase FIFO low thresholdTomi Valkeinen2010-08-051-1/+1
* OMAP: DSS2: DSI: Add error IRQ mask for DSI complexIOTomi Valkeinen2010-08-051-7/+16
* OMAP: DSS2: DSI: Remove BTA after set_max_rx_packet_sizeTomi Valkeinen2010-08-051-9/+1
* OMAP: DSS2: change manual update scaling setupTomi Valkeinen2010-08-051-2/+4
* OMAP: DSS2: DSI: use BTA to end the frame transferTomi Valkeinen2010-08-051-60/+56
* OMAP: DSS2: DSI: change dsi_vc_config_l4/vp()Tomi Valkeinen2010-08-051-6/+16
* OMAP: DSS2: DSI: Disable interface when disabling the displayVille Syrjälä2010-08-051-0/+7
* OMAP: DSS2: DSI: Wait for DSI PLL clocks to be active before selecting themTomi Valkeinen2010-08-051-0/+12
* OMAP: DSS2: DSI: Print an error message if DSI clock calc failsVille Syrjälä2010-08-051-1/+3
* OMAP: DSS2: DSI: Disable PCKFREE on errorVille Syrjälä2010-08-051-0/+1
* OMAP: DSS2: DSI: change DSI timeout functionsTomi Valkeinen2010-08-031-160/+56
* OMAP: DSS2: DSI: handle error in synchronous writeTomi Valkeinen2010-08-031-0/+7
* OMAP: DSS2: DSI: change dsi_vc_dcs_read_2 parametersTomi Valkeinen2010-08-031-2/+6
* OMAP: DSS2: DSI: use a private workqueueTomi Valkeinen2010-08-031-2/+20
* OMAP: DSS2: DSI: print errors in dsi_vc_flush_receive_data()Tomi Valkeinen2010-08-031-4/+4
* OMAP: DSS2: DSI: Increase HS TX timeoutTomi Valkeinen2010-08-031-1/+1
* OMAP: DSS2: DSI: add error printsTomi Valkeinen2010-02-261-13/+34
* OMAP: DSS2: DSI: add dsi_vc_dcs_read_2() helperTomi Valkeinen2010-02-251-0/+16
* OMAP: DSS2: DSI: remove external TE supportTomi Valkeinen2010-02-241-16/+4
* OMAP: DSS2: move enable/disable/suspend/resumeTomi Valkeinen2010-02-241-123/+13
* OMAP: DSS2: move update() and sync()Tomi Valkeinen2010-02-241-207/+115
* OMAP: DSS2: move set/get_update_mode()Tomi Valkeinen2010-02-241-104/+11
* OMAP: DSS2: move enable/get_te()Tomi Valkeinen2010-02-241-50/+3
OpenPOWER on IntegriCloud