linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/4] Memory mapped architected timers
@ 2013-04-13  0:27 Stephen Boyd
  2013-04-13  0:27 ` [PATCHv2 1/4] Documentation: Add memory mapped ARM architected timer binding Stephen Boyd
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Stephen Boyd @ 2013-04-13  0:27 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds support for memory mapped architected timers. We
don't have any other global broadcast timer in our system, so we use the
mmio timer during low power modes. The first patch is the binding.
The next two patches lay some groundwork so that the last patch is simpler.
The final patch adds support for mmio timers.

Patches are based on a recent patch from Mark that removes the
physical count reading (clocksource: arch_timer: use virtual counter,
message id <1364404312-4427-4-git-send-email-mark.rutland@arm.com>).

Updates since v1:
 * Assigned counter reading function and commented why for arm64
 * Updated DT binding to replace frame-id with frame-number and use status
   property

Stephen Boyd (4):
  Documentation: Add memory mapped ARM architected timer binding
  ARM: arch_timers: Pass clock event to set_mode callback
  clocksource: arch_timer: Push the read/write wrappers deeper
  clocksource: arch_timer: Add support for memory mapped timers

 .../devicetree/bindings/arm/arch_timer.txt         |  59 ++-
 arch/arm/include/asm/arch_timer.h                  |   5 +-
 arch/arm64/include/asm/arch_timer.h                |   4 +-
 drivers/clocksource/arm_arch_timer.c               | 455 +++++++++++++++++----
 include/clocksource/arm_arch_timer.h               |   4 +-
 5 files changed, 449 insertions(+), 78 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

end of thread, other threads:[~2013-04-26 11:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13  0:27 [PATCHv2 0/4] Memory mapped architected timers Stephen Boyd
2013-04-13  0:27 ` [PATCHv2 1/4] Documentation: Add memory mapped ARM architected timer binding Stephen Boyd
2013-04-15 21:20   ` Rob Herring
2013-04-15 21:33     ` Stephen Boyd
2013-04-25 18:35       ` Stephen Boyd
2013-04-25 21:47       ` Rob Herring
2013-04-25 22:48         ` Stephen Boyd
2013-04-25 23:06           ` Rob Herring
2013-04-25 23:25             ` Stephen Boyd
2013-04-26 11:09             ` Mark Rutland
2013-04-13  0:27 ` [PATCHv2 2/4] ARM: arch_timers: Pass clock event to set_mode callback Stephen Boyd
2013-04-13  0:27 ` [PATCHv2 3/4] clocksource: arch_timer: Push the read/write wrappers deeper Stephen Boyd
2013-04-13  0:27 ` [PATCHv2 4/4] clocksource: arch_timer: Add support for memory mapped timers Stephen Boyd

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).