* [GIT PULL] Clocksource change for 3.1
@ 2011-07-02 1:14 john stultz
0 siblings, 0 replies; only message in thread
From: john stultz @ 2011-07-02 1:14 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: lkml, Jamie Iles
Hey Thomas,
I have one clocksource patch that is available in the git repository
at:
git://git.linaro.org/people/jstultz/linux.git fortglx/3.1/tip/timers/clocksource
Would you please consider queueing this into -tip for 3.1?
thanks
-john
Jamie Iles (1):
clocksource: apb: Share APB timer code with other platforms
arch/x86/Kconfig | 1 +
arch/x86/include/asm/apb_timer.h | 22 +--
arch/x86/kernel/apb_timer.c | 409 ++++++------------------------------
drivers/clocksource/Kconfig | 3 +
drivers/clocksource/Makefile | 1 +
drivers/clocksource/dw_apb_timer.c | 401 +++++++++++++++++++++++++++++++++++
include/linux/dw_apb_timer.h | 56 +++++
7 files changed, 533 insertions(+), 360 deletions(-)
create mode 100644 drivers/clocksource/dw_apb_timer.c
create mode 100644 include/linux/dw_apb_timer.h
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-02 1:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-02 1:14 [GIT PULL] Clocksource change for 3.1 john stultz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.