aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_rotator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04drm/exynos: Add MODULE_DEVICE_TABLE entries for various componentsSjoerd Simons1-0/+1
2014-06-02drm/exynos/ipp: simplify property list allocationAndrzej Hajda1-7/+1
2014-06-02drm/exynos: rotator: add missing bracesJingoo Han1-1/+2
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-6/+2
2013-09-05drm/exynos: add device tree support for rotatorChanho Park1-28/+80
2013-09-05drm/exynos: Add missing includesMark Brown1-0/+1
2013-07-30drm/exynos: Remove module.h header inclusionSachin Kamat1-1/+0
2013-06-28drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho1-23/+18
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-12/+0
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim1-8/+3
2013-05-23drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim1-2/+0
2013-04-17drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-25drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat1-2/+2
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-22/+6
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat1-3/+1
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat1-5/+0
2013-01-04drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat1-14/+4
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim1-0/+1
2013-01-04drm/exynos: change member variable name.Eunchul Kim1-1/+1
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-15drm/exynos: add rotator ipp driverEunchul Kim1-0/+855