clock subsystem: create generic clock subsystem and lpc2xxx clock stuff.
commit08240be8ef5ebd1f2279ee26797b115c116e2990
authorDavid Cohen <dacohen@gmail.com>
Wed, 12 Dec 2007 04:23:43 +0000 (12 00:23 -0400)
committerDavid Cohen <dacohen@gmail.com>
Wed, 12 Dec 2007 04:23:43 +0000 (12 00:23 -0400)
tree9937d2684fd9ac66e9cfbf879189ac245cfb4782
parent92ac2defddece6ec3d083322b1e4a7380133106b
clock subsystem: create generic clock subsystem and lpc2xxx clock stuff.

Adding the generic clock subsystem.
The generic clock subsystem depends on the arch clock subsystem,
so the lpc2xxx clock subsystem was created also.

Signed-off-by: David Cohen <dacohen@gmail.com>
arch/Makefile
arch/arm7/mach-lpc21xx/Makefile
arch/arm7/mach-lpc21xx/clock.c [new file with mode: 0644]
arch/arm7/mach-lpc21xx/clock.h [new file with mode: 0644]
arch/common/Makefile [new file with mode: 0644]
arch/common/clock.c [new file with mode: 0644]
include/asm-arm7/arch-lpc2xxx/clock.h [new file with mode: 0644]
include/asm-generic/clock.h [new file with mode: 0644]