On 23 April 2016 at 10:48, Thomas Abraham <[email protected]> wrote: > From: Thomas Abraham <[email protected]> > > Add a clock driver for Exynos7420 SoC. There are about 25 clock controller > blocks in Exynos7420 out of which support for topc, top0 and peric1 blocks > are added in this initial version of the driver. > > Cc: Minkyu Kang <[email protected]> > Cc: Simon Glass <[email protected]> > Signed-off-by: Thomas Abraham <[email protected]> > --- > drivers/clk/Kconfig | 1 + > drivers/clk/Makefile | 1 + > drivers/clk/exynos/Kconfig | 18 ++ > drivers/clk/exynos/Makefile | 9 + > drivers/clk/exynos/clk-exynos7420.c | 236 > ++++++++++++++++++++++++++++ > drivers/clk/exynos/clk-pll.c | 33 ++++ > drivers/clk/exynos/clk-pll.h | 9 + > include/dt-bindings/clock/exynos7420-clk.h | 207 ++++++++++++++++++++++++ > 8 files changed, 514 insertions(+), 0 deletions(-) > create mode 100644 drivers/clk/exynos/Kconfig > create mode 100644 drivers/clk/exynos/Makefile > create mode 100644 drivers/clk/exynos/clk-exynos7420.c > create mode 100644 drivers/clk/exynos/clk-pll.c > create mode 100644 drivers/clk/exynos/clk-pll.h > create mode 100644 include/dt-bindings/clock/exynos7420-clk.h
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

