Messages in this thread |  | | | From | Ahmed Ammar <> | | Subject | [PATCH 0/1] [ARM] ep93xx clockevent support for 2.6.29.6-rt23 | | Date | Wed, 22 Jul 2009 12:09:45 +0300 |
| |
From: Ahmed Ammar <aammar@edge-techno.com>
I have forward ported some patches that used to exist in the 2.6.24.X-rt which implemented clockevents for the ep93xx platform. I do not know why this was never merged, but I could not find any reasons in the mailing lists.
Implemented sched_clock as other platforms do as ftrace was not working but I am not sure if this still needs for code to ensure everything is using the high resolution timers.
Tested on a TS7200.
Ahmed Ammar (1): [ARM] ep93xx clockevent support
arch/arm/Kconfig | 3 + arch/arm/mach-ep93xx/core.c | 129 ++++++++++++++++++----- arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h | 6 + arch/arm/mach-ep93xx/include/mach/timex.h | 6 + 4 files changed, 118 insertions(+), 26 deletions(-)
|  |