Age | Commit message (Expand) | Author | Files | Lines |
2013-07-29 | drm/exynos: Remove module.h header inclusion | Sachin Kamat | 1 | -1/+0 |
2013-06-28 | drm/exynos: add new compatible strings for hdmi subsystem | Rahul Sharma | 1 | -0/+3 |
2013-06-28 | drm/exynos: fix interlace resolutions for exynos5420 | Rahul Sharma | 1 | -6/+8 |
2013-06-28 | drm/exynos: use of_get_named_gpio to get hdmi hpd gpio | Rahul Sharma | 1 | -2/+1 |
2013-06-28 | drm/exynos: add mout_hdmi clock in hdmi driver to change parent | Rahul Sharma | 1 | -4/+10 |
2013-06-28 | drm/exynos: Prepare/Unprepare HDMI subsystem clocks | Sean Paul | 1 | -12/+12 |
2013-06-28 | drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMS | YoungJun Cho | 1 | -5/+5 |
2013-06-28 | drm/exynos: Remove tracking log functions | YoungJun Cho | 1 | -30/+0 |
2013-06-28 | drm/exynos: hdmi: use drm_display_mode to check the supported modes | Rahul Sharma | 1 | -15/+14 |
2013-06-28 | drm/exynos: remove ignoring return value warning in hdmi | Seung-Woo Kim | 1 | -1/+3 |
2013-05-24 | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 1 | -13/+8 |
2013-05-23 | drm/exynos: replace request_threaded_irq with devm function | Seung-Woo Kim | 1 | -6/+1 |
2013-05-23 | drm/exynos: cleanup device pointer usages | Seung-Woo Kim | 1 | -7/+7 |
2013-05-22 | drm/exynos: exynos_hdmi: Pass correct pointer to free_irq() | Lars-Peter Clausen | 1 | -1/+1 |
2013-05-18 | drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-04-29 | drm/exynos: Remove unnecessary braces in exynos_hdmi.c | Sachin Kamat | 1 | -6/+4 |
2013-04-16 | drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULL | Sachin Kamat | 1 | -5/+5 |
2013-04-16 | drm/exynos: hdmi: move mode_fixup to drm common hdmi | Rahul Sharma | 1 | -47/+0 |
2013-04-16 | drm/exynos: hdmi: using drm_display_mode timings for exynos4 | Rahul Sharma | 1 | -413/+246 |
2013-02-26 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -655/+380 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+3 |
2013-02-21 | drm/exynos: hdmi: support extra resolutions using drm_display_mode timings | Sean Paul | 1 | -648/+374 |
2013-02-21 | drm/exynos: add display-mode-check operation to exynos_mixer_ops struct | Rahul Sharma | 1 | -7/+6 |
2013-01-26 | drm: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -5/+3 |
2013-01-25 | drm/exynos: add check for the device power status | Shirish S | 1 | -0/+7 |
2013-01-25 | drm/exynos: don't include plat/gpio-cfg.h | Arnd Bergmann | 1 | -1/+0 |
2013-01-25 | drm/exynos: Remove "internal" interrupt handling | Sean Paul | 1 | -60/+14 |
2013-01-25 | drm/exynos: Replace mdelay with usleep_range | Sean Paul | 1 | -7/+7 |
2013-01-25 | drm/exynos: let drm handle edid allocations | Rahul Sharma | 1 | -15/+10 |
2013-01-04 | Drivers: gpu: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -4/+4 |
2012-12-14 | drm/exynos: hdmi: Fix potential NULL pointer dereference error | Sachin Kamat | 1 | -0/+2 |
2012-12-14 | drm/exynos: hdmi: Add CONFIG_OF and use of_match_ptr() macro | Sachin Kamat | 1 | -1/+3 |
2012-12-14 | drm/exynos: add support for hdmiphy power control for exynos5 | Rahul Sharma | 1 | -0/+21 |
2012-12-14 | drm/exynos: added runtime pm support for hdmi | Rahul Sharma | 1 | -8/+52 |
2012-12-05 | drm/exynos: sending AVI and AUI info frames | Rahul Sharma | 1 | -19/+146 |
2012-12-05 | drm/exynos: Use devm_* APIs in exynos_hdmi.c | Sachin Kamat | 1 | -47/+13 |
2012-12-05 | drm: exynos: fix for loosing display mode header during mode adjustment | Rahul Sharma | 1 | -0/+9 |
2012-12-05 | drm/exynos: fix memory leak to EDID block | Egbert Eich | 1 | -0/+1 |
2012-12-04 | drm/exynos: add iommu support for hdmi driver | Inki Dae | 1 | -1/+1 |
2012-10-07 | Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-... | Dave Airlie | 1 | -52/+144 |
2012-10-05 | drm: exynos: hdmi: remove drm common hdmi platform data struct | Rahul Sharma | 1 | -0/+3 |
2012-10-05 | drm: exynos: hdmi: add support for exynos5 hdmi | Rahul Sharma | 1 | -4/+79 |
2012-10-05 | drm: exynos: hdmi: replace is_v13 with version check in hdmi | Rahul Sharma | 1 | -20/+20 |
2012-10-05 | drm: exynos: hdmi: turn off HPD interrupt in HDMI chip | Tomasz Stanislawski | 1 | -4/+1 |
2012-10-05 | drm: exynos: hdmi: use s5p-hdmi platform data | Tomasz Stanislawski | 1 | -31/+24 |
2012-10-05 | drm: exynos: hdmi: fix interrupt handling | Tomasz Stanislawski | 1 | -2/+3 |
2012-10-05 | drm: exynos: hdmi: support for platform variants | Tomasz Stanislawski | 1 | -1/+24 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 1 | -3/+3 |
2012-09-13 | drm/exynos: Add missing braces around sizeof in exynos_hdmi.c | Sachin Kamat | 1 | -3/+3 |
2012-09-13 | drm/exynos: Remove redundant check in exynos_hdmi.c file | Sachin Kamat | 1 | -5/+0 |