summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'omapdrm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2017-08-1744-1970/+1705Star
|\
| * 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/+0Star
| * drm/omap: rename omapdrm device backTomi Valkeinen2017-08-162-2/+2
| * drm: omapdrm: Remove omapdrm platform dataLaurent Pinchart2017-08-161-53/+0Star
| * ARM: OMAP2+: Don't register omapdss device for omapdrmLaurent Pinchart2017-08-161-51/+60
| * ARM: OMAP2+: Remove unused omapdrm platform deviceLaurent Pinchart2017-08-164-62/+1Star
| * drm: omapdrm: Remove the omapdss driverLaurent Pinchart2017-08-162-48/+0Star
| * 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/+4Star
| * drm: omapdrm: hdmi: Configure the PHY from the HDMI core versionLaurent Pinchart2017-08-164-19/+11Star
| * drm: omapdrm: hdmi: Configure the PLL from the HDMI core versionLaurent Pinchart2017-08-161-13/+2Star
| * drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart2017-08-166-11/+8Star
| * 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/+3Star
| * drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-1512-38/+3Star
| * drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart2017-08-157-211/+81Star
| * drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart2017-08-156-57/+18Star
| * 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/+190Star
| * 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/+76Star
| * 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/+124Star
| * drm: omapdrm: Move size unit features to dispc_features structureLaurent Pinchart2017-08-153-41/+18Star
| * drm: omapdrm: Move shutdown() handler from core to dssLaurent Pinchart2017-08-152-20/+16Star
| * drm: omapdrm: Move all debugfs code from core to dssLaurent Pinchart2017-08-153-89/+84Star
| * 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/+17Star
| * drm: omapdrm: dss: Select features based on compatible stringLaurent Pinchart2017-08-151-68/+29Star
| * 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/+27Star
| * drm: omapdrm: Don't forward set_min_bus_tput() to no-op platform codeLaurent Pinchart2017-08-152-11/+6Star
| * 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/+55Star
| * 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/+2Star
| * drm: omapdrm: dpi: Remove unneeded regulator checkLaurent Pinchart2017-08-151-10/+3Star
| * 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