[PATCH 0/3] ARM: S5PC100: move to common clk framework

From: Mateusz Krawczuk
Date: Tue Sep 24 2013 - 12:55:50 EST


This patch series is the new s5pc100 clock implementation
(using common clk framework).

This implementation is compatible with device tree definition and board files.

This patch series is based on linux-next and has been tested on smdkc100
board using board file.

Mateusz Krawczuk (3):
clk: samsung: pll: Add support for PLL6545a and PLL6522x
clk: samsung: Add clock driver for s5pc100
ARM: s5pc100: Migrate clock handling to Common Clock Framework

.../bindings/clock/samsung,s5pc100-clock.txt | 72 +++
arch/arm/mach-s5pc100/Kconfig | 8 +
arch/arm/mach-s5pc100/Makefile | 4 +-
arch/arm/mach-s5pc100/common.c | 23 +-
arch/arm/mach-s5pc100/common.h | 13 +
arch/arm/mach-s5pc100/mach-smdkc100.c | 3 +-
arch/arm/plat-samsung/Kconfig | 2 +-
drivers/clk/samsung/Makefile | 1 +
drivers/clk/samsung/clk-pll.c | 2 +
drivers/clk/samsung/clk-pll.h | 2 +
drivers/clk/samsung/clk-s5pc100.c | 695 +++++++++++++++++++++
include/dt-bindings/clock/samsung,s5pc100-clock.h | 202 ++++++
12 files changed, 1022 insertions(+), 5 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/samsung,s5pc100-clock.txt
create mode 100644 drivers/clk/samsung/clk-s5pc100.c
create mode 100644 include/dt-bindings/clock/samsung,s5pc100-clock.h

--
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/