linux-kernel-test/arch/arm/mach-u300
Linus Walleij a2ca00ea93 ARM: 5704/1: U300 sched_clock implementation v2
This adds the long debated sched_clock() override for the weak
in-kernel jiffybased sched_clock(). The implementation is more or
less identical to the one used in arch/arm/plat-omap/common.c
and at last attempt to merge this the merge was postponed at the
request of Peter Zijlstra due to pending discussions regarding
generalized clocksource-based sched_clock() implementations by
adding a flag to the clocksource. However that discussion ended
up with the generic code needing to be rewritten and Paul Mundt
see no reason not to proceed with this for the time being as it
can be easily converted once the generic code is in place.

Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2009-09-18 22:09:02 +01:00
..
include/mach
clock.c
clock.h
core.c ARM: 5668/2: U300 I2C board setup 2009-08-15 15:36:29 +01:00
dummyspichip.c ARM: 5667/3: U300 SSP/SPI board setup and test 2009-08-15 15:36:29 +01:00
gpio.c ARM: 5666/1: Revamped U300 padmux API 2009-08-15 15:36:28 +01:00
i2c.c ARM: 5668/2: U300 I2C board setup 2009-08-15 15:36:29 +01: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: 5668/2: U300 I2C board setup 2009-08-15 15:36:29 +01:00
Makefile.boot
mmc.c ARM: 5666/1: Revamped U300 padmux API 2009-08-15 15:36:28 +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
spi.c ARM: 5667/3: U300 SSP/SPI board setup and test 2009-08-15 15:36:29 +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