index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
omap2
/
dss
/
dsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
OMAPDSS: DSI: implement generic DSI pin config
Tomi Valkeinen
2012-05-09
1
-65
/
+68
*
OMAPDSS: cleanup probe functions
Tomi Valkeinen
2012-02-21
1
-20
/
+17
*
Merge commit 'v3.3-rc4'
Tomi Valkeinen
2012-02-21
1
-1
/
+1
|
\
|
*
Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6
Linus Torvalds
2012-02-07
1
-1
/
+1
|
|
\
|
|
*
OMAPDSS: use sync versions of pm_runtime_put
Tomi Valkeinen
2012-01-26
1
-1
/
+1
*
|
|
Merge branch 'work/fifomerge'
Tomi Valkeinen
2012-01-25
1
-8
/
+0
|
\
\
\
|
*
|
|
OMAPDSS: DISPC: move fifo threhold calc to dispc.c
Tomi Valkeinen
2012-01-25
1
-8
/
+0
|
|
/
/
*
|
|
OMAPDSS: use devm_ functions
Julia Lawall
2012-01-25
1
-19
/
+9
|
/
/
*
|
Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6
Linus Torvalds
2012-01-14
1
-299
/
+313
|
\
\
|
|
/
|
*
OMAPDSS: DSI: Fix HSDIV related PLL info in dsi_dump_clocks()
Archit Taneja
2012-01-02
1
-6
/
+8
|
*
OMAPDSS: check the return value of dss_mgr_enable()
Tomi Valkeinen
2011-12-02
1
-1
/
+10
|
*
OMAPDSS: DSI: call mgr_enable/disable for cmd mode displays
Tomi Valkeinen
2011-12-02
1
-34
/
+39
|
*
OMAPDSS: hide manager's enable/disable()
Tomi Valkeinen
2011-12-02
1
-2
/
+2
|
*
OMAPDSS: pass ovl manager to dss_start_update
Tomi Valkeinen
2011-12-02
1
-1
/
+1
|
*
OMAPDSS: remove partial update from DSI
Tomi Valkeinen
2011-12-02
1
-59
/
+20
|
*
OMAPDSS: remove partial update from the overlay manager
Tomi Valkeinen
2011-12-02
1
-2
/
+0
|
*
OMAPDSS: DSI: disable DDR_CLK_ALWAYS_ON when entering ULPS
Tomi Valkeinen
2011-12-02
1
-2
/
+4
|
*
OMAPDSS: DSI: improve wait_for_bit_change
Tomi Valkeinen
2011-12-02
1
-5
/
+20
|
*
OMAPDSS: DSI: fix lane handling when entering ULPS
Tomi Valkeinen
2011-12-02
1
-5
/
+11
|
*
OMAPDSS: DSI: remove dsi_get_num_lanes_used
Tomi Valkeinen
2011-12-02
1
-25
/
+2
|
*
OMAPDSS: DSI: use lane config in dsi_cio_enable_lane_override
Tomi Valkeinen
2011-12-02
1
-58
/
+27
|
*
OMAPDSS: DSI: use lane config in dsi_cio_wait_tx_clk_esc_reset
Tomi Valkeinen
2011-12-02
1
-29
/
+18
|
*
OMAPDSS: DSI: use lane config in dsi_get_lane_mask
Tomi Valkeinen
2011-12-02
1
-12
/
+10
|
*
OMAPDSS: DSI: Use new lane config in dsi_set_lane_config
Tomi Valkeinen
2011-12-02
1
-44
/
+40
|
*
OMAPDSS: DSI: Parse lane config
Tomi Valkeinen
2011-12-02
1
-0
/
+83
|
*
OMAPDSS: DSI: count with number of lanes
Tomi Valkeinen
2011-12-02
1
-27
/
+22
|
*
OMAPDSS: DSI: flush posted write in send_bta
Tomi Valkeinen
2011-12-02
1
-0
/
+3
|
*
OMAPDSS: DSI: flush posted write when entering ULPS
Tomi Valkeinen
2011-12-02
1
-0
/
+6
*
|
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-2
/
+2
|
/
*
video: Add module.h to drivers/video files who really use it.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
OMAP: DSS2: DSI Video mode support
Archit Taneja
2011-09-30
1
-29
/
+231
*
OMAP: DSS2: DSI: Send zero length packet in dsi_vc_send_null()
Archit Taneja
2011-09-30
1
-3
/
+2
*
OMAP: DSS2: Create an enum for DSI pixel formats
Archit Taneja
2011-09-30
1
-4
/
+20
*
OMAP: DSS2: Clean up stallmode and io pad mode selection
Archit Taneja
2011-09-30
1
-2
/
+1
*
OMAP: DSS2: DSI: Introduce generic read functions
Archit Taneja
2011-09-30
1
-10
/
+136
*
OMAP: DSS2: DSI: Split dsi_vc_dcs_read() into 2 functions
Archit Taneja
2011-09-30
1
-12
/
+49
*
OMAP: DSS2: DSI: Remove functions dsi_vc_dcs_read_1() and dsi_vc_dcs_read_2()
Archit Taneja
2011-09-30
1
-38
/
+0
*
OMAP: DSS2: DSI: Introduce generic write functions
Archit Taneja
2011-09-30
1
-12
/
+72
*
OMAP: DSS2: Create enum for DSI operation modes
Archit Taneja
2011-09-30
1
-3
/
+4
*
OMAP: DSS2: DSI: Represent L4 and VP as sources of VC instead of modes
Archit Taneja
2011-09-30
1
-51
/
+21
*
OMAP: DSS2: Use MIPI DSI enums from include/video/mipi_display.h
Archit Taneja
2011-09-30
1
-29
/
+19
*
OMAP: DSS2: DISPC: rename manager related funcs
Tomi Valkeinen
2011-09-30
1
-8
/
+9
*
OMAP: DSS2: Remove support for non-DISPC overlays
Tomi Valkeinen
2011-09-30
1
-179
/
+11
*
OMAP: DSS2: fix clock sources on error and uninit
Tomi Valkeinen
2011-09-30
1
-0
/
+3
*
OMAP: DSS2: DSI: Improve dsi_mux_pads parameters
Tomi Valkeinen
2011-09-30
1
-11
/
+31
*
OMAP: DSS2: Change DSI device naming
Tomi Valkeinen
2011-09-30
1
-15
/
+10
*
OMAP: DSS2: remove unneeded fck enable/disables
Tomi Valkeinen
2011-09-20
1
-7
/
+0
*
Revert "HACK: OMAP: DSS2: clk hack for OMAP2/3"
Tomi Valkeinen
2011-09-20
1
-4
/
+1
*
OMAP: DSS2: check for manager when enabling display
Tomi Valkeinen
2011-09-14
1
-0
/
+6
*
HACK: OMAP: DSS2: clk hack for OMAP2/3
Tomi Valkeinen
2011-08-01
1
-1
/
+4
[next]