linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm_arch_timer: VDSO preparation, code consolidation
@ 2014-08-22 21:43 Nathan Lynch
  2014-08-22 21:43 ` [PATCH 1/4] clocksource: arm_arch_timer: change clocksource name if CP15 unavailable Nathan Lynch
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Nathan Lynch @ 2014-08-22 21:43 UTC (permalink / raw)
  To: linux-arm-kernel

This series contains the necessary changes to allow architected timer
access from user-space on 32-bit ARM.  This allows the VDSO to support
high resolution timestamps for clock_gettime and gettimeofday.  This
also merges substantially similar code from arm and arm64 into the
core arm_arch_timer driver.

These patches have been carried as part of the ARM VDSO patch set over
the last several months, but I am splitting them out here as I assume
they should go through the clocksource maintainer.

Nathan Lynch (4):
  clocksource: arm_arch_timer: change clocksource name if CP15
    unavailable
  clocksource: arm_arch_timer: enable counter access for 32-bit ARM
  ARM: arch_timer: remove unused functions
  arm64: arch_timer: remove unused functions

 arch/arm/include/asm/arch_timer.h    | 25 -------------------
 arch/arm64/include/asm/arch_timer.h  | 31 -----------------------
 drivers/clocksource/arm_arch_timer.c | 48 +++++++++++++++++++++++++++++++++---
 3 files changed, 44 insertions(+), 60 deletions(-)

-- 
1.9.3

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 21:43 [PATCH 0/4] arm_arch_timer: VDSO preparation, code consolidation Nathan Lynch
2014-08-22 21:43 ` [PATCH 1/4] clocksource: arm_arch_timer: change clocksource name if CP15 unavailable Nathan Lynch
2014-08-22 21:43 ` [PATCH 2/4] clocksource: arm_arch_timer: enable counter access for 32-bit ARM Nathan Lynch
2014-08-22 21:43 ` [PATCH 3/4] ARM: arch_timer: remove unused functions Nathan Lynch
2014-08-22 21:43 ` [PATCH 4/4] arm64: " Nathan Lynch
2014-08-26 16:24   ` Catalin Marinas
2014-09-03 14:09 ` [PATCH 0/4] arm_arch_timer: VDSO preparation, code consolidation Nathan Lynch

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