summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_rotator.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: rotator: use generic of_device_get_match_data helperMarek Szyprowski2016-04-301-8/+3
* drm/exynos: remove incorrect ccflags from MakefileAndrzej Hajda2016-03-011-1/+0
* drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski2016-03-011-1/+1
* drm/exynos: rotator: convert to common clock frameworkMarek Szyprowski2015-12-131-2/+2
* drm/exynos: rotator: Clock control is unused if !PMThierry Reding2015-09-301-1/+1
* drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-041-1/+1
* drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda2014-09-201-2/+1
* drm/exynos: Add MODULE_DEVICE_TABLE entries for various componentsSjoerd Simons2014-08-041-0/+1
* drm/exynos/ipp: simplify property list allocationAndrzej Hajda2014-06-021-7/+1
* drm/exynos: rotator: add missing bracesJingoo Han2014-06-021-1/+2
* drm/exynos: Remove redundant error messagesSachin Kamat2013-09-051-6/+2
* drm/exynos: add device tree support for rotatorChanho Park2013-09-051-28/+80
* drm/exynos: Add missing includesMark Brown2013-09-051-0/+1
* drm/exynos: Remove module.h header inclusionSachin Kamat2013-07-301-1/+0
* drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho2013-06-281-23/+18
* drm/exynos: Remove tracking log functionsYoungJun Cho2013-06-281-12/+0
* drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim2013-05-231-8/+3
* drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim2013-05-231-2/+0
* drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat2013-04-171-1/+1
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-5/+3
|\
| * drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3
* | drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat2013-01-251-2/+2
|/
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-081-22/+6
|\
| * drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat2013-01-041-3/+1
| * drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat2013-01-041-5/+0
| * drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat2013-01-041-14/+4
| * drm/exynos: consider both case of vflip and hflip.Eunchul Kim2013-01-041-0/+1
| * drm/exynos: change member variable name.Eunchul Kim2013-01-041-1/+1
* | Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
|/
* drm/exynos: add rotator ipp driverEunchul Kim2012-12-151-0/+855
OpenPOWER on IntegriCloud