summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/tve200: Add new driver for TVE200Linus Walleij2017-08-238-0/+899
* drm: Release driver tracking before making the object available againChris Wilson2017-08-221-3/+3
* drm: i2c: tda998x: constify i2c_device_idArvind Yadav2017-08-221-1/+1
* drm: i2c: sil164: constify i2c_device_idArvind Yadav2017-08-221-1/+1
* drm: i2c: ch7006: constify i2c_device_idArvind Yadav2017-08-221-1/+1
* drm/bridge: change return type of drm_bridge_add functionInki Dae2017-08-211-6/+1
* drm/exynos: mic: clean up drm_bridge_add callInki Dae2017-08-211-5/+1
* drm/sti: sti_vdo: clean up drm_bridge_add callInki Dae2017-08-211-5/+1
* drm/mediatek: hdmi: clean up drm_bridge_add callInki Dae2017-08-211-5/+1
* drm/panel: Add driver for Seiko 43WVF1G panelMarco Franchi2017-08-183-0/+382
* drm/panel: simple: Remove unneeded gpiod NULL checkFabio Estevam2017-08-181-4/+2
* drm/panel: simple: Add missing panel_simple_unprepare() callsJonathan Liu2017-08-181-0/+2
* drm/panel: simple: Fix width and height for Olimex LCD-OLinuXino-4.3TSJonathan Liu2017-08-181-2/+2
* drm/panel: Add support for OTM8009A panel driverPhilippe CORNU2017-08-183-0/+501
* drm/panel: simple: Skip error message on deferred probeFabio Estevam2017-08-181-1/+2
* drm/panel: Add support for S6E63J0X03 panelHoegeun Kwon2017-08-183-0/+540
* Merge airlied/drm-next into drm-misc-nextSean Paul2017-08-18662-7900/+11914
|\
| * 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