linux-kernel-test/arch/arm/mach-u300
Russell King 0a0300dc8c ARM: Consolidate clks_register() and similar
Most machine classes want some way to register a block of clk_lookup
structures, and most do it by implementing a clks_register() type
function which walks an array, or by open-coding a loop.

Consolidate all this into clkdev_add_table().

Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Kevin Hilman <khilman@deeprootsystems.com>
Acked-by: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-02-12 17:32:36 +00:00
..
include/mach Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx 2009-12-16 10:28:56 -08:00
clock.c ARM: Consolidate clks_register() and similar 2010-02-12 17:32:36 +00:00
clock.h
core.c ARM: 5787/1: U300 COH 901 331 fixes 2009-11-16 16:15:49 +00:00
dummyspichip.c ARM: 5667/3: U300 SSP/SPI board setup and test 2009-08-15 15:36:29 +01:00
gpio.c ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3 2009-10-01 16:26:15 +01:00
i2c.c ARM: 5783/1: Make it possible for U300 LDO D to shut down 2009-11-10 23:47:07 +00:00
i2c.h ARM: 5668/2: U300 I2C board setup 2009-08-15 15:36:29 +01:00
Kconfig ARM: 5667/3: U300 SSP/SPI board setup and test 2009-08-15 15:36:29 +01:00
Makefile ARM: 5724/1: U300 AB3100 boardinfo v5 2009-10-19 17:10:09 +01:00
Makefile.boot
mmc.c ARM: 5725/2: U300 switch MMCI to use regulator 2009-10-19 17:10:09 +01:00
mmc.h
padmux.c ARM: 5666/1: Revamped U300 padmux API 2009-08-15 15:36:28 +01:00
padmux.h ARM: 5666/1: Revamped U300 padmux API 2009-08-15 15:36:28 +01:00
regulator.c ARM: 5724/1: U300 AB3100 boardinfo v5 2009-10-19 17:10:09 +01:00
spi.c ARM: 5678/1: SSP/SPI PL022 polarity terminology fix 2009-09-18 22:09:02 +01:00
spi.h ARM: 5667/3: U300 SSP/SPI board setup and test 2009-08-15 15:36:29 +01:00
timer.c ARM: 5704/1: U300 sched_clock implementation v2 2009-09-18 22:09:02 +01:00
u300.c