summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König2017-08-171-7/+0
* Merge tag 'omapdrm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2017-08-1735-1796/+1639
|\
| * drm/omap: Potential NULL deref in omap_crtc_duplicate_state()Dan Carpenter2017-08-161-2/+4
| * drm/omap: remove no-op cleanup codeTomi Valkeinen2017-08-161-33/+0
| * drm/omap: rename omapdrm device backTomi Valkeinen2017-08-162-2/+2
| * drm: omapdrm: Remove the omapdss driverLaurent Pinchart2017-08-162-48/+0
| * drm: omapdrm: Register omapdrm platform device in omapdss driverLaurent Pinchart2017-08-162-1/+17
| * drm: omapdrm: hdmi: Don't allocate PHY features dynamicallyLaurent Pinchart2017-08-161-28/+4
| * drm: omapdrm: hdmi: Configure the PHY from the HDMI core versionLaurent Pinchart2017-08-164-19/+11
| * drm: omapdrm: hdmi: Configure the PLL from the HDMI core versionLaurent Pinchart2017-08-161-13/+2
| * drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart2017-08-164-4/+4
| * drm: omapdrm: hdmi: Replace OMAP SoC model check with HDMI xmit versionLaurent Pinchart2017-08-164-10/+10
| * drm: omapdrm: hdmi: Rename functions and structures to use hdmi_ prefixLaurent Pinchart2017-08-161-4/+5
| * drm/omap: add OMAP5 DSIPHY lane-enable supportTomi Valkeinen2017-08-161-8/+39
| * drm/omap: use regmap_update_bit() when muxing DSI padsTomi Valkeinen2017-08-161-12/+3
| * drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-1512-38/+3
| * drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart2017-08-157-211/+81
| * drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart2017-08-156-57/+18
| * drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driverLaurent Pinchart2017-08-153-36/+39
| * drm: omapdrm: Move FEAT_PARAM_DSI* features to dsi driverLaurent Pinchart2017-08-153-14/+19
| * drm: omapdrm: Move FEAT_* features to dispc driverLaurent Pinchart2017-08-153-266/+190
| * drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structureLaurent Pinchart2017-08-153-9/+11
| * drm: omapdrm: Move FEAT_DPI_USES_VDDS_DSI feature to dpi codeLaurent Pinchart2017-08-153-4/+12
| * drm: omapdrm: Move FEAT_HDMI_* features to hdmi4 driverLaurent Pinchart2017-08-154-9/+37
| * drm: omapdrm: Move FEAT_DSI_* features to dsi driverLaurent Pinchart2017-08-153-72/+88
| * drm: omapdrm: Move FEAT_VENC_REQUIRES_TV_DAC_CLK to venc driverLaurent Pinchart2017-08-153-4/+13
| * drm: omapdrm: Move reg_fields to dispc_features structureLaurent Pinchart2017-08-153-112/+76
| * drm: omapdrm: Move DISPC_CLK_SWITCH reg feature to struct dss_featuresLaurent Pinchart2017-08-154-15/+16
| * drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structureLaurent Pinchart2017-08-153-58/+66
| * drm: omapdrm: Move overlay caps features to dispc_features structureLaurent Pinchart2017-08-153-84/+102
| * drm: omapdrm: Move color modes feature to dispc_features structureLaurent Pinchart2017-08-153-136/+124
| * drm: omapdrm: Move size unit features to dispc_features structureLaurent Pinchart2017-08-153-41/+18
| * drm: omapdrm: Move shutdown() handler from core to dssLaurent Pinchart2017-08-152-20/+16
| * drm: omapdrm: Move all debugfs code from core to dssLaurent Pinchart2017-08-153-89/+84
| * drm: omapdrm: dss: Initialize DSS internal features at probe timeLaurent Pinchart2017-08-151-13/+13
| * drm: omapdrm: dss: Use supported outputs instead of display typesLaurent Pinchart2017-08-153-87/+17
| * drm: omapdrm: dss: Select features based on compatible stringLaurent Pinchart2017-08-151-68/+29
| * drm: omapdrm: dpi: Replace OMAP SoC model checks with DSS modelLaurent Pinchart2017-08-153-37/+45
| * drm: omapdrm: dispc: Select features based on compatible stringLaurent Pinchart2017-08-151-60/+27
| * drm: omapdrm: Don't forward set_min_bus_tput() to no-op platform codeLaurent Pinchart2017-08-152-11/+6
| * drm: omapdrm: dsi: Handle pin muxing internallyLaurent Pinchart2017-08-153-25/+79
| * drm: omapdrm: dsi: Store DSI model and PLL hardware data in OF dataLaurent Pinchart2017-08-151-61/+55
| * drm: omapdrm: dss: Split operations out of dss_features structureLaurent Pinchart2017-08-151-15/+35
| * drm: omapdrm: hdmi: Store PHY features in PHY data structureLaurent Pinchart2017-08-152-15/+15
| * drm: omapdrm: venc: Don't export omap_dss_pal_vm and omap_dss_ntsc_vmLaurent Pinchart2017-08-152-11/+2
| * drm: omapdrm: dpi: Remove unneeded regulator checkLaurent Pinchart2017-08-151-10/+3
| * drm: omapdrm: panel-dpi: Remove unneeded check for OF nodeLaurent Pinchart2017-08-151-0/+3
| * drm: omapdrm: connector-analog-tv: Remove unneeded check for OF nodeLaurent Pinchart2017-08-151-0/+3
| * drm: omapdrm: acx565akm: Remove unneeded check for OF nodeLaurent Pinchart2017-08-151-0/+3
| * drm/omap: panel-dsi-cm: constify attribute_group structures.Arvind Yadav2017-08-151-1/+1