mbox

[GIT,PULL,v3] Renesas ARM-based SoC for v3.8

Message ID 1351730513-2952-1-git-send-email-horms@verge.net.au
State New
Headers show

Pull-request

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

Message

Simon Horman Nov. 1, 2012, 12:41 a.m. UTC
Hi Olof, Hi Arnd,

please consider the following SoC enhancements for 3.8.

----------------------------------------------------------------
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7b9621fb8a7f3602f86773e688e4fa4dd9bbfb73:

  ARM: shmobile: r8a7740: Enable PMU (2012-10-30 15:31:40 +0800)

----------------------------------------------------------------
Bastian Hecht (4):
      ARM: shmobile: emev2: Replace modify_scu_cpu_psr with scu_power_mode
      ARM: shmobile: sh73a0: Replace modify_scu_cpu_psr with scu_power_mode
      ARM: shmobile: r8a7779: Replace modify_scu_cpu_psr with scu_power_mode
      ARM: mach-shmobile: add FLCTL DMA slave definitions for sh7372

Kuninori Morimoto (4):
      ARM: shmobile: r8a7740: fixup DT machine desc name typo
      ARM: shmobile: r8a7779: add HSPI clock support
      ARM: shmobile: r8a7779: add I2C clock support
      ARM: shmobile: r8a7779: add I2C driver support

Nobuhiro Iwamatsu (3):
      ARM: shmobile: Remove SH7367 support
      ARM: shmobile: Remove SH7377 support
      ARM: shmobile: r8a7740: Enable PMU

 arch/arm/boot/dts/sh7377.dtsi                |   21 -
 arch/arm/configs/armadillo800eva_defconfig   |    1 +
 arch/arm/configs/marzen_defconfig            |    2 +
 arch/arm/mach-shmobile/Kconfig               |   12 -
 arch/arm/mach-shmobile/Makefile              |    6 -
 arch/arm/mach-shmobile/clock-r8a7779.c       |   16 +-
 arch/arm/mach-shmobile/clock-sh7367.c        |  355 ------
 arch/arm/mach-shmobile/clock-sh7377.c        |  366 ------
 arch/arm/mach-shmobile/include/mach/common.h |   18 -
 arch/arm/mach-shmobile/include/mach/sh7367.h |  332 -----
 arch/arm/mach-shmobile/include/mach/sh7372.h |    4 +
 arch/arm/mach-shmobile/include/mach/sh7377.h |  360 ------
 arch/arm/mach-shmobile/intc-sh7367.c         |  413 ------
 arch/arm/mach-shmobile/intc-sh7377.c         |  592 ---------
 arch/arm/mach-shmobile/pfc-sh7367.c          | 1727 --------------------------
 arch/arm/mach-shmobile/pfc-sh7372.c          | 1663 -------------------------
 arch/arm/mach-shmobile/pfc-sh7377.c          | 1688 -------------------------
 arch/arm/mach-shmobile/setup-r8a7740.c       |   18 +-
 arch/arm/mach-shmobile/setup-r8a7779.c       |   77 ++
 arch/arm/mach-shmobile/setup-sh7367.c        |  481 -------
 arch/arm/mach-shmobile/setup-sh7372.c        |   20 +
 arch/arm/mach-shmobile/setup-sh7377.c        |  549 --------
 arch/arm/mach-shmobile/smp-emev2.c           |   22 +-
 arch/arm/mach-shmobile/smp-r8a7779.c         |   25 +-
 arch/arm/mach-shmobile/smp-sh73a0.c          |   23 +-
 25 files changed, 143 insertions(+), 8648 deletions(-)
 delete mode 100644 arch/arm/boot/dts/sh7377.dtsi
 delete mode 100644 arch/arm/mach-shmobile/clock-sh7367.c
 delete mode 100644 arch/arm/mach-shmobile/clock-sh7377.c
 delete mode 100644 arch/arm/mach-shmobile/include/mach/sh7367.h
 delete mode 100644 arch/arm/mach-shmobile/include/mach/sh7377.h
 delete mode 100644 arch/arm/mach-shmobile/intc-sh7367.c
 delete mode 100644 arch/arm/mach-shmobile/intc-sh7377.c
 delete mode 100644 arch/arm/mach-shmobile/pfc-sh7367.c
 delete mode 100644 arch/arm/mach-shmobile/pfc-sh7372.c
 delete mode 100644 arch/arm/mach-shmobile/pfc-sh7377.c
 delete mode 100644 arch/arm/mach-shmobile/setup-sh7367.c
 delete mode 100644 arch/arm/mach-shmobile/setup-sh7377.c

Comments

Simon Horman Nov. 6, 2012, 2:32 a.m. UTC | #1
On Thu, Nov 01, 2012 at 08:41:42AM +0800, Simon Horman wrote:
> Hi Olof, Hi Arnd,
> 
> please consider the following SoC enhancements for 3.8.

Ping.

> ----------------------------------------------------------------
> The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
> 
>   Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git soc
> 
> for you to fetch changes up to 7b9621fb8a7f3602f86773e688e4fa4dd9bbfb73:
> 
>   ARM: shmobile: r8a7740: Enable PMU (2012-10-30 15:31:40 +0800)
> 
> ----------------------------------------------------------------
> Bastian Hecht (4):
>       ARM: shmobile: emev2: Replace modify_scu_cpu_psr with scu_power_mode
>       ARM: shmobile: sh73a0: Replace modify_scu_cpu_psr with scu_power_mode
>       ARM: shmobile: r8a7779: Replace modify_scu_cpu_psr with scu_power_mode
>       ARM: mach-shmobile: add FLCTL DMA slave definitions for sh7372
> 
> Kuninori Morimoto (4):
>       ARM: shmobile: r8a7740: fixup DT machine desc name typo
>       ARM: shmobile: r8a7779: add HSPI clock support
>       ARM: shmobile: r8a7779: add I2C clock support
>       ARM: shmobile: r8a7779: add I2C driver support
> 
> Nobuhiro Iwamatsu (3):
>       ARM: shmobile: Remove SH7367 support
>       ARM: shmobile: Remove SH7377 support
>       ARM: shmobile: r8a7740: Enable PMU
> 
>  arch/arm/boot/dts/sh7377.dtsi                |   21 -
>  arch/arm/configs/armadillo800eva_defconfig   |    1 +
>  arch/arm/configs/marzen_defconfig            |    2 +
>  arch/arm/mach-shmobile/Kconfig               |   12 -
>  arch/arm/mach-shmobile/Makefile              |    6 -
>  arch/arm/mach-shmobile/clock-r8a7779.c       |   16 +-
>  arch/arm/mach-shmobile/clock-sh7367.c        |  355 ------
>  arch/arm/mach-shmobile/clock-sh7377.c        |  366 ------
>  arch/arm/mach-shmobile/include/mach/common.h |   18 -
>  arch/arm/mach-shmobile/include/mach/sh7367.h |  332 -----
>  arch/arm/mach-shmobile/include/mach/sh7372.h |    4 +
>  arch/arm/mach-shmobile/include/mach/sh7377.h |  360 ------
>  arch/arm/mach-shmobile/intc-sh7367.c         |  413 ------
>  arch/arm/mach-shmobile/intc-sh7377.c         |  592 ---------
>  arch/arm/mach-shmobile/pfc-sh7367.c          | 1727 --------------------------
>  arch/arm/mach-shmobile/pfc-sh7372.c          | 1663 -------------------------
>  arch/arm/mach-shmobile/pfc-sh7377.c          | 1688 -------------------------
>  arch/arm/mach-shmobile/setup-r8a7740.c       |   18 +-
>  arch/arm/mach-shmobile/setup-r8a7779.c       |   77 ++
>  arch/arm/mach-shmobile/setup-sh7367.c        |  481 -------
>  arch/arm/mach-shmobile/setup-sh7372.c        |   20 +
>  arch/arm/mach-shmobile/setup-sh7377.c        |  549 --------
>  arch/arm/mach-shmobile/smp-emev2.c           |   22 +-
>  arch/arm/mach-shmobile/smp-r8a7779.c         |   25 +-
>  arch/arm/mach-shmobile/smp-sh73a0.c          |   23 +-
>  25 files changed, 143 insertions(+), 8648 deletions(-)
>  delete mode 100644 arch/arm/boot/dts/sh7377.dtsi
>  delete mode 100644 arch/arm/mach-shmobile/clock-sh7367.c
>  delete mode 100644 arch/arm/mach-shmobile/clock-sh7377.c
>  delete mode 100644 arch/arm/mach-shmobile/include/mach/sh7367.h
>  delete mode 100644 arch/arm/mach-shmobile/include/mach/sh7377.h
>  delete mode 100644 arch/arm/mach-shmobile/intc-sh7367.c
>  delete mode 100644 arch/arm/mach-shmobile/intc-sh7377.c
>  delete mode 100644 arch/arm/mach-shmobile/pfc-sh7367.c
>  delete mode 100644 arch/arm/mach-shmobile/pfc-sh7372.c
>  delete mode 100644 arch/arm/mach-shmobile/pfc-sh7377.c
>  delete mode 100644 arch/arm/mach-shmobile/setup-sh7367.c
>  delete mode 100644 arch/arm/mach-shmobile/setup-sh7377.c
> --
> 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
>
Nobuhiro Iwamatsu Nov. 6, 2012, 3:30 a.m. UTC | #2
Hi, Simon.

" ARM: shmobile: Remove SH7367 support"  includes an unnecessary patch.
I already sent a new patch.  Please update, if you still have time to apply.

Best regards,
  Nobuhiro

On Tue, Nov 6, 2012 at 11:32 AM, Simon Horman <horms@verge.net.au> wrote:
> On Thu, Nov 01, 2012 at 08:41:42AM +0800, Simon Horman wrote:
>> Hi Olof, Hi Arnd,
>>
>> please consider the following SoC enhancements for 3.8.
>
> Ping.
>
>> ----------------------------------------------------------------
>> The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
>>
>>   Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git soc
>>
>> for you to fetch changes up to 7b9621fb8a7f3602f86773e688e4fa4dd9bbfb73:
>>
>>   ARM: shmobile: r8a7740: Enable PMU (2012-10-30 15:31:40 +0800)
>>
>> ----------------------------------------------------------------
>> Bastian Hecht (4):
>>       ARM: shmobile: emev2: Replace modify_scu_cpu_psr with scu_power_mode
>>       ARM: shmobile: sh73a0: Replace modify_scu_cpu_psr with scu_power_mode
>>       ARM: shmobile: r8a7779: Replace modify_scu_cpu_psr with scu_power_mode
>>       ARM: mach-shmobile: add FLCTL DMA slave definitions for sh7372
>>
>> Kuninori Morimoto (4):
>>       ARM: shmobile: r8a7740: fixup DT machine desc name typo
>>       ARM: shmobile: r8a7779: add HSPI clock support
>>       ARM: shmobile: r8a7779: add I2C clock support
>>       ARM: shmobile: r8a7779: add I2C driver support
>>
>> Nobuhiro Iwamatsu (3):
>>       ARM: shmobile: Remove SH7367 support
>>       ARM: shmobile: Remove SH7377 support
>>       ARM: shmobile: r8a7740: Enable PMU
>>
>>  arch/arm/boot/dts/sh7377.dtsi                |   21 -
>>  arch/arm/configs/armadillo800eva_defconfig   |    1 +
>>  arch/arm/configs/marzen_defconfig            |    2 +
>>  arch/arm/mach-shmobile/Kconfig               |   12 -
>>  arch/arm/mach-shmobile/Makefile              |    6 -
>>  arch/arm/mach-shmobile/clock-r8a7779.c       |   16 +-
>>  arch/arm/mach-shmobile/clock-sh7367.c        |  355 ------
>>  arch/arm/mach-shmobile/clock-sh7377.c        |  366 ------
>>  arch/arm/mach-shmobile/include/mach/common.h |   18 -
>>  arch/arm/mach-shmobile/include/mach/sh7367.h |  332 -----
>>  arch/arm/mach-shmobile/include/mach/sh7372.h |    4 +
>>  arch/arm/mach-shmobile/include/mach/sh7377.h |  360 ------
>>  arch/arm/mach-shmobile/intc-sh7367.c         |  413 ------
>>  arch/arm/mach-shmobile/intc-sh7377.c         |  592 ---------
>>  arch/arm/mach-shmobile/pfc-sh7367.c          | 1727 --------------------------
>>  arch/arm/mach-shmobile/pfc-sh7372.c          | 1663 -------------------------
>>  arch/arm/mach-shmobile/pfc-sh7377.c          | 1688 -------------------------
>>  arch/arm/mach-shmobile/setup-r8a7740.c       |   18 +-
>>  arch/arm/mach-shmobile/setup-r8a7779.c       |   77 ++
>>  arch/arm/mach-shmobile/setup-sh7367.c        |  481 -------
>>  arch/arm/mach-shmobile/setup-sh7372.c        |   20 +
>>  arch/arm/mach-shmobile/setup-sh7377.c        |  549 --------
>>  arch/arm/mach-shmobile/smp-emev2.c           |   22 +-
>>  arch/arm/mach-shmobile/smp-r8a7779.c         |   25 +-
>>  arch/arm/mach-shmobile/smp-sh73a0.c          |   23 +-
>>  25 files changed, 143 insertions(+), 8648 deletions(-)
>>  delete mode 100644 arch/arm/boot/dts/sh7377.dtsi
>>  delete mode 100644 arch/arm/mach-shmobile/clock-sh7367.c
>>  delete mode 100644 arch/arm/mach-shmobile/clock-sh7377.c
>>  delete mode 100644 arch/arm/mach-shmobile/include/mach/sh7367.h
>>  delete mode 100644 arch/arm/mach-shmobile/include/mach/sh7377.h
>>  delete mode 100644 arch/arm/mach-shmobile/intc-sh7367.c
>>  delete mode 100644 arch/arm/mach-shmobile/intc-sh7377.c
>>  delete mode 100644 arch/arm/mach-shmobile/pfc-sh7367.c
>>  delete mode 100644 arch/arm/mach-shmobile/pfc-sh7372.c
>>  delete mode 100644 arch/arm/mach-shmobile/pfc-sh7377.c
>>  delete mode 100644 arch/arm/mach-shmobile/setup-sh7367.c
>>  delete mode 100644 arch/arm/mach-shmobile/setup-sh7377.c
>> --
>> 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
>>
> --
> 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
Simon Horman Nov. 6, 2012, 4:12 a.m. UTC | #3
On Tue, Nov 06, 2012 at 12:30:41PM +0900, Nobuhiro Iwamatsu wrote:
> Hi, Simon.
> 
> " ARM: shmobile: Remove SH7367 support"  includes an unnecessary patch.
> I already sent a new patch.  Please update, if you still have time to apply.

Sure, I can make an update. Is it only " ARM: shmobile: Remove SH7367 support"
that needs to be refreshed?
Nobuhiro Iwamatsu Nov. 6, 2012, 4:44 a.m. UTC | #4
Simon Horman ????????:
> On Tue, Nov 06, 2012 at 12:30:41PM +0900, Nobuhiro Iwamatsu wrote:
>> Hi, Simon.
>>
>> " ARM: shmobile: Remove SH7367 support"  includes an unnecessary patch.
>> I already sent a new patch.  Please update, if you still have time to apply.
> 
> Sure, I can make an update. Is it only " ARM: shmobile: Remove SH7367 support"
> that needs to be refreshed?
> 
Yes, I need "ARM: shmobile: Remove SH7367 support" patch only.
Thanks!

Nobuhiro
Simon Horman Nov. 6, 2012, 4:50 a.m. UTC | #5
On Tue, Nov 06, 2012 at 01:44:51PM +0900, Nobuhiro Iwamatsu wrote:
> Simon Horman ????????:
> >On Tue, Nov 06, 2012 at 12:30:41PM +0900, Nobuhiro Iwamatsu wrote:
> >>Hi, Simon.
> >>
> >>" ARM: shmobile: Remove SH7367 support"  includes an unnecessary patch.
> >>I already sent a new patch.  Please update, if you still have time to apply.
> >
> >Sure, I can make an update. Is it only " ARM: shmobile: Remove SH7367 support"
> >that needs to be refreshed?
> >
> Yes, I need "ARM: shmobile: Remove SH7367 support" patch only.

Got it, will do.