[GIT PULL] Clocksource change for 3.1

From: john stultz
Date: Fri Jul 01 2011 - 21:15:06 EST


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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/