mbox

[00/21,v1.2] SCIF, I2C and FSI pinctrl functions for sh73a0

Message ID 1360725999-14514-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

Message

Simon Horman Feb. 13, 2013, 3:26 a.m. UTC
Hi,

this series is a follow-up to "[PATCH 00/16] SCIF, I2C and FSI pinctrl
functions for sh73a0" by Laurent Pinchart. I am primarily posting it for
his review.

This series differs from the v1.1 series posted by me earlier today in
that it depends on the following update to the kzm9g reference code.

* ARM: shmobile: parse DT and configure pinmux early on kzm9g-reference

This series differs from the (v1) series posted by Laurent in the following
ways:

* Due to some slightly over-zelous git use on my part the series
  is actually based on a checkout of
  git://linuxtv.org/pinchartl/fbdev.git pinmux-pfc-funcs

  As such it includes several patches not included in the series posted in
  via eimal as the series "[PATCH 00/16] SCIF, I2C and FSI pinctrl
  functions for sh73a0". In particular it includes r8a7740 and r8a7779
  patches.

* I have added the following two patches to update the KZM9G rerence code.

  ARM: shmobile: kzm9g: reference: Register pinctrl mappings for I2C
  ARM: shmobile: kzm9g: reference: Register pinctrl mappings for SCIF


This series is based on :

        git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/pinmux-pinctrl

Which is in turn based on the following branch which
includes the kzm9g reference code.

        git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/pinmux-base

Laurent, if you want to change this series in any way just let me know.
I can drop patches individually or drop the entire series and add a fresh
one from you to the topic branch.

Git and diffstat information is provided below to aid review.

----------------------------------------------------------------
The following changes since commit 30a6b5dc7a4c701d46cbe5c8be4ef39cf4c2d42d:

  ARM: shmobile: armadillo800eva: Register pinctrl mappings for LCDC0 (2013-02-13 12:08:12 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git 

for you to fetch changes up to e92460f4d0ce471110d44a3dc053f0a4508f24dc:

  ARM: shmobile: r8a7779: Remove DU function GPIOs (2013-02-13 12:16:13 +0900)

----------------------------------------------------------------
Laurent Pinchart (19):
      ARM: shmobile: bonito: Register pinctrl mappings for LCDC0
      ARM: shmobile: kota2: Register pinctrl mappings for SCIF
      ARM: shmobile: kzm9g: Register pinctrl mappings for LCD
      ARM: shmobile: kzm9g: Register pinctrl mappings for SCIF
      ARM: shmobile: kzm9g: Register pinctrl mappings for I2C
      ARM: shmobile: kzm9g: Register pinctrl mappings for FSI
      sh-pfc: sh73a0: Remove LCD and LCD2 function GPIOS
      sh-pfc: sh73a0: Remove SCIFA and SCIFB function GPIOS
      sh-pfc: sh73a0: Remove I2C function GPIOS
      sh-pfc: sh73a0: Remove FSI function GPIOS
      sh-pfc: r8a7740: Remove LCD0 and LCD1 function GPIOS
      sh-pfc: r8a7779: Remove DU1_DOTCLKOUT1 GPIO
      ARM: shmobile: sh73a0: Remove LCDC and LCDC2 function GPIOs
      ARM: shmobile: sh73a0: Remove SCIFA and SCIFB function GPIOs
      ARM: shmobile: sh73a0: Remove I2C function GPIOs
      ARM: shmobile: sh73a0: Remove FSI function GPIOs
      ARM: shmobile: r8a7740: Remove LCD0 and LCD1 function GPIOs
      ARM: shmobile: r8a7779: Remove DU1_DOTCLKOUT1 GPIO
      ARM: shmobile: r8a7779: Remove DU function GPIOs

Simon Horman (2):
      ARM: shmobile: kzm9g: reference: Register pinctrl mappings for I2C
      ARM: shmobile: kzm9g: reference: Register pinctrl mappings for SCIF

 arch/arm/mach-shmobile/board-bonito.c          |   43 ++---
 arch/arm/mach-shmobile/board-kota2.c           |   42 +++--
 arch/arm/mach-shmobile/board-kzm9g-reference.c |   21 ++-
 arch/arm/mach-shmobile/board-kzm9g.c           |   68 +++----
 arch/arm/mach-shmobile/include/mach/r8a7740.h  |   39 ----
 arch/arm/mach-shmobile/include/mach/r8a7779.h  |   90 ++++-----
 arch/arm/mach-shmobile/include/mach/sh73a0.h   |  237 ++++++++++--------------
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c           |   37 ----
 drivers/pinctrl/sh-pfc/pfc-r8a7779.c           |    9 +-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c            |  182 ------------------
 10 files changed, 216 insertions(+), 552 deletions(-)

Comments

Simon Horman Feb. 13, 2013, 3:27 a.m. UTC | #1
On Wed, Feb 13, 2013 at 12:26:18PM +0900, Simon Horman wrote:
> Hi,
> 
> this series is a follow-up to "[PATCH 00/16] SCIF, I2C and FSI pinctrl
> functions for sh73a0" by Laurent Pinchart. I am primarily posting it for
> his review.
> 
> This series differs from the v1.1 series posted by me earlier today in
> that it depends on the following update to the kzm9g reference code.
> 
> * ARM: shmobile: parse DT and configure pinmux early on kzm9g-reference
> 
> This series differs from the (v1) series posted by Laurent in the following
> ways:
> 
> * Due to some slightly over-zelous git use on my part the series
>   is actually based on a checkout of
>   git://linuxtv.org/pinchartl/fbdev.git pinmux-pfc-funcs
> 
>   As such it includes several patches not included in the series posted in
>   via eimal as the series "[PATCH 00/16] SCIF, I2C and FSI pinctrl
>   functions for sh73a0". In particular it includes r8a7740 and r8a7779
>   patches.
> 
> * I have added the following two patches to update the KZM9G rerence code.
> 
>   ARM: shmobile: kzm9g: reference: Register pinctrl mappings for I2C
>   ARM: shmobile: kzm9g: reference: Register pinctrl mappings for SCIF
> 
> 
> This series is based on :
> 
>         git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/pinmux-pinctrl
> 
> Which is in turn based on the following branch which
> includes the kzm9g reference code.
> 
>         git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/pinmux-base
> 
> Laurent, if you want to change this series in any way just let me know.
> I can drop patches individually or drop the entire series and add a fresh
> one from you to the topic branch.
> 
> Git and diffstat information is provided below to aid review.
> 
> ----------------------------------------------------------------
> The following changes since commit 30a6b5dc7a4c701d46cbe5c8be4ef39cf4c2d42d:
> 
>   ARM: shmobile: armadillo800eva: Register pinctrl mappings for LCDC0 (2013-02-13 12:08:12 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git 

    git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/pinmux-pfc-funcs

> 
> for you to fetch changes up to e92460f4d0ce471110d44a3dc053f0a4508f24dc:
> 
>   ARM: shmobile: r8a7779: Remove DU function GPIOs (2013-02-13 12:16:13 +0900)
> 
> ----------------------------------------------------------------
> Laurent Pinchart (19):
>       ARM: shmobile: bonito: Register pinctrl mappings for LCDC0
>       ARM: shmobile: kota2: Register pinctrl mappings for SCIF
>       ARM: shmobile: kzm9g: Register pinctrl mappings for LCD
>       ARM: shmobile: kzm9g: Register pinctrl mappings for SCIF
>       ARM: shmobile: kzm9g: Register pinctrl mappings for I2C
>       ARM: shmobile: kzm9g: Register pinctrl mappings for FSI
>       sh-pfc: sh73a0: Remove LCD and LCD2 function GPIOS
>       sh-pfc: sh73a0: Remove SCIFA and SCIFB function GPIOS
>       sh-pfc: sh73a0: Remove I2C function GPIOS
>       sh-pfc: sh73a0: Remove FSI function GPIOS
>       sh-pfc: r8a7740: Remove LCD0 and LCD1 function GPIOS
>       sh-pfc: r8a7779: Remove DU1_DOTCLKOUT1 GPIO
>       ARM: shmobile: sh73a0: Remove LCDC and LCDC2 function GPIOs
>       ARM: shmobile: sh73a0: Remove SCIFA and SCIFB function GPIOs
>       ARM: shmobile: sh73a0: Remove I2C function GPIOs
>       ARM: shmobile: sh73a0: Remove FSI function GPIOs
>       ARM: shmobile: r8a7740: Remove LCD0 and LCD1 function GPIOs
>       ARM: shmobile: r8a7779: Remove DU1_DOTCLKOUT1 GPIO
>       ARM: shmobile: r8a7779: Remove DU function GPIOs
> 
> Simon Horman (2):
>       ARM: shmobile: kzm9g: reference: Register pinctrl mappings for I2C
>       ARM: shmobile: kzm9g: reference: Register pinctrl mappings for SCIF
> 
>  arch/arm/mach-shmobile/board-bonito.c          |   43 ++---
>  arch/arm/mach-shmobile/board-kota2.c           |   42 +++--
>  arch/arm/mach-shmobile/board-kzm9g-reference.c |   21 ++-
>  arch/arm/mach-shmobile/board-kzm9g.c           |   68 +++----
>  arch/arm/mach-shmobile/include/mach/r8a7740.h  |   39 ----
>  arch/arm/mach-shmobile/include/mach/r8a7779.h  |   90 ++++-----
>  arch/arm/mach-shmobile/include/mach/sh73a0.h   |  237 ++++++++++--------------
>  drivers/pinctrl/sh-pfc/pfc-r8a7740.c           |   37 ----
>  drivers/pinctrl/sh-pfc/pfc-r8a7779.c           |    9 +-
>  drivers/pinctrl/sh-pfc/pfc-sh73a0.c            |  182 ------------------
>  10 files changed, 216 insertions(+), 552 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>