linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drivers: clocksource: add mmp timer driver
@ 2015-02-02  8:31 Chao Xie
  2015-02-02  8:31 ` [PATCH 1/4] clocksource: mmp: " Chao Xie
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Chao Xie @ 2015-02-02  8:31 UTC (permalink / raw)
  To: mark.rutland, daniel.lezcano, tglx, chao.xie, haojian.zhuang,
	linux-kernel, devicetree

From: Chao Xie <chao.xie@marvell.com>

These patch will create a new timer driver in drivers/clocksource/
The timer driver will support all SOCes in mach-mmp

There are two patches #2 and #3 changing the arch/mach-mmp to make
DT and no-DT supported SOCes to make use of new timer driver

The final patch will remove the old timer driver.

The patches are tested at pxa910 and mmp2(DT and no-DT support).
Because pxa168 is too old, and it is hard to find the board.
So only pass the compiling.

Chao Xie (4):
  clocksource: mmp: add mmp timer driver
  arm: mmp: make SOCes without DT use new timer driver
  arm: mmp: make SOCes with DT use new timer driver
  arm: mmp: remove the old timer driver

 .../devicetree/bindings/arm/mrvl/timer.txt         |  61 +-
 arch/arm/boot/dts/mmp2.dtsi                        |  19 +-
 arch/arm/boot/dts/pxa168.dtsi                      |  20 +-
 arch/arm/boot/dts/pxa910.dtsi                      |  26 +-
 arch/arm/mach-mmp/Kconfig                          |   2 +
 arch/arm/mach-mmp/Makefile                         |   2 +-
 arch/arm/mach-mmp/common.h                         |   2 -
 arch/arm/mach-mmp/mmp-dt.c                         |   4 +-
 arch/arm/mach-mmp/mmp2-dt.c                        |   4 +-
 arch/arm/mach-mmp/mmp2.c                           |  23 +-
 arch/arm/mach-mmp/pxa168.c                         |  23 +-
 arch/arm/mach-mmp/pxa910.c                         |  24 +-
 arch/arm/mach-mmp/time.c                           | 247 ------
 drivers/clocksource/Makefile                       |   1 +
 drivers/clocksource/timer-mmp.c                    | 837 +++++++++++++++++++++
 include/linux/mmp_timer.h                          |  40 +
 16 files changed, 1058 insertions(+), 277 deletions(-)
 delete mode 100644 arch/arm/mach-mmp/time.c
 create mode 100644 drivers/clocksource/timer-mmp.c
 create mode 100644 include/linux/mmp_timer.h

-- 
1.8.3.2


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

end of thread, other threads:[~2015-02-02 10:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-02  8:31 [PATCH 0/4] drivers: clocksource: add mmp timer driver Chao Xie
2015-02-02  8:31 ` [PATCH 1/4] clocksource: mmp: " Chao Xie
2015-02-02 10:34   ` Mark Rutland
2015-02-02  8:31 ` [PATCH 2/4] arm: mmp: make SOCes without DT use new " Chao Xie
2015-02-02  8:31 ` [PATCH 3/4] arm: mmp: make SOCes with " Chao Xie
2015-02-02  8:31 ` [PATCH 4/4] arm: mmp: remove the old " Chao Xie

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