aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-02drm/exynos/ipp: simplify property list allocationAndrzej Hajda1-8/+2
2013-12-19treewide: Fix typos in printkMasanari Iida1-2/+2
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat1-3/+1
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-50/+40
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho1-11/+1
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim1-6/+2
2013-05-23drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim1-2/+0
2013-05-23drm/exynos: cleanup device pointer usagesSeung-Woo Kim1-1/+1
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-44/+12
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat1-9/+4
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat1-6/+0
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat1-12/+3
2013-01-04drm/exynos: correct some comments to abbreviation.Eunchul Kim1-1/+1
2013-01-04drm/exynos: fix build warning.Eunchul Kim1-1/+1
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim1-1/+1
2013-01-04drm/exynos: remove needless error handling to property.Eunchul Kim1-12/+0
2013-01-04drm/exynos: change member variable name.Eunchul Kim1-4/+4
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim1-0/+1870