mbox series

[GIT,PULL] Renesas ARM Based SoC Defconfig Updates for v5.1

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

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-defconfig-for-v5.1

Message

Simon Horman Feb. 8, 2019, 11:13 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v5.1.


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-defconfig-for-v5.1

for you to fetch changes up to 03ff9677930064a495fcce269a0f6f1db5dd9dd9:

  ARM: multi_v7_defconfig: Enable support for RZ/A2 (2019-01-25 11:03:04 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v5.1

shmobile and multi_v7 defconfig
* Enable support for recently upstreamed RZ/A2 (r7s9210) SoC
* Enable NXP pcf85363 RTC which is used on RZ/G1C (r8a77470) based iWave SBC

shmobile defconfig
* Refresh for changes present in v5.0-rc1

----------------------------------------------------------------
Biju Das (2):
      ARM: shmobile: Enable NXP pcf85363 rtc in shmobile_defconfig
      ARM: multi_v7_defconfig: Enable NXP pcf85363 rtc

Geert Uytterhoeven (3):
      ARM: shmobile: defconfig: Refresh for v5.0-rc1
      ARM: shmobile: defconfig: Enable support for RZ/A2
      ARM: multi_v7_defconfig: Enable support for RZ/A2

 arch/arm/configs/multi_v7_defconfig |  3 +++
 arch/arm/configs/shmobile_defconfig | 48 ++++++++++++++++++-------------------
 2 files changed, 27 insertions(+), 24 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 3:50 p.m. UTC | #1
On Fri, Feb 8, 2019 at 12:13 PM Simon Horman <horms+renesas@verge.net.au> wrote:

> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v5.1
>
> shmobile and multi_v7 defconfig
> * Enable support for recently upstreamed RZ/A2 (r7s9210) SoC
> * Enable NXP pcf85363 RTC which is used on RZ/G1C (r8a77470) based iWave SBC
>
> shmobile defconfig
> * Refresh for changes present in v5.0-rc1

Pulled into arm/defconfig, thanks!

      Arnd