mbox series

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

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

Pull-request

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

Message

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

Please consider these Renesas ARM based SoC defconfig 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-defconfig-for-v4.20

for you to fetch changes up to c26eb6f34c9ea56ed795785ecb7938f008dfed1e:

  ARM: shmobile: defconfig: Enable r8a7744 SoC (2018-09-19 10:40:47 +0200)

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

* shmobile and multi_v7 defconfigs:
  - Enable recently upstreamed r8a7744 SoC
  - Enable FDP1 (Fine Display processor) present on R-Car Gen2 and RZ/G1 SoCs
* shmobile defconfig (only):
  - Refresh for v4.19-rc1
  - Remove soon to be deprecated SOC_CAMERA

----------------------------------------------------------------
Biju Das (2):
      ARM: multi_v7_defconfig: Enable r8a7744 SoC
      ARM: shmobile: defconfig: Enable r8a7744 SoC

Geert Uytterhoeven (3):
      ARM: shmobile: defconfig: Refresh shmobile_defconfig for v4.19-rc1
      ARM: shmobile: defconfig: Enable VIDEO_RENESAS_FDP1
      ARM: multi_v7_defconfig: Enable VIDEO_RENESAS_FDP1

Jacopo Mondi (1):
      ARM: shmobile: defconfig: Remove SOC_CAMERA

 arch/arm/configs/multi_v7_defconfig | 2 ++
 arch/arm/configs/shmobile_defconfig | 8 +++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Arnd Bergmann Sept. 28, 2018, 4:04 p.m. UTC | #1
On Fri, Sep 28, 2018 at 12:21 PM Simon Horman
<horms+renesas@verge.net.au> wrote:
>
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC defconfig 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-defconfig-for-v4.20
>
> for you to fetch changes up to c26eb6f34c9ea56ed795785ecb7938f008dfed1e:
>
>   ARM: shmobile: defconfig: Enable r8a7744 SoC (2018-09-19 10:40:47 +0200)
>
> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v4.20
>
> * shmobile and multi_v7 defconfigs:
>   - Enable recently upstreamed r8a7744 SoC
>   - Enable FDP1 (Fine Display processor) present on R-Car Gen2 and RZ/G1 SoCs
> * shmobile defconfig (only):
>   - Refresh for v4.19-rc1
>   - Remove soon to be deprecated SOC_CAMERA

Pulled into next/defconfig, thanks!

      Arnd