From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ; 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 ; 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 ; 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 ) 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 ) id 1rYU9S-0061GJ-En; Fri, 09 Feb 2024 17:54:58 +0100 From: Geert Uytterhoeven List-Id: To: arm-soc , soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 1/4] Renesas ARM defconfig updates for v6.9 Date: Fri, 9 Feb 2024 17:54:50 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: 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(-)