linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] Consolidate simple ARM MMIO clock sources
@ 2011-05-10  7:27 Russell King - ARM Linux
  2011-05-10  7:27 ` [PATCH 01/13] Make clocksource name const Russell King - ARM Linux
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Russell King - ARM Linux @ 2011-05-10  7:27 UTC (permalink / raw)
  To: linux-arm-kernel, John Stultz, Thomas Gleixner
  Cc: Kukjin Kim, Eric Miao, Linus Walleij, Erik Gilling, Nicolas Pitre,
	Tony Lindgren, Krzysztof Halasa, linux-omap, Hans J. Koch,
	Sascha Hauer, Colin Cross, Olof Johansson, Imre Kaloz,
	Wan ZongShun, Lennert Buytenhek, Alessandro Rubini

In a similar light to the i8253 series, this consolidates 17 ARM
MMIO counter clocksources into a single common implementation.  This
common implementation caters for 32-bit and 16-bit register access
sizes, up and down counters, and various bit sizes of those counters.

Patch 1 is already in John Stultz tree, but is included for
completeness and to get rid of a build warning.

 arch/arm/Kconfig                         |   14 ++++++
 arch/arm/common/timer-sp.c               |   22 +--------
 arch/arm/mach-integrator/Kconfig         |    1 +
 arch/arm/mach-integrator/integrator_ap.c |   21 +-------
 arch/arm/mach-ixp4xx/common.c            |   16 +------
 arch/arm/mach-lpc32xx/timer.c            |   17 +------
 arch/arm/mach-mxs/timer.c                |   20 +++-----
 arch/arm/mach-netx/time.c                |   16 +------
 arch/arm/mach-omap1/time.c               |   69 +++++++++-------------------
 arch/arm/mach-pxa/time.c                 |   17 +------
 arch/arm/mach-sa1100/time.c              |   24 ++--------
 arch/arm/mach-tcc8k/time.c               |   16 +------
 arch/arm/mach-tegra/timer.c              |   16 +------
 arch/arm/mach-u300/timer.c               |   18 +------
 arch/arm/mach-w90x900/time.c             |   17 +------
 arch/arm/plat-mxc/epit.c                 |   18 +-------
 arch/arm/plat-mxc/time.c                 |   38 +++-------------
 arch/arm/plat-nomadik/Kconfig            |    1 +
 arch/arm/plat-nomadik/timer.c            |   31 +------------
 arch/arm/plat-omap/Kconfig               |    1 +
 arch/arm/plat-orion/time.c               |   21 +--------
 arch/arm/plat-s5p/s5p-time.c             |   58 +++++++-----------------
 arch/arm/plat-spear/time.c               |   16 +------
 drivers/Kconfig                          |    3 +
 drivers/clocksource/Kconfig              |    2 +
 drivers/clocksource/Makefile             |    1 +
 drivers/clocksource/mmio.c               |   72 ++++++++++++++++++++++++++++++
 include/linux/clocksource.h              |   10 ++++-
 28 files changed, 194 insertions(+), 382 deletions(-)

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

end of thread, other threads:[~2011-05-12  8:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10  7:27 [PATCH 00/13] Consolidate simple ARM MMIO clock sources Russell King - ARM Linux
2011-05-10  7:27 ` [PATCH 01/13] Make clocksource name const Russell King - ARM Linux
2011-05-10  7:28 ` [PATCH 03/13] ARM: omap1: delete useless interrupt handler Russell King - ARM Linux
2011-05-10 12:49   ` Kevin Hilman
2011-05-12  7:25     ` Tony Lindgren
2011-05-10  7:28 ` [PATCH 04/13] ARM: omap1: convert to using readl/writel instead of volatile struct Russell King - ARM Linux
2011-05-12  7:45   ` Tony Lindgren
2011-05-10  7:29 ` [PATCH 06/13] clocksource: add common mmio clocksource Russell King - ARM Linux
2011-05-10  8:38   ` Sascha Hauer
2011-05-10  8:46     ` Russell King - ARM Linux
2011-05-12  7:43       ` Tony Lindgren
2011-05-10  9:59   ` Russell King - ARM Linux
2011-05-11  8:15   ` viresh kumar
2011-05-11  8:35   ` [PATCH 06/13 v2] " Russell King - ARM Linux
2011-05-12  8:03   ` [PATCH 06/13] " Thomas Gleixner
2011-05-10  7:34 ` [PATCH 13/13] clocksource: convert OMAP1 to 32-bit down counting clocksource Russell King - ARM Linux
2011-05-12  7:46   ` Tony Lindgren

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