mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	barebox@lists.infradead.org,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Subject: [PATCH 0/3] Marvell MVEBU OF clock providers
Date: Thu, 15 Aug 2013 15:24:16 +0200	[thread overview]
Message-ID: <1376573059-15055-1-git-send-email-sebastian.hesselbarth@gmail.com> (raw)

This patch set adds OF clock providers for core clocks and clock gates found
on Marvell MVEBU SoCs (Armada 370, Armada XP, Dove, and Kirkwood). The code
has been adopted for Barebox from Linux clock providers.

Patch 1 adds a missing clocks property to the timer node of Dove DT.
Patch 2 adds OF clock providers for the four SoCs above.
Patch 3 coverts Dove SoC init to DT probed devices only.

The patches have been tested on SolidRun CuBox for Dove. Other SoCs are
compile tested only as they have not been ported to DT, yet (Armada 370
has, but shares SoC init with Armada XP which has not).

Sebastian Hesselbarth (3):
  ARM: dove: add missing clocks property to timer node
  clk: mvebu: add OF clock providers for Marvell MVEBU SoCs
  ARM: dove: remove temporary clock and non-DT device probing

 arch/arm/Kconfig               |    1 +
 arch/arm/dts/dove.dtsi         |    3 +-
 arch/arm/mach-mvebu/dove.c     |   58 ----------
 drivers/clk/Makefile           |    1 +
 drivers/clk/mvebu/Makefile     |    5 +
 drivers/clk/mvebu/armada-370.c |  160 ++++++++++++++++++++++++++++
 drivers/clk/mvebu/armada-xp.c  |  194 ++++++++++++++++++++++++++++++++++
 drivers/clk/mvebu/common.c     |  208 +++++++++++++++++++++++++++++++++++++
 drivers/clk/mvebu/common.h     |   70 +++++++++++++
 drivers/clk/mvebu/dove.c       |  179 ++++++++++++++++++++++++++++++++
 drivers/clk/mvebu/kirkwood.c   |  224 ++++++++++++++++++++++++++++++++++++++++
 11 files changed, 1044 insertions(+), 59 deletions(-)
 create mode 100644 drivers/clk/mvebu/Makefile
 create mode 100644 drivers/clk/mvebu/armada-370.c
 create mode 100644 drivers/clk/mvebu/armada-xp.c
 create mode 100644 drivers/clk/mvebu/common.c
 create mode 100644 drivers/clk/mvebu/common.h
 create mode 100644 drivers/clk/mvebu/dove.c
 create mode 100644 drivers/clk/mvebu/kirkwood.c

---
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Cc: barebox@lists.infradead.org
-- 
1.7.2.5


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-08-15 13:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-15 13:24 Sebastian Hesselbarth [this message]
2013-08-15 13:24 ` [PATCH 1/3] ARM: dove: add missing clocks property to timer node Sebastian Hesselbarth
2013-08-15 13:24 ` [PATCH 2/3] clk: mvebu: add OF clock providers for Marvell MVEBU SoCs Sebastian Hesselbarth
2013-08-15 13:24 ` [PATCH 3/3] ARM: dove: remove temporary clock and non-DT device probing Sebastian Hesselbarth
2013-08-16 14:00 ` [PATCH 0/3] Marvell MVEBU OF clock providers Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1376573059-15055-1-git-send-email-sebastian.hesselbarth@gmail.com \
    --to=sebastian.hesselbarth@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=thomas.petazzoni@free-electrons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox