All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Enable CMT and TMU for DT
@ 2013-03-08 11:29 ` Bastian Hecht
  0 siblings, 0 replies; 22+ messages in thread
From: Bastian Hecht @ 2013-03-08 11:29 UTC (permalink / raw)
  To: linux-arm-kernel

This is the sequel to "[PATCH 0/3] Add OF support to CMT driver - bindings
discussion".

I moved to a general bindings definition for all timer devices and realized
it for CMT and TMU.

For MTU2 I unfortunately got no hardware and no datasheet, so the DT
implementation is postponed.
For TMU there is no DT version for the INTCS available, so this is untested. As
the code is so similar to the CMT driver, I decided to trust in the code
regardless.

In this version r8a7740 moves the CMT10 to DT too.

Based on Simon Hormans topic/all+next.
I can rebase patches 6 and 7 on topic/intc-of as well.

Cheers,

 Bastian

Bastian Hecht (7):
  ARM: shmobile: Define DT bindings for timer devices
  clocksource: sh_cmt: Add OF support
  clocksource: sh_tmu: Add OF support
  ARM: shmobile: sh73a0: Add timer DT names to clock list
  ARM: mach-shmobile: sh73a0: Setup the timer CMT10 using DT
  ARM: shmobile: r8a7740: Add DT name to clock list for CMT10
  ARM: mach-shmobile: r8a7740: Setup the timer CMT10 using DT

 .../devicetree/bindings/timer/renesas,timer.txt    |   45 ++++++++
 arch/arm/boot/dts/sh73a0.dtsi                      |   11 ++
 arch/arm/mach-shmobile/clock-r8a7740.c             |    1 +
 arch/arm/mach-shmobile/clock-sh73a0.c              |    3 +
 arch/arm/mach-shmobile/setup-r8a7740.c             |   33 ------
 arch/arm/mach-shmobile/setup-sh73a0.c              |   32 ------
 drivers/clocksource/sh_cmt.c                       |  109 +++++++++++++++++---
 drivers/clocksource/sh_tmu.c                       |   94 +++++++++++++++--
 8 files changed, 239 insertions(+), 89 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/timer/renesas,timer.txt

-- 
1.7.9.5


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

end of thread, other threads:[~2013-03-11 11:36 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-08 11:29 [PATCH v2 0/7] Enable CMT and TMU for DT Bastian Hecht
2013-03-08 11:29 ` Bastian Hecht
2013-03-08 11:29 ` [PATCH v2 1/7] ARM: shmobile: Define DT bindings for timer devices Bastian Hecht
2013-03-08 11:29   ` Bastian Hecht
2013-03-08 11:29 ` [PATCH v2 2/7] clocksource: sh_cmt: Add OF support Bastian Hecht
2013-03-08 11:29   ` Bastian Hecht
2013-03-08 11:29 ` [PATCH v2 3/7] clocksource: sh_tmu: " Bastian Hecht
2013-03-08 11:29   ` Bastian Hecht
2013-03-11 11:36   ` Bastian Hecht
2013-03-11 11:36     ` Bastian Hecht
2013-03-08 11:29 ` [PATCH v2 4/7] ARM: shmobile: sh73a0: Add timer DT names to clock list Bastian Hecht
2013-03-08 11:29   ` Bastian Hecht
2013-03-08 11:29 ` [PATCH v2 5/7] ARM: mach-shmobile: sh73a0: Setup the timer CMT10 using DT Bastian Hecht
2013-03-08 11:29   ` Bastian Hecht
2013-03-11  0:17   ` Kuninori Morimoto
2013-03-11  0:17     ` Kuninori Morimoto
2013-03-11 11:33     ` Bastian Hecht
2013-03-11 11:33       ` Bastian Hecht
2013-03-08 11:29 ` [PATCH v2 6/7] ARM: shmobile: r8a7740: Add DT name to clock list for CMT10 Bastian Hecht
2013-03-08 11:29   ` Bastian Hecht
2013-03-08 11:29 ` [PATCH v2 7/7] ARM: mach-shmobile: r8a7740: Setup the timer CMT10 using DT Bastian Hecht
2013-03-08 11:29   ` Bastian Hecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.