summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-15drm/omap: dsi: pass vc and channel to various functionsTomi Valkeinen1-26/+28
2020-12-15drm/omap: dsi: rename 'channel' to 'vc'Tomi Valkeinen1-110/+110
2020-12-15drm/omap: dsi: cleanup dispc channel usageTomi Valkeinen1-8/+8
2020-12-15drm/omap: dsi: drop useless channel checksTomi Valkeinen1-11/+0
2020-12-15drm/omap: dsi: simplify VC handlingTomi Valkeinen1-36/+13
2020-12-15drm/omap: dsi: send nop instead of page & columnTomi Valkeinen1-29/+17
2020-12-15drm/panel: panel-dsi-cm: set column & page at setupTomi Valkeinen1-0/+20
2020-12-15drm/omap: dsi: set trans_mode according to client mode_flagsTomi Valkeinen1-0/+7
2020-12-15drm/omap: pll: fix iteration loop checkTomi Valkeinen1-0/+6
2020-12-15drm/panel: panel-dsi-cm: cleanup tear enableTomi Valkeinen1-19/+4
2020-12-15drm/panel: panel-dsi-cm: use MIPI_DCS_GET_ERROR_COUNT_ON_DSITomi Valkeinen1-2/+1
2020-12-15drm/omap: remove dss_mgr_opsTomi Valkeinen6-87/+33
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen9-200/+144
2020-12-15drm/omap: drop unused owner fieldTomi Valkeinen7-8/+0
2020-12-15drm/omap: remove unused display.cTomi Valkeinen3-63/+1
2020-12-15drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen10-202/+155
2020-12-15drm/omap: dsi: simplify pin configSebastian Reichel2-39/+13
2020-12-15drm/omap: simplify DSI manual update codeSebastian Reichel3-23/+9
2020-12-15drm/omap: drop dssdev display fieldSebastian Reichel2-7/+1
2020-12-15drm/omap: drop DSS ops_flagsSebastian Reichel2-10/+0
2020-12-15drm/omap: drop unused DSS next pointerSebastian Reichel4-18/+2
2020-12-15drm/omap: simplify omap_display_idSebastian Reichel1-8/+1
2020-12-15drm/omap: remove unused omap_connectorSebastian Reichel6-190/+6
2020-12-15drm/omap: remove legacy DSS device operationsSebastian Reichel5-193/+0
2020-12-15drm/omap: dsi: Register a drm_bridgeSebastian Reichel1-45/+89
2020-12-15drm/panel: Move OMAP's DSI command mode panel driverSebastian Reichel7-14/+10
2020-12-15drm/omap: remove global dss_device variableSebastian Reichel4-29/+9
2020-12-15drm/omap: panel-dsi-cm: fix remove()Sebastian Reichel1-3/+0
2020-12-15drm/omap: panel-dsi-cm: support unbindingSebastian Reichel1-3/+2
2020-12-15drm/omap: panel-dsi-cm: use DEVICE_ATTR_ROSebastian Reichel1-4/+4
2020-12-15drm/omap: dsi: implement check timingsSebastian Reichel1-26/+44
2020-12-15drm/omap: drop omapdss-boot-initSebastian Reichel3-234/+0
2020-12-15drm/omap: dsi: convert to drm_panelSebastian Reichel4-158/+182
2020-12-15drm/omap: dsi: drop custom panel capability supportSebastian Reichel4-19/+17
2020-12-15drm/omap: dsi: Reverse direction of the DSS device enable/disable operationsSebastian Reichel2-57/+45
2020-12-15drm/omap: dsi: move panel refresh function to hostSebastian Reichel4-95/+88
2020-12-15drm/omap: dsi: do ULPS in host driverSebastian Reichel3-279/+60
2020-12-15drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel3-20/+46
2020-12-15drm/omap: dsi: do bus locking in host driverSebastian Reichel3-60/+28
2020-12-15drm/omap: dsi: drop custom enable_te() APISebastian Reichel3-14/+25
2020-12-15drm/omap: dsi: move TE GPIO handling into coreSebastian Reichel2-109/+140
2020-12-15drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel3-7/+10
2020-12-15drm/omap: panel-dsi-cm: use bulk regulator APISebastian Reichel1-44/+21
2020-12-15drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel2-14/+19
2020-12-15drm/omap: dsi: drop useless sync()Sebastian Reichel3-22/+0
2020-12-15drm/omap: dsi: drop unused enable_te()Sebastian Reichel2-41/+0
2020-12-15drm/omap: dsi: drop unused get_te()Sebastian Reichel2-14/+0
2020-12-15drm/omap: dsi: drop unused memory_read()Sebastian Reichel2-97/+0
2020-12-15drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 definesSebastian Reichel1-5/+4
2020-12-15drm/omap: panel-dsi-cm: drop hardcoded VCSebastian Reichel1-13/+7