Return-Path: <SRS0=B8S/=JS=linux-m68k.org=geert@kernel.org>
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on
aws-us-west-2-korg-lkml-1.web.codeaurora.org
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org
[10.30.226.201])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by smtp.lore.kernel.org (Postfix) with ESMTPS id 4C1B5C48BC1
for <soc@archiver.kernel.org>; Fri, 9 Feb 2024 16:55:21 +0000 (UTC)
Received: by smtp.kernel.org (Postfix)
id 324B4C43390; Fri, 9 Feb 2024 16:55:21 +0000 (UTC)
Received: from cantor.telenet-ops.be (cantor.telenet-ops.be [195.130.132.48])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest
SHA256)
(No client certificate requested)
by smtp.kernel.org (Postfix) with ESMTPS id C3F07C43330
for <soc@kernel.org>; Fri, 9 Feb 2024 16:55:16 +0000 (UTC)
DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org C3F07C43330
Authentication-Results: smtp.kernel.org;
dmarc=none (p=none dis=none) header.from=glider.be
Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=linux-m68k.org
Received: from albert.telenet-ops.be (albert.telenet-ops.be
[IPv6:2a02:1800:110:4::f00:1a])
by cantor.telenet-ops.be (Postfix) with ESMTPS id 4TWg2M49R7z4x0WZ
for <soc@kernel.org>; Fri, 9 Feb 2024 17:55:07 +0100 (CET)
Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:55fd:ff17:c1c8:954d])
by albert.telenet-ops.be with bizsmtp
id l4uy2B0064RKXn6064uy1E; Fri, 09 Feb 2024 17:55:00 +0100
Received: from rox.of.borg ([192.168.97.57])
by ramsan.of.borg with esmtp (Exim 4.95)
(envelope-from <geert@linux-m68k.org>)
id 1rYU9O-0008GX-7b;
Fri, 09 Feb 2024 17:54:58 +0100
Received: from geert by rox.of.borg with local (Exim 4.95)
(envelope-from <geert@linux-m68k.org>)
id 1rYU9S-0061GJ-En;
Fri, 09 Feb 2024 17:54:58 +0100
From: Geert Uytterhoeven <geert+renesas@glider.be>
List-Id: <soc.lore.kernel.org>
To: arm-soc <arm@kernel.org>,
soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-renesas-soc@vger.kernel.org,
Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL 1/4] Renesas ARM defconfig updates for v6.9
Date: Fri, 9 Feb 2024 17:54:50 +0100
Message-Id: <cover.1707487828.git.geert+renesas@glider.be>
X-Mailer: git-send-email 2.34.1
In-Reply-To: <cover.1707487826.git.geert+renesas@glider.be>
References: <cover.1707487826.git.geert+renesas@glider.be>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-defconfig-for-v6.9-tag1
for you to fetch changes up to 93189f33fcb4e678c9494cddeff96b123ef5674f:
arm64: defconfig: Enable R8A779H0 SoC (2024-01-31 15:01:24 +0100)
----------------------------------------------------------------
Renesas ARM defconfig updates for v6.9
- Disable obsolete board staging support in the Renesas ARM and ARM V7
multi-platform defconfigs,
- Enable support for the Renesas R-Car V4M (R8A779H0) SoC in the ARM64
defconfig.
----------------------------------------------------------------
Geert Uytterhoeven (2):
ARM: shmobile: defconfig: Disable staging
ARM: multi_v7_defconfig: Disable board staging
Linh Phung (1):
arm64: defconfig: Enable R8A779H0 SoC
arch/arm/configs/multi_v7_defconfig | 1 -
arch/arm/configs/shmobile_defconfig | 2 --
arch/arm64/configs/defconfig | 1 +
3 files changed, 1 insertion(+), 3 deletions(-)