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