summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_gsc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-3/+1Star
* drm/exynos: Add missing includesMark Brown2013-09-051-0/+1
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-291-1/+0Star
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-281-50/+40Star
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-11/+1Star
* drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-231-6/+2Star
* drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2013-05-231-2/+0Star
* drm/exynos: cleanup device pointer usagesSeung-Woo Kim2013-05-231-1/+1
* drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3Star
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-091-44/+12Star
|\
| * drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat2013-01-041-9/+4Star
| * drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat2013-01-041-6/+0Star
| * drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat2013-01-041-12/+3Star
| * drm/exynos: correct some comments to abbreviation.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: fix build warning.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-041-1/+1
| * drm/exynos: remove needless error handling to property.Eunchul Kim2013-01-041-12/+0Star
| * drm/exynos: change member variable name.Eunchul Kim2013-01-041-4/+4
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
|/
* drm/exynos: add gsc ipp driverEunchul Kim2012-12-141-0/+1870