The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCHv2 0/2] Permit reuse of APB timers on other platforms
@ 2011-04-08 14:33 Jamie Iles
  2011-04-08 14:33 ` [PATCHv2 1/2] x86, mrst: share APB timer code with " Jamie Iles
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jamie Iles @ 2011-04-08 14:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: johnstul, tglx, jacob.jun.pan, Jamie Iles

This patch series splits out the DesignWare APB timer handling into
clocksource and clockevent drivers then allows different platforms to reuse
them.  The Synopsys timers can be found in x86, ARM and potentially other
architectures.

Here's the updated patch series which Jacob has had running on his x86
platform and I have working on a currently out-of-tree ARM platform.

Many thanks to Jacob for the testing (and fixing) to get this running on
x86.

Jamie Iles (2):
  x86, mrst: share APB timer code with other platforms
  clocksource: platform driver for APB timers

 arch/x86/Kconfig                            |    1 +
 arch/x86/include/asm/apb_timer.h            |   22 +--
 arch/x86/kernel/apb_timer.c                 |  421 +++++----------------------
 drivers/Kconfig                             |    2 +
 drivers/clocksource/Kconfig                 |   11 +
 drivers/clocksource/Makefile                |    2 +
 drivers/clocksource/dw_apb_timer.c          |  322 ++++++++++++++++++++
 drivers/clocksource/dw_apb_timer_platform.c |  173 +++++++++++
 include/linux/dw_apb_timer.h                |  129 ++++++++
 9 files changed, 714 insertions(+), 369 deletions(-)
 create mode 100644 drivers/clocksource/Kconfig
 create mode 100644 drivers/clocksource/dw_apb_timer.c
 create mode 100644 drivers/clocksource/dw_apb_timer_platform.c
 create mode 100644 include/linux/dw_apb_timer.h

-- 
1.7.4.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-04-11 17:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 14:33 [PATCHv2 0/2] Permit reuse of APB timers on other platforms Jamie Iles
2011-04-08 14:33 ` [PATCHv2 1/2] x86, mrst: share APB timer code with " Jamie Iles
2011-04-08 22:03   ` jacob pan
2011-04-08 22:55     ` Jamie Iles
2011-04-11 17:35       ` jacob pan
2011-04-08 14:33 ` [PATCHv2 2/2] clocksource: platform driver for APB timers Jamie Iles
2011-04-08 17:36 ` [PATCHv2 0/2] Permit reuse of APB timers on other platforms jacob pan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox