linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] move arm dual timer into drivers/clocksource
@ 2014-08-01  3:58 Kefeng Wang
  2014-08-01  3:58 ` [PATCH 1/3] ARM: remove unnecessary include arm_timer.h and timer-sp.h Kefeng Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kefeng Wang @ 2014-08-01  3:58 UTC (permalink / raw)
  To: linux-arm-kernel

Kefeng Wang (3):
  ARM: remove unnecessary include arm_timer.h and timer-sp.h
  clocksource: move arm dual timer into drivers/clocksource
  clocksouce: sp804: use pr_fmt for logging

 arch/arm/Kconfig                          |   5 -
 arch/arm/common/Makefile                  |   1 -
 arch/arm/common/timer-sp.c                | 304 -----------------------------
 arch/arm/include/asm/hardware/arm_timer.h |  35 ----
 arch/arm/include/asm/hardware/timer-sp.h  |  23 ---
 arch/arm/mach-integrator/integrator_ap.c  |   2 +-
 arch/arm/mach-nspire/nspire.c             |   2 -
 arch/arm/mach-realview/core.c             |   5 +-
 arch/arm/mach-versatile/core.c            |   5 +-
 arch/arm/mach-vexpress/ct-ca9x4.c         |   3 -
 arch/arm/mach-vexpress/v2m.c              |   5 +-
 drivers/clocksource/Kconfig               |   7 +
 drivers/clocksource/Makefile              |   1 +
 drivers/clocksource/timer-sp.c            | 307 ++++++++++++++++++++++++++++++
 include/clocksource/arm_timer.h           |  35 ++++
 include/clocksource/timer-sp.h            |  23 +++
 16 files changed, 383 insertions(+), 380 deletions(-)
 delete mode 100644 arch/arm/common/timer-sp.c
 delete mode 100644 arch/arm/include/asm/hardware/arm_timer.h
 delete mode 100644 arch/arm/include/asm/hardware/timer-sp.h
 create mode 100644 drivers/clocksource/timer-sp.c
 create mode 100644 include/clocksource/arm_timer.h
 create mode 100644 include/clocksource/timer-sp.h

-- 
1.7.12.4

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

end of thread, other threads:[~2014-09-09 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01  3:58 [PATCH 0/3] move arm dual timer into drivers/clocksource Kefeng Wang
2014-08-01  3:58 ` [PATCH 1/3] ARM: remove unnecessary include arm_timer.h and timer-sp.h Kefeng Wang
2014-08-01  3:58 ` [PATCH 2/3] clocksource: move arm dual timer into drivers/clocksource Kefeng Wang
2014-08-01  3:58 ` [PATCH 3/3] clocksouce: sp804: use pr_fmt for logging Kefeng Wang
2014-09-09 15:17 ` [PATCH 0/3] move arm dual timer into drivers/clocksource Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).