devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] U300 device tree clocks
@ 2013-05-23 17:31 Linus Walleij
       [not found] ` <1369330288-14856-1-git-send-email-linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Linus Walleij @ 2013-05-23 17:31 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring,
	Mike Turquette
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

From: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

The following patch set converts all the U300 clocks to be probed
from the device tree. We first move the syscon memory range to the
device tree, then we group the clocks under it.

This goes on top of the previous device tree and multiplatform
series for the U300.

Linus Walleij (6):
  ARM: u300: add syscon node
  ARM: u300: remove register definition file
  clk: move the U300 fixed and fixed-factor to DT
  i2c: stu300: do not request a specific clock name
  ARM: u300: move the gated system controller clocks to DT
  ARM: u300: convert MMC/SD clock to device tree

 Documentation/devicetree/bindings/arm/ste-u300.txt |  30 +-
 .../bindings/clock/ste-u300-syscon-clock.txt       |  80 +++++
 arch/arm/boot/dts/ste-u300.dts                     | 204 +++++++++++
 arch/arm/mach-u300/core.c                          | 135 +++++++-
 arch/arm/mach-u300/regulator.c                     |  21 +-
 arch/arm/mach-u300/timer.c                         |   2 +-
 arch/arm/mach-u300/u300-regs.h                     | 165 ---------
 drivers/clk/clk-u300.c                             | 375 +++++++++++++--------
 drivers/i2c/busses/i2c-stu300.c                    |   4 +-
 9 files changed, 702 insertions(+), 314 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/ste-u300-syscon-clock.txt
 delete mode 100644 arch/arm/mach-u300/u300-regs.h

-- 
1.7.11.3

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

end of thread, other threads:[~2013-05-30 19:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 17:31 [PATCH 0/6] U300 device tree clocks Linus Walleij
     [not found] ` <1369330288-14856-1-git-send-email-linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
2013-05-23 17:31   ` [PATCH 1/6] ARM: u300: add syscon node Linus Walleij
2013-05-23 17:31   ` [PATCH 3/6] clk: move the U300 fixed and fixed-factor to DT Linus Walleij
     [not found]     ` <1369330288-14856-4-git-send-email-linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
2013-05-30 19:00       ` Mike Turquette
2013-05-23 17:31   ` [PATCH 4/6] i2c: stu300: do not request a specific clock name Linus Walleij
2013-05-23 23:09     ` Wolfram Sang
2013-05-23 17:31   ` [PATCH 5/6] ARM: u300: move the gated system controller clocks to DT Linus Walleij
     [not found]     ` <1369330288-14856-6-git-send-email-linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
2013-05-30 19:06       ` Mike Turquette
2013-05-23 17:31 ` [PATCH 2/6] ARM: u300: remove register definition file Linus Walleij
2013-05-23 17:31 ` [PATCH 6/6] ARM: u300: convert MMC/SD clock to device tree Linus Walleij
     [not found]   ` <1369330288-14856-7-git-send-email-linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
2013-05-30 19:07     ` Mike Turquette

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