mbox series

[GIT,PULL] Renesas ARM Based SoC Updates for v4.20

Message ID cover.1538123953.git.horms+renesas@verge.net.au
State New
Headers show
Series [GIT,PULL] Renesas ARM Based SoC Updates for v4.20 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-soc-for-v4.20

Message

Simon Horman Sept. 28, 2018, 10:22 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC updates for v4.20.


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-soc-for-v4.20

for you to fetch changes up to 6d14d4d313d09dabdb06b4a9f4e5fe4305051e9b:

  ARM: shmobile: Rework the PMIC IRQ line quirk (2018-09-19 11:11:46 +0200)

----------------------------------------------------------------
Renesas ARM Based SoC Updates for v4.20

* Rework the PMIC IRQ line quirk to use DT rather than hard coded topology
* Convert to SPDX identifiers
* Convert to using %pOFn instead of device_node.name
* Remove the no longer needed ARCH_SHMOBILE Kconfig symbol
* RZ/G1N (r8a7744) SoC: Add basic SoC and debug-ll support
* R-Car H1 (r8a7779) SoC: remove unused includes

----------------------------------------------------------------
Biju Das (2):
      ARM: shmobile: r8a7744: Basic SoC support
      ARM: debug-ll: Add support for r8a7744

Geert Uytterhoeven (2):
      ARM: shmobile: r8a7779: Remove unused includes
      ARM: shmobile: Remove the ARCH_SHMOBILE Kconfig symbol

Kuninori Morimoto (1):
      ARM: shmobile: convert to SPDX identifiers

Marek Vasut (1):
      ARM: shmobile: Rework the PMIC IRQ line quirk

Rob Herring (1):
      ARM: shmobile: Convert to using %pOFn instead of device_node.name

 arch/arm/Kconfig.debug                             |   9 +-
 arch/arm/mach-shmobile/Kconfig                     |  10 +-
 arch/arm/mach-shmobile/headsmp-scu.S               |  13 +-
 arch/arm/mach-shmobile/headsmp.S                   |   7 +-
 arch/arm/mach-shmobile/platsmp-scu.c               |   5 +-
 arch/arm/mach-shmobile/platsmp.c                   |   5 +-
 arch/arm/mach-shmobile/pm-rcar-gen2.c              |   5 +-
 arch/arm/mach-shmobile/pm-rmobile.c                |   7 +-
 arch/arm/mach-shmobile/pm-rmobile.h                |   7 +-
 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c | 139 ++++++++++++++++-----
 arch/arm/mach-shmobile/setup-r8a7779.c             |   2 -
 arch/arm/mach-shmobile/setup-rcar-gen2.c           |   2 +
 arch/arm/mach-shmobile/smp-sh73a0.c                |  10 +-
 arch/arm/mach-shmobile/suspend.c                   |   5 +-
 arch/arm/mach-shmobile/timer.c                     |  10 +-
 15 files changed, 137 insertions(+), 99 deletions(-)

Comments

Arnd Bergmann Sept. 28, 2018, 8:15 p.m. UTC | #1
On Fri, Sep 28, 2018 at 12:22 PM Simon Horman
<horms+renesas@verge.net.au> wrote:
>
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC updates for v4.20.
>
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-soc-for-v4.20
>
> for you to fetch changes up to 6d14d4d313d09dabdb06b4a9f4e5fe4305051e9b:
>
>   ARM: shmobile: Rework the PMIC IRQ line quirk (2018-09-19 11:11:46 +0200)
>
> ----------------------------------------------------------------
> Renesas ARM Based SoC Updates for v4.20
>
> * Rework the PMIC IRQ line quirk to use DT rather than hard coded topology
> * Convert to SPDX identifiers
> * Convert to using %pOFn instead of device_node.name
> * Remove the no longer needed ARCH_SHMOBILE Kconfig symbol
> * RZ/G1N (r8a7744) SoC: Add basic SoC and debug-ll support
> * R-Car H1 (r8a7779) SoC: remove unused includes

Pulled into next/soc, thanks,

      Arnd