This patch series adds clock support for Gscaler and device node entries for Gscaler on exynos5. This patch is based on Kukjin Kim's (linux-samsung) for-next branch. https://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git changes since v2: - Addressed review comments from Sylwester Nawrocki http://www.mail-archive.com/linux-samsung-soc@xxxxxxxxxxxxxxx/msg11372.html - Addressed review comments from Kukjin Kim and Sunyoung Kang http://www.mail-archive.com/linux-samsung-soc@xxxxxxxxxxxxxxx/msg11377.html http://www.mail-archive.com/linux-samsung-soc@xxxxxxxxxxxxxxx/msg11429.html Shaik Ameer Basha (2): ARM: EXYNOS: Add clock support for Gscaler ARM: EXYNOS: Add Gscaler device from DT .../devicetree/bindings/media/exynos5-gsc.txt | 32 ++++++ arch/arm/boot/dts/exynos5250.dtsi | 28 ++++++ arch/arm/mach-exynos/clock-exynos5.c | 100 ++++++++++++++++++++ arch/arm/mach-exynos/include/mach/map.h | 3 + arch/arm/mach-exynos/mach-exynos5-dt.c | 8 ++ 5 files changed, 171 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/exynos5-gsc.txt -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html