aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-03drm/omap: populate DSI platform bus earlierSebastian Reichel1-10/+10
2018-11-12drm/omap: dsi: Fix missing of_platform_depopulate()Tony Lindgren1-2/+6
2018-11-12drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart1-7/+0
2018-11-12drm/omap: dsi: Ensure the device is active during probeLaurent Pinchart1-2/+5
2018-09-03drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart1-4/+2
2018-09-03drm/omap: dsi: Fixup video mode in .set_config() operationLaurent Pinchart1-13/+14
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart1-6/+3
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart1-9/+1
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart1-0/+3
2018-09-03drm/omap: dss: Merge two disconnection helpersLaurent Pinchart1-1/+0
2018-09-03drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart1-14/+11
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-11/+21
2018-09-03drm/omap: dss: Get regulators at probe timeLaurent Pinchart1-29/+7
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart1-5/+3
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart1-2/+16
2018-09-03drm/omap: dss: dsi: Move initialization code from bind to probeLaurent Pinchart1-140/+161
2018-09-03drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart1-5/+4
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart1-0/+1
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart1-2/+2
2018-09-03drm/omap: Move DSI debugfs clocks dump to dsi%u_clks filesLaurent Pinchart1-34/+9
2018-09-03drm/omap: dsi: Simplify debugfs implementationLaurent Pinchart1-49/+14
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart1-5/+0
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart1-24/+26
2018-06-28drm/omap: fix email addressTomi Valkeinen1-1/+1
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart1-10/+12
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-2/+2
2018-03-01drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart1-17/+13
2018-03-01drm: omapdrm: dsi: Don't pass channel to dispc init/uninit functionsLaurent Pinchart1-11/+10
2018-03-01drm: omapdrm: dsi: Store the struct device pointer in struct dsi_dataLaurent Pinchart1-13/+13
2018-03-01drm: omapdrm: dsi: Use dev pointer directly in dsi_bind() functionLaurent Pinchart1-17/+18
2018-03-01drm: omapdrm: dsi: Combine two commonly used inline functionsLaurent Pinchart1-60/+30
2018-03-01drm: omapdrm: dsi: Pass the dsi_data pointer to internal functionsLaurent Pinchart1-664/+564
2018-03-01drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart1-4/+4
2018-03-01drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart1-2/+1
2018-03-01drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart1-11/+29
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart1-3/+5
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart1-8/+10
2018-03-01drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart1-2/+5
2018-03-01drm: omapdrm: dsi: Make wait_for_bit_change() return a statusLaurent Pinchart1-16/+15
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart1-48/+50
2017-12-19drm: omapdrm: Simplify platform registrationAndrew F. Davis1-11/+1
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-2/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-08-16drm/omap: add OMAP5 DSIPHY lane-enable supportTomi Valkeinen1-8/+39
2017-08-16drm/omap: use regmap_update_bit() when muxing DSI padsTomi Valkeinen1-12/+3
2017-08-15drm: omapdrm: Remove dss_features.hLaurent Pinchart1-1/+0
2017-08-15drm: omapdrm: Move FEAT_PARAM_DSI* features to dsi driverLaurent Pinchart1-6/+19
2017-08-15drm: omapdrm: Move FEAT_DSI_* features to dsi driverLaurent Pinchart1-49/+88
2017-08-15drm: omapdrm: dsi: Handle pin muxing internallyLaurent Pinchart1-3/+79