tegra: add new clock framework driver
This removes the existing Tegra CAR driver and replaces it with code
ported from the Linux clock framework.

In the current state only the relevant PLLs are supported, but this is
no functional regression from the existing code.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent acc791f commit c16730e3c66bcab245aac993ce924caa129ca23d
@Lucas Stach Lucas Stach authored on 30 Jun 2013
Sascha Hauer committed on 2 Jul 2013
Showing 12 changed files
View
arch/arm/Kconfig
View
arch/arm/mach-tegra/Makefile
View
arch/arm/mach-tegra/include/mach/tegra20-car.h
View
arch/arm/mach-tegra/tegra20-car.c 100644 → 0
View
drivers/clk/Makefile
View
drivers/clk/tegra/Makefile 0 → 100644
View
drivers/clk/tegra/clk-divider.c 0 → 100644
View
drivers/clk/tegra/clk-pll-out.c 0 → 100644
View
drivers/clk/tegra/clk-pll.c 0 → 100644
View
drivers/clk/tegra/clk-tegra20.c 0 → 100644
View
drivers/clk/tegra/clk.c 0 → 100644
View
drivers/clk/tegra/clk.h 0 → 100644