mbox

[00/11] Renesas ARM-based SoC updates for v3.11 #2

Message ID 1371106861-25626-1-git-send-email-horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc2-for-v3.11

Message

Simon Horman June 13, 2013, 7 a.m. UTC
Hi Olof, Hi Arnd,

this pull-request is based on renesas-soc-for-v3.11 which you have
previously pulled.

This pull may cause various conflicts though I believe all of them are not
difficult to resolve. The renesas-next-20130613 tag in my tree illustrates
how I have handled the conflicts with both changes already in arm-soc and
changes I intend to send pull requests for in the near future.

The following changes since commit 413bfd0e67894c930242482cd15ac09a800e2ab8:

  ARM: shmobile: sh73a0: div4 clocks must check the kick bit before changing rate (2013-06-07 14:24:52 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc2-for-v3.11

for you to fetch changes up to 018222f5d32bc5ca9fd830aebfeed10f1be96c93:

  ARM: shmobile: r8a7790: add clock definitions and aliases for MMCIF and SDHI (2013-06-12 21:07:38 +0900)

----------------------------------------------------------------
Second Round of Renesas ARM-based SoC updates for v3.11

* Ether device name updates for r8a7778 and r8a7779 Sergei Shtylyov
* Extended clock and driver coverage for r8a7778 by Goda-san and Morimoto-san
* Extended clock and coverage for r8a73a4 and r8a7790 by  Guennadi Liakhovetski
* HSCIF support for r8a7790 by Ulrich Hecht

----------------------------------------------------------------
Guennadi Liakhovetski (2):
      ARM: shmobile: r8a73a4: add clock definitions and aliases for MMCIF and SDHI
      ARM: shmobile: r8a7790: add clock definitions and aliases for MMCIF and SDHI

Kuninori Morimoto (6):
      ARM: shmobile: r8a7778: add support I2C clock
      ARM: shmobile: r8a7778: add support HSPI clock
      ARM: shmobile: r8a7778: add support MMC clock
      ARM: shmobile: r8a7778: add support I2C driver
      ARM: shmobile: r8a7778: add support HSPI driver
      ARM: shmobile: r8a7778: add support MMC driver

Sergei Shtylyov (2):
      ARM: shmobile: r8a7779: fix Ether device name
      ARM: shmobile: r8a7778: fix Ether device name

Ulrich Hecht (1):
      ARM: shmobile: r8a7790: HSCIF support

 arch/arm/mach-shmobile/clock-r8a73a4.c        | 22 +++++++---
 arch/arm/mach-shmobile/clock-r8a7778.c        | 23 +++++++++-
 arch/arm/mach-shmobile/clock-r8a7790.c        | 31 ++++++++++---
 arch/arm/mach-shmobile/include/mach/r8a7778.h |  5 +++
 arch/arm/mach-shmobile/setup-r8a7778.c        | 63 ++++++++++++++++++++++++++-
 arch/arm/mach-shmobile/setup-r8a7779.c        |  2 +-
 6 files changed, 131 insertions(+), 15 deletions(-)

Comments

Olof Johansson June 15, 2013, 1:01 a.m. UTC | #1
On Thu, Jun 13, 2013 at 04:00:50PM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
> 
> this pull-request is based on renesas-soc-for-v3.11 which you have
> previously pulled.
> 
> This pull may cause various conflicts though I believe all of them are not
> difficult to resolve. The renesas-next-20130613 tag in my tree illustrates
> how I have handled the conflicts with both changes already in arm-soc and
> changes I intend to send pull requests for in the near future.
> 
> The following changes since commit 413bfd0e67894c930242482cd15ac09a800e2ab8:
> 
>   ARM: shmobile: sh73a0: div4 clocks must check the kick bit before changing rate (2013-06-07 14:24:52 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc2-for-v3.11

Thanks, pulled. Looked like all add/add conflicts. Those clock ID enums, and
their sort of random line wrapping, is odd though. I'm sure it corresponds to
some hardware docs but it seems completely random for someone reading the code.

-Olof