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 097C7C4167B for ; Fri, 1 Dec 2023 12:28:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id E48FEC433C7; Fri, 1 Dec 2023 12:28:47 +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 66E0AC433C9 for ; Fri, 1 Dec 2023 12:28:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 66E0AC433C9 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 michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by cantor.telenet-ops.be (Postfix) with ESMTPS id 4ShXR86xzGz4x1ql for ; Fri, 1 Dec 2023 13:28:36 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:7f2e:4977:a943:cc87]) by michel.telenet-ops.be with bizsmtp id H0UU2B00K0rKVV8060UU4s; Fri, 01 Dec 2023 13:28:29 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1r92cr-00ARcB-Sl; Fri, 01 Dec 2023 13:28:28 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1r92dA-00CVD1-JE; Fri, 01 Dec 2023 13:28:28 +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/2] Renesas ARM defconfig updates for v6.8 Date: Fri, 1 Dec 2023 13:28:16 +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 b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -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.8-tag1 for you to fetch changes up to 7c77368b6c42ec87aed9976288a9b50bccb272a6: ARM: shmobile: defconfig: Refresh for v6.7-rc1 (2023-11-27 11:01:01 +0100) ---------------------------------------------------------------- Renesas ARM defconfig updates for v6.8 - Enable support for the Renesas VersaClock 3 clock generator in the arm64 defconfig, - Enable support for the Renesas EtherAVB module in the arm multi_v7 defconfig, - Refresh shmobile_defconfig for v6.7-rc1. ---------------------------------------------------------------- Biju Das (1): arm64: defconfig: Enable Renesas VersaClock 3 clock generator config Claudiu Beznea (1): ARM: multi_v7_defconfig: Enable CONFIG_RAVB Geert Uytterhoeven (1): ARM: shmobile: defconfig: Refresh for v6.7-rc1 arch/arm/configs/multi_v7_defconfig | 1 + arch/arm/configs/shmobile_defconfig | 1 + arch/arm64/configs/defconfig | 1 + 3 files changed, 3 insertions(+)