linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 00/13] Renesas ARM Based SoC Updates for v3.15
Date: Thu, 06 Feb 2014 06:21:05 +0000	[thread overview]
Message-ID: <cover.1391666228.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

please consider these Renesas ARM based SoC updates for v3.15.

This pull request is based on "Renesas CPG update for v3.15",
tagged as renesas-cpg-for-v3.15, which I am also sending a pull request for
today. The reason for the dependency is to provide driver support for
the "Wait for status on selected MSTP clocks" patches in this pull-request.
These are correctness fixes.


The following changes since commit a028c6da34d434e35ba8322568c756ea97ff3c18:

  ARM: shmobile: wait for MSTP clock status to toggle, when enabling it (2014-02-04 10:22:39 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-for-v3.15

for you to fetch changes up to 012a7069b5a10a0851584d71a1facdc40a972319:

  ARM: shmobile: r8a7790: Add PCI USB host clock support (2014-02-04 10:25:03 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Updates for v3.15

* r7s72100 SoC (RZ/A1H)
  - Add i2c clocks (portion missing from previous patch due to miss-merge)

* r8a7791 (R-Car M2)
  - Add SATA clocks
  - Add ZS clock
  - Wait for status on all MSTP clocks
 -- Add I2C and VIN clocks

* r8a7790 (R-Car H2)
  - Add PCI USB host clock support
  - Add Audio DMAC, SATA and VIN clocks
  - Add Audio DMAC support

* r8a7779 (R-Car H1)
  - Wait for status on selected MSTP clocks

----------------------------------------------------------------
Kuninori Morimoto (2):
      ARM: shmobile: r8a7790: add Audio DMAC clock
      ARM: shmobile: r8a7790: add Audio DMAC support

Laurent Pinchart (1):
      ARM: shmobile: r8a7779: Wait for status on selected MSTP clocks

Shinya Kuribayashi (2):
      ARM: shmobile: r8a7790: Wait for status on all MSTP clocks
      ARM: shmobile: r8a7791: Wait for status on all MSTP clocks

Valentine Barshak (7):
      ARM: shmobile: r8a7791: Add I2C clocks
      ARM: shmobile: r8a7791: Add VIN clocks
      ARM: shmobile: r8a7790: Add VIN clock support
      ARM: shmobile: r8a7790: Add SATA clocks
      ARM: shmobile: r8a7791: Add ZS clock
      ARM: shmobile: r8a7791: Add SATA clocks
      ARM: shmobile: r8a7790: Add PCI USB host clock support

Wolfram Sang (1):
      ARM: shmobile: r7s72100: really add i2c clocks

 arch/arm/mach-shmobile/clock-r7s72100.c       |   4 +
 arch/arm/mach-shmobile/clock-r8a7779.c        |  20 ++--
 arch/arm/mach-shmobile/clock-r8a7790.c        | 140 ++++++++++++++++----------
 arch/arm/mach-shmobile/clock-r8a7791.c        |  81 +++++++++++----
 arch/arm/mach-shmobile/include/mach/r8a7790.h |  25 +++++
 arch/arm/mach-shmobile/setup-r8a7790.c        |  90 +++++++++++++++++
 6 files changed, 275 insertions(+), 85 deletions(-)

             reply	other threads:[~2014-02-06  6:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-06  6:21 Simon Horman [this message]
2014-02-06  6:20 ` [PATCH 01/13] ARM: shmobile: r8a7779: Wait for status on selected MSTP clocks Simon Horman
2014-02-06  6:20 ` [PATCH 02/13] ARM: shmobile: r8a7790: Wait for status on all " Simon Horman
2014-02-06  6:21 ` [PATCH 03/13] ARM: shmobile: r8a7791: Add I2C clocks Simon Horman
2014-02-06  6:21 ` [PATCH 04/13] ARM: shmobile: r8a7791: Add VIN clocks Simon Horman
2014-02-06  6:21 ` [PATCH 05/13] ARM: shmobile: r8a7791: Wait for status on all MSTP clocks Simon Horman
2014-02-06  6:21 ` [PATCH 06/13] ARM: shmobile: r8a7790: add Audio DMAC clock Simon Horman
2014-02-06  6:21 ` [PATCH 07/13] ARM: shmobile: r8a7790: add Audio DMAC support Simon Horman
2014-02-06  6:21 ` [PATCH 08/13] ARM: shmobile: r8a7790: Add VIN clock support Simon Horman
2014-02-06  6:21 ` [PATCH 09/13] ARM: shmobile: r8a7790: Add SATA clocks Simon Horman
2014-02-06  6:21 ` [PATCH 10/13] ARM: shmobile: r8a7791: Add ZS clock Simon Horman
2014-02-06  6:21 ` [PATCH 11/13] ARM: shmobile: r8a7791: Add SATA clocks Simon Horman
2014-02-06  6:21 ` [PATCH 12/13] ARM: shmobile: r7s72100: really add i2c clocks Simon Horman
2014-02-06  6:21 ` [PATCH 13/13] ARM: shmobile: r8a7790: Add PCI USB host clock support Simon Horman
2014-02-20  8:37 ` [GIT PULL 00/13] Renesas ARM Based SoC Updates for v3.15 Olof Johansson

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