linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulrich Hecht <ulrich.hecht@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 0/4] ARM: shmobile: r8a7740 CCF implementation
Date: Tue, 22 Apr 2014 13:19:08 +0000	[thread overview]
Message-ID: <1398172752-30567-1-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)

Hi!

Here's an updated version of the r8a7740 CCF RFC. Changes include:

- added switchable input clocks to DIV6 driver
- added all clocks supported by the legacy clock framework
- moved board-specific stuff out of the dtsi
- added DT bindings documentation
- dumped r8a7740_clocks_init() in favor of a DT property
- worked in various other suggestions by Laurent

CU
Uli

Ulrich Hecht (4):
  clk: shmobile: div6: support selectable-input clocks
  ARM: shmobile: r8a7740: Add clocks to DTS
  ARM: shmobile: r8a7740: common clock framework board support
  clk: shmobile: Add R8A7740-specific clock support

 .../bindings/clock/renesas,cpg-div6-clocks.txt     |   8 +
 .../bindings/clock/renesas,r8a7740-cpg-clocks.txt  |  39 ++++
 .../boot/dts/r8a7740-armadillo800eva-reference.dts |  13 ++
 arch/arm/boot/dts/r8a7740.dtsi                     | 229 +++++++++++++++++++++
 .../board-armadillo800eva-reference.c              |  25 +++
 arch/arm/mach-shmobile/setup-r8a7740.c             |   2 +
 drivers/clk/shmobile/clk-div6.c                    |  19 +-
 drivers/clk/shmobile/clk-r8a7740.c                 | 196 ++++++++++++++++++
 include/dt-bindings/clock/r8a7740-clock.h          |  77 +++++++
 9 files changed, 607 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a7740-cpg-clocks.txt
 create mode 100644 drivers/clk/shmobile/clk-r8a7740.c
 create mode 100644 include/dt-bindings/clock/r8a7740-clock.h

-- 
1.8.4.5


                 reply	other threads:[~2014-04-22 13:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1398172752-30567-1-git-send-email-ulrich.hecht+renesas@gmail.com \
    --to=ulrich.hecht@gmail.com \
    --cc=linux-sh@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).