summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_rotator.c
AgeCommit message (Expand)Author
2023-12-12drm/exynos: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-21drm: Explicitly include correct DT includesRob Herring
2022-12-12drm: exynos: Remove #ifdef guards for PM related functionsPaul Cercueil
2021-09-16drm/exynos: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2021-06-11drm/exynos: use pm_runtime_resume_and_get()Inki Dae
2020-05-18drm/exynos: Delete an error message in three functionsMarkus Elfring
2020-03-10drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski
2019-09-01drm/exynos: drop use of drmP.hSam Ravnborg
2019-06-27drm/exynos: drop drmP.h usageSam Ravnborg
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 423Thomas Gleixner
2019-04-24drm/ipp: clean up debug messagesInki Dae
2019-02-07drm/exynos: rotator: Add support for s5pv210Paweł Chmiel
2018-12-04drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda
2018-12-04drm/exynos: simplify DMA mappingAndrzej Hajda
2018-06-29drm/exynos: rotator: Fix DRM_MODE_REFLECT_{X,Y} interpretationMarek Szyprowski
2018-05-10drm/exynos: rotator: Convert driver to IPP v2 core APIMarek Szyprowski
2017-03-21drm/exynos: Print kernel pointers in a restricted formKrzysztof Kozlowski
2016-09-18drm/exynos: rotator: fix system and runtime pm integrationMarek Szyprowski
2016-04-30drm/exynos: rotator: use generic of_device_get_match_data helperMarek Szyprowski
2016-03-01drm/exynos: remove incorrect ccflags from MakefileAndrzej Hajda
2016-03-01drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski
2015-12-13drm/exynos: rotator: convert to common clock frameworkMarek Szyprowski
2015-09-30drm/exynos: rotator: Clock control is unused if !PMThierry Reding
2014-12-04drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-09-20drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda
2014-08-04drm/exynos: Add MODULE_DEVICE_TABLE entries for various componentsSjoerd Simons
2014-06-02drm/exynos/ipp: simplify property list allocationAndrzej Hajda
2014-06-02drm/exynos: rotator: add missing bracesJingoo Han
2013-09-05drm/exynos: Remove redundant error messagesSachin Kamat
2013-09-05drm/exynos: add device tree support for rotatorChanho Park
2013-09-05drm/exynos: Add missing includesMark Brown
2013-07-30drm/exynos: Remove module.h header inclusionSachin Kamat
2013-06-28drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMSYoungJun Cho
2013-06-28drm/exynos: Remove tracking log functionsYoungJun Cho
2013-05-23drm/exynos: replace request_threaded_irq with devm functionSeung-Woo Kim
2013-05-23drm/exynos: remove unnecessary devm_kfreeSeung-Woo Kim
2013-04-17drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULLSachin Kamat
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-25drm: Convert to devm_ioremap_resource()Thierry Reding
2013-01-25drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat
2013-01-04drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim
2013-01-04drm/exynos: change member variable name.Eunchul Kim
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman
2012-12-15drm/exynos: add rotator ipp driverEunchul Kim