aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
Commit message (Expand)AuthorAge
* drm/exynos: add hdmiphy power on/off sequenceShirish S2014-06-01
* drm/exynos: Staticize local symbols in exynos_hdmi.cSachin Kamat2014-06-01
* drm/exynos: Remove duplicate inclusion of i2c.hSachin Kamat2014-06-01
* drm/exynos: use regmap interface to set hdmiphy control bit in pmuRahul Sharma2014-06-01
* drm/exynos: hdmi: consider legacy dt bindingInki Dae2014-06-01
* drm/exynos: restore core HDMI settingsShirish S2014-06-01
* drm/exynos: enable support for exynos5420 hdmi deviceRahul Sharma2014-06-01
* drm/exynos: add support for apb mapped phys in hdmi driverRahul Sharma2014-06-01
* drm/exynos: remove unnecessary read for phy configuration valuesRahul Sharma2014-06-01
* drm/exynos: replace hdmi reset with hdmi disableRahul Sharma2014-06-01
* drm/exynos: Read hpd gpio in is_connected callbackSean Paul2014-06-01
* drm/exynos: hdmi: remove unnecessary memsetDaniel Kurtz2014-06-01
* drm/exynos: check for null pointers in error handlingPaul Taysom2014-06-01
* drm/exynos: Debounce HDMI hotplug interruptsSean Paul2014-06-01
* drm/exynos: Don't reset hdmiphy on hdmi offSean Paul2014-06-01
* drm/exynos: update phy settings for RB resolutionsShirish S2014-06-01
* drm/exynos: add component framework supportInki Dae2014-06-01
* drm/exynos: hdmi: make local symbols staticJingoo Han2014-06-01
* drm/exynos: hdmi: use i2c_adapter instead of i2c_clientInki Dae2014-03-23
* drm/exynos: hdmi: consider APB PHYInki Dae2014-03-23
* drm/exynos: Implement drm_connector in hdmi directlySean Paul2014-03-23
* drm/exynos: Consolidate suspend/resume in drm_drvSean Paul2014-03-23
* drm/exynos: Use drm_mode_copy to copy modesSean Paul2014-03-23
* drm/exynos: Remove exynos_drm_hdmi shimSean Paul2014-03-23
* drm/exynos: hdmi: remove the i2c drivers and useDaniel Kurtz2014-03-23
* drm/exynos: Rename display_op power_on to dpmsSean Paul2014-03-23
* drm/exynos: Remove apply manager callbackSean Paul2014-03-23
* drm/exynos: hdmi: Implement initialize op for hdmiSean Paul2014-03-23
* drm/exynos: set the active aspect ratio as per modeShirish S2014-03-23
* drm/exynos: add phy settings for RB resolutionsShirish S2014-03-23
* drm/exynos: Convert to use the standard hdmi.h headerSachin Kamat2014-02-06
* drm/exynos: Remove non-DT support in exynos_hdmiSachin Kamat2013-09-05
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-05
* drm/exynos: Add missing of.h header includeSachin Kamat2013-09-05
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-29
* drm/exynos: add new compatible strings for hdmi subsystemRahul Sharma2013-06-28
* drm/exynos: fix interlace resolutions for exynos5420Rahul Sharma2013-06-28
* drm/exynos: use of_get_named_gpio to get hdmi hpd gpioRahul Sharma2013-06-28
* drm/exynos: add mout_hdmi clock in hdmi driver to change parentRahul Sharma2013-06-28
* drm/exynos: Prepare/Unprepare HDMI subsystem clocksSean Paul2013-06-28
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-28
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-28
* drm/exynos: hdmi: use drm_display_mode to check the supported modesRahul Sharma2013-06-28
* drm/exynos: remove ignoring return value warning in hdmiSeung-Woo Kim2013-06-28
* Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2013-05-23
|\
| * drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-23
| * drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-23
| * drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-21
* | drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-18
|/
* drm/exynos: Remove unnecessary braces in exynos_hdmi.cSachin Kamat2013-04-29