summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
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-29drm/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/...Dave 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
2013-05-18drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-29drm/exynos: Remove unnecessary braces in exynos_hdmi.cSachin Kamat1-6/+4
2013-04-16drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-5/+5
2013-04-16drm/exynos: hdmi: move mode_fixup to drm common hdmiRahul Sharma1-47/+0
2013-04-16drm/exynos: hdmi: using drm_display_mode timings for exynos4Rahul Sharma1-413/+246
2013-02-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-655/+380
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+3
2013-02-21drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul1-648/+374
2013-02-21drm/exynos: add display-mode-check operation to exynos_mixer_ops structRahul Sharma1-7/+6
2013-01-26drm: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-25drm/exynos: add check for the device power statusShirish S1-0/+7
2013-01-25drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann1-1/+0
2013-01-25drm/exynos: Remove "internal" interrupt handlingSean Paul1-60/+14
2013-01-25drm/exynos: Replace mdelay with usleep_rangeSean Paul1-7/+7
2013-01-25drm/exynos: let drm handle edid allocationsRahul Sharma1-15/+10
2013-01-04Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-12-14drm/exynos: hdmi: Fix potential NULL pointer dereference errorSachin Kamat1-0/+2
2012-12-14drm/exynos: hdmi: Add CONFIG_OF and use of_match_ptr() macroSachin Kamat1-1/+3
2012-12-14drm/exynos: add support for hdmiphy power control for exynos5Rahul Sharma1-0/+21
2012-12-14drm/exynos: added runtime pm support for hdmiRahul Sharma1-8/+52
2012-12-05drm/exynos: sending AVI and AUI info framesRahul Sharma1-19/+146
2012-12-05drm/exynos: Use devm_* APIs in exynos_hdmi.cSachin Kamat1-47/+13
2012-12-05drm: exynos: fix for loosing display mode header during mode adjustmentRahul Sharma1-0/+9
2012-12-05drm/exynos: fix memory leak to EDID blockEgbert Eich1-0/+1
2012-12-04drm/exynos: add iommu support for hdmi driverInki Dae1-1/+1
2012-10-07Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie1-52/+144
2012-10-05drm: exynos: hdmi: remove drm common hdmi platform data structRahul Sharma1-0/+3
2012-10-05drm: exynos: hdmi: add support for exynos5 hdmiRahul Sharma1-4/+79
2012-10-05drm: exynos: hdmi: replace is_v13 with version check in hdmiRahul Sharma1-20/+20
2012-10-05drm: exynos: hdmi: turn off HPD interrupt in HDMI chipTomasz Stanislawski1-4/+1
2012-10-05drm: exynos: hdmi: use s5p-hdmi platform dataTomasz Stanislawski1-31/+24
2012-10-05drm: exynos: hdmi: fix interrupt handlingTomasz Stanislawski1-2/+3
2012-10-05drm: exynos: hdmi: support for platform variantsTomasz Stanislawski1-1/+24