linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Renesas ARM Based SoC r7s72100-ccf Updates for v3.16
Date: Fri, 16 May 2014 09:58:33 +0900	[thread overview]
Message-ID: <cover.1400201383.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC r7s72100-ccf updates for v3.16.

This pull request is based on Renesas SoC Clock Cleanups for v3.16,
such requests, tagged as renesas-clock-cleanup2-for-v3.16,
which I have already sent a pull-request for.


This series includes dependencies that do not fit easily into the usual
inter-branch dependencies and as such I have grouped them together in a
single branch.


The following changes since commit c17fcfbcc0f6b4f3cae761149e1a6108dd6750e7:

  ARM: shmobile: r7s72100: Switch to new style MTU2 device (2014-05-11 19:35:28 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-r7s72100-ccf-for-v3.16

for you to fetch changes up to 9fbb1ae01b878e2cce9626fa6fdc9e5dcefeb6b5:

  ARM: shmobile: r7s72100: use workaround for non DT-clocks (2014-05-14 11:42:55 +0900)

----------------------------------------------------------------
Renesas ARM Based r7s72100 SoC CCF Updates for v3.16

r7s72100 (RZ/A1H) SoC and its Genmai board
* Add and use CCF support
* Initislise SCIF, I2C and SPI via DT

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: Add forward declaration of struct clk to silence warning

Wolfram Sang (11):
      ARM: shmobile: r7s72100: document MSTP clock support
      ARM: shmobile: r7s72100: add essential clock nodes to dtsi
      ARM: shmobile: r7s72100: genmai: populate nodes for external clocks
      ARM: shmobile: r7s72100: add scif nodes to dtsi
      ARM: shmobile: r7s72100: genmai: add uart alias and activate scif2 as console
      ARM: shmobile: r7s72100: genmai: platform scif devices only for legacy support
      ARM: shmobile: r7s72100: add i2c clocks to dtsi
      ARM: shmobile: r7s72100: remove I2C DT clocks from legacy clock support
      ARM: shmobile: r7s72100: add spi clocks to dtsi
      ARM: shmobile: r7s72100: remove SPI DT clocks from legacy clock support
      ARM: shmobile: r7s72100: use workaround for non DT-clocks

 .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
 arch/arm/boot/dts/r7s72100-genmai-reference.dts    |  19 +-
 arch/arm/boot/dts/r7s72100.dtsi                    | 215 ++++++++++++++++++++-
 arch/arm/mach-shmobile/board-genmai-reference.c    |  14 +-
 arch/arm/mach-shmobile/board-genmai.c              |  44 +++++
 arch/arm/mach-shmobile/clock-r7s72100.c            |   9 -
 arch/arm/mach-shmobile/include/mach/clock.h        |   1 +
 arch/arm/mach-shmobile/setup-r7s72100.c            |  43 -----
 include/dt-bindings/clock/r7s72100-clock.h         |  41 ++++
 9 files changed, 331 insertions(+), 56 deletions(-)
 create mode 100644 include/dt-bindings/clock/r7s72100-clock.h

             reply	other threads:[~2014-05-16  0:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-16  0:58 Simon Horman [this message]
2014-05-16  0:58 ` [PATCH 01/12] ARM: shmobile: r7s72100: document MSTP clock support Simon Horman
2014-05-16  0:58 ` [PATCH 02/12] ARM: shmobile: r7s72100: add essential clock nodes to dtsi Simon Horman
2014-05-16  0:58 ` [PATCH 03/12] ARM: shmobile: r7s72100: genmai: populate nodes for external clocks Simon Horman
2014-05-16  0:58 ` [PATCH 04/12] ARM: shmobile: r7s72100: add scif nodes to dtsi Simon Horman
2014-05-16  0:58 ` [PATCH 05/12] ARM: shmobile: r7s72100: genmai: add uart alias and activate scif2 as console Simon Horman
2014-05-16  0:58 ` [PATCH 06/12] ARM: shmobile: r7s72100: genmai: platform scif devices only for legacy support Simon Horman
2014-05-16  0:58 ` [PATCH 07/12] ARM: shmobile: r7s72100: add i2c clocks to dtsi Simon Horman
2014-05-16  0:58 ` [PATCH 08/12] ARM: shmobile: r7s72100: remove I2C DT clocks from legacy clock support Simon Horman
2014-05-16  0:58 ` [PATCH 09/12] ARM: shmobile: r7s72100: add spi clocks to dtsi Simon Horman
2014-05-16  0:58 ` [PATCH 10/12] ARM: shmobile: r7s72100: remove SPI DT clocks from legacy clock support Simon Horman
2014-05-16  0:58 ` [PATCH 11/12] ARM: shmobile: Add forward declaration of struct clk to silence warning Simon Horman
2014-05-16  0:58 ` [PATCH 12/12] ARM: shmobile: r7s72100: use workaround for non DT-clocks Simon Horman
2014-05-21 21:34 ` [GIT PULL] Renesas ARM Based SoC r7s72100-ccf Updates for v3.16 Olof Johansson
2014-05-21 22:55   ` Simon Horman

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=cover.1400201383.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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).