summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: hdmi: fix power order issueInki Dae2014-06-241-0/+19
* drm/exynos: consider deferred probe caseInki Dae2014-06-021-21/+57
* drm/exynos: add hdmiphy power on/off sequenceShirish S2014-06-021-6/+34
* drm/exynos: Staticize local symbols in exynos_hdmi.cSachin Kamat2014-06-021-3/+3
* drm/exynos: Remove duplicate inclusion of i2c.hSachin Kamat2014-06-021-1/+0
* drm/exynos: use regmap interface to set hdmiphy control bit in pmuRahul Sharma2014-06-021-8/+19
* drm/exynos: hdmi: consider legacy dt bindingInki Dae2014-06-021-0/+30
* drm/exynos: restore core HDMI settingsShirish S2014-06-021-0/+2
* drm/exynos: enable support for exynos5420 hdmi deviceRahul Sharma2014-06-021-0/+165
* drm/exynos: add support for apb mapped phys in hdmi driverRahul Sharma2014-06-021-53/+89
* drm/exynos: remove unnecessary read for phy configuration valuesRahul Sharma2014-06-021-10/+0
* drm/exynos: replace hdmi reset with hdmi disableRahul Sharma2014-06-021-24/+16
* drm/exynos: Read hpd gpio in is_connected callbackSean Paul2014-06-021-0/+2
* drm/exynos: hdmi: remove unnecessary memsetDaniel Kurtz2014-06-021-2/+0
* drm/exynos: check for null pointers in error handlingPaul Taysom2014-06-021-1/+2
* drm/exynos: Debounce HDMI hotplug interruptsSean Paul2014-06-021-2/+21
* drm/exynos: Don't reset hdmiphy on hdmi offSean Paul2014-06-021-5/+0
* drm/exynos: update phy settings for RB resolutionsShirish S2014-06-021-21/+12
* drm/exynos: add component framework supportInki Dae2014-06-021-22/+37
* drm/exynos: hdmi: make local symbols staticJingoo Han2014-06-021-2/+2
* drm/exynos: hdmi: use i2c_adapter instead of i2c_clientInki Dae2014-03-241-8/+8
* drm/exynos: hdmi: consider APB PHYInki Dae2014-03-241-3/+23
* drm/exynos: Implement drm_connector in hdmi directlySean Paul2014-03-241-41/+85
* drm/exynos: Consolidate suspend/resume in drm_drvSean Paul2014-03-241-79/+9
* drm/exynos: Use drm_mode_copy to copy modesSean Paul2014-03-241-9/+1
* drm/exynos: Remove exynos_drm_hdmi shimSean Paul2014-03-241-59/+103
* drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz2014-03-241-32/+27
* drm/exynos: Rename display_op power_on to dpmsSean Paul2014-03-241-1/+1
* drm/exynos: Remove apply manager callbackSean Paul2014-03-241-0/+1
* drm/exynos: hdmi: Implement initialize op for hdmiSean Paul2014-03-241-4/+14
* drm/exynos: set the active aspect ratio as per modeShirish S2014-03-241-7/+28
* drm/exynos: add phy settings for RB resolutionsShirish S2014-03-241-0/+45
* drm/exynos: Convert to use the standard hdmi.h headerSachin Kamat2014-02-071-40/+26
* drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat2013-09-051-58/+12
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-12/+4
* drm/exynos: Add missing of.h header includeSachin Kamat2013-09-051-0/+1
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-301-1/+0
* drm/exynos: add new compatible strings for hdmi subsystemRahul Sharma2013-06-281-0/+3
* drm/exynos: fix interlace resolutions for exynos5420Rahul Sharma2013-06-281-6/+8
* drm/exynos: use of_get_named_gpio to get hdmi hpd gpioRahul Sharma2013-06-281-2/+1
* drm/exynos: add mout_hdmi clock in hdmi driver to change parentRahul Sharma2013-06-281-4/+10
* drm/exynos: Prepare/Unprepare HDMI subsystem clocksSean Paul2013-06-281-12/+12
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-281-5/+5
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-30/+0
* drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma2013-06-281-15/+14
* drm/exynos: remove ignoring return value warning in hdmiSeung-Woo Kim2013-06-281-1/+3
* Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2013-05-241-13/+8
|\
| * drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-231-6/+1
| * drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-231-7/+7
| * drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-221-1/+1