[PATCH V2 Resend 05/12] ST SPEAr: Added clock framework for SPEAr platform and machines
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed Apr 14 06:36:27 EDT 2010
On Thu, Mar 25, 2010 at 02:10:48PM +0530, Viresh KUMAR wrote:
> Clock framework for SPEAr is based upon clkdev framework for ARM
>
> Signed-off-by: Viresh Kumar <viresh.kumar at st.com>
> ---
> arch/arm/mach-spear3xx/clock.c | 389 +++++++++++++++++++++
> arch/arm/mach-spear3xx/include/mach/clkdev.h | 19 +
> arch/arm/mach-spear6xx/clock.c | 483 ++++++++++++++++++++++++++
> arch/arm/mach-spear6xx/include/mach/clkdev.h | 19 +
> arch/arm/plat-spear/clock.c | 435 +++++++++++++++++++++++
> arch/arm/plat-spear/include/plat/clkdev.h | 20 +
> arch/arm/plat-spear/include/plat/clock.h | 126 +++++++
> 7 files changed, 1491 insertions(+), 0 deletions(-)
> create mode 100755 arch/arm/mach-spear3xx/clock.c
> create mode 100644 arch/arm/mach-spear3xx/include/mach/clkdev.h
> create mode 100755 arch/arm/mach-spear6xx/clock.c
> create mode 100644 arch/arm/mach-spear6xx/include/mach/clkdev.h
> create mode 100755 arch/arm/plat-spear/clock.c
> create mode 100644 arch/arm/plat-spear/include/plat/clkdev.h
> create mode 100755 arch/arm/plat-spear/include/plat/clock.h
Please ensure that source files do not have the 'executable' bits set.
More information about the linux-arm-kernel
mailing list