Many changes/fixes have been identified for clock file for exynos5420. These include correct parents, bit fields, new clocks etc. Existing files needs some correction in terms of names of the clock and indentation. These issues are addressed in this patch series. It also replaces the usage of enums with macro as clock ids. This series is based on linux-next, Kukjin's for-next and Mike's clk-for-linus-3.13 branches. This patch is also dependent on the following two series from Tomasz Figa <t.figa@xxxxxxxxxxx>: http://www.spinics.net/lists/arm-kernel/msg280223.html and http://www.spinics.net/lists/arm-kernel/msg291988.html. Rahul Sharma (3): clk/exynos5420: cleanup clock file ARM: dts: replace clock numbers with macros for exynos5420 clk/exynos5420: replace enums with macros as clock ids arch/arm/boot/dts/exynos5420.dtsi | 47 +- drivers/clk/samsung/clk-exynos5420.c | 1200 ++++++++++++++++++------------ include/dt-bindings/clk/exynos5420-clk.h | 236 ++++++ 3 files changed, 1004 insertions(+), 479 deletions(-) create mode 100644 include/dt-bindings/clk/exynos5420-clk.h -- 1.7.10.4 -- 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