From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 00/23] Renesas ARM-based SoC updates for v3.11
Date: Thu, 06 Jun 2013 07:38:40 +0000 [thread overview]
Message-ID: <20130606073840.GA19336@verge.net.au> (raw)
In-Reply-To: <1370503716-31155-1-git-send-email-horms+renesas@verge.net.au>
Apologies,
I thought I had testes this but I have discovered a build problem
relating to the absence of a clean-up patch. I will reshuffle this
pull request and the one for cleanups and repost.
On Thu, Jun 06, 2013 at 04:28:13PM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
>
> The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
>
> Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc-for-v3.11
>
> for you to fetch changes up to 022a815a9119270a485c4b00ea3dce4314605c35:
>
> ARM: shmobile: sh73a0: div4 clocks must check the kick bit before changing rate (2013-06-06 14:10:05 +0900)
>
> ----------------------------------------------------------------
> Renesas ARM-based SoC updates for v3.11
>
> * Increased clock coverage for r8a7740, r8a73a4, r8a7778 and r8a7790
> * Use fixed clock ratio for r8a7778
> * Always use shmobile_setup_delay for sh73a0
> * Add add CPUFreq support for sh73a0
> * Check kick bit before changing rate on sh73a0
> * Do not overwrite all div4 clock operations on sh73a0
>
> A very small cleanup patch, "ARM: shmobile: remove ";" from
> SH_FIXED_RATIO_CLK*() macro", is included as it a dependency
> of r8a7790 clock changes.
>
> ----------------------------------------------------------------
> Bastian Hecht (2):
> ARM: shmobile: r8a7740: Add interim sh-eth device name to clocks list
> ARM: shmobile: r8a7740: Add I2C DT clock names
>
> Guennadi Liakhovetski (4):
> ARM: shmobile: sh73a0: add support for adjusting CPU frequency
> ARM: shmobile: sh73a0: add CPUFreq support
> ARM: shmobile: sh73a0: do not overwrite all div4 clock operations
> ARM: shmobile: sh73a0: div4 clocks must check the kick bit before changing rate
>
> Kuninori Morimoto (12):
> ARM: shmobile: r8a7778: fixup Ether setup code position
> ARM: shmobile: r8a73a4: add main clock
> ARM: shmobile: r8a73a4: add pll clocks
> ARM: shmobile: r8a73a4: add div4 clocks
> ARM: shmobile: r8a73a4: add div6 clocks
> ARM: shmobile: r8a7778: use fixed ratio clock
> ARM: shmobile: r8a7778: add SDHI clock support
> ARM: shmobile: r8a7778: Register SDHI device
> ARM: shmobile: remove ";" from SH_FIXED_RATIO_CLK*() macro
> ARM: shmobile: r8a7790: add main clock
> ARM: shmobile: r8a7790: add div4 clocks
> ARM: shmobile: r8a7790: add div6 clocks
>
> Laurent Pinchart (3):
> ARM: shmobile: r8a7740: add TPU PWM support
> ARM: shmobile: r8a7790: Make private clock arrays static
> ARM: shmobile: r8a7790: add TPU PWM support
>
> Magnus Damm (1):
> ARM: shmobile: sh73a0: Always use shmobile_setup_delay()
>
> Phil Edworthy (1):
> ARM: shmobile: r8a7779: Add PCIe clocks
>
> arch/arm/mach-shmobile/Kconfig | 2 +
> arch/arm/mach-shmobile/clock-r8a73a4.c | 375 ++++++++++++++++++++++++--
> arch/arm/mach-shmobile/clock-r8a7740.c | 7 +-
> arch/arm/mach-shmobile/clock-r8a7778.c | 156 ++++++++++-
> arch/arm/mach-shmobile/clock-r8a7779.c | 4 +-
> arch/arm/mach-shmobile/clock-r8a7790.c | 238 +++++++++++++++-
> arch/arm/mach-shmobile/clock-sh73a0.c | 111 +++++++-
> arch/arm/mach-shmobile/include/mach/clock.h | 4 +-
> arch/arm/mach-shmobile/include/mach/r8a7778.h | 2 +
> arch/arm/mach-shmobile/setup-r8a7778.c | 52 +++-
> arch/arm/mach-shmobile/setup-sh73a0.c | 16 +-
> 11 files changed, 906 insertions(+), 61 deletions(-)
>
> --
> 1.8.2.1
>
prev parent reply other threads:[~2013-06-06 7:38 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-06 7:28 [GIT PULL 00/23] Renesas ARM-based SoC updates for v3.11 Simon Horman
2013-06-06 7:28 ` [PATCH 01/23] ARM: shmobile: r8a7778: fixup Ether setup code position Simon Horman
2013-06-06 7:28 ` [PATCH 02/23] ARM: shmobile: r8a7740: Add interim sh-eth device name to clocks list Simon Horman
2013-06-06 7:28 ` [PATCH 03/23] ARM: shmobile: r8a7740: Add I2C DT clock names Simon Horman
2013-06-06 7:28 ` [PATCH 04/23] ARM: shmobile: r8a7740: add TPU PWM support Simon Horman
2013-06-06 7:28 ` [PATCH 05/23] ARM: shmobile: r8a73a4: add main clock Simon Horman
2013-06-06 7:28 ` [PATCH 06/23] ARM: shmobile: r8a73a4: add pll clocks Simon Horman
2013-06-06 7:28 ` [PATCH 07/23] ARM: shmobile: r8a73a4: add div4 clocks Simon Horman
2013-06-06 7:28 ` [PATCH 08/23] ARM: shmobile: r8a73a4: add div6 clocks Simon Horman
2013-06-06 7:28 ` [PATCH 09/23] ARM: shmobile: r8a7779: Add PCIe clocks Simon Horman
2013-06-06 7:28 ` [PATCH 10/23] ARM: shmobile: r8a7778: use fixed ratio clock Simon Horman
2013-06-06 7:28 ` [PATCH 11/23] ARM: shmobile: r8a7778: add SDHI clock support Simon Horman
2013-06-06 7:28 ` [PATCH 12/23] ARM: shmobile: r8a7778: Register SDHI device Simon Horman
2013-06-06 7:28 ` [PATCH 13/23] ARM: shmobile: remove ";" from SH_FIXED_RATIO_CLK*() macro Simon Horman
2013-06-06 7:28 ` [PATCH 14/23] ARM: shmobile: r8a7790: add main clock Simon Horman
2013-06-06 7:28 ` [PATCH 15/23] ARM: shmobile: r8a7790: add div4 clocks Simon Horman
2013-06-06 7:28 ` [PATCH 16/23] ARM: shmobile: r8a7790: add div6 clocks Simon Horman
2013-06-06 7:28 ` [PATCH 17/23] ARM: shmobile: r8a7790: Make private clock arrays static Simon Horman
2013-06-06 7:28 ` [PATCH 18/23] ARM: shmobile: r8a7790: add TPU PWM support Simon Horman
2013-06-06 7:28 ` [PATCH 19/23] ARM: shmobile: sh73a0: add support for adjusting CPU frequency Simon Horman
2013-06-06 7:28 ` [PATCH 20/23] ARM: shmobile: sh73a0: add CPUFreq support Simon Horman
2013-06-06 7:28 ` [PATCH 21/23] ARM: shmobile: sh73a0: Always use shmobile_setup_delay() Simon Horman
2013-06-06 7:28 ` [PATCH 22/23] ARM: shmobile: sh73a0: do not overwrite all div4 clock operations Simon Horman
2013-06-06 7:28 ` [PATCH 23/23] ARM: shmobile: sh73a0: div4 clocks must check the kick bit before changing rate Simon Horman
2013-06-06 7:38 ` Simon Horman [this message]
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=20130606073840.GA19336@verge.net.au \
--to=horms@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).