From patchwork Thu Oct 3 10:02:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13820833 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [195.130.132.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7F798146A60 for ; Thu, 3 Oct 2024 10:02:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.52 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727949768; cv=none; b=f/WWqILCyau5265T5ME4VFYhhpca9KlMeDjPvEoHjHTnIoHTiSe+JtMJyTBMlnU5fHPnYMTlJkmd8HFnwedm59DU++YhXa25Nzf0JgwI4EjptLvpwRClih8ATzwtxaVi2nLedfQBKGTmZVdBOISZOiG/zN0abTGlS+BGHCldGKg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727949768; c=relaxed/simple; bh=4dXSyJJ//Byhz1pM4gcDXO38II7RuZekReaVyPIKEUk=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=CeyuvF89u4IpZC1QYs+WQxWAH/kAjJdVwH8RFa8G2STt1Cl4lk0o+2lsWR+i5dGFzkvWQzMEFR9fJsQKCusotndFiee/6K3BlpH0kLbiQ6eNcPZJjwMVKyIkMVNBLogHSeJnUHZz5oAroI51UxVXskuiomdxJFrweL3LJPIznJc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.52 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:d4db:7463:4f08:3c82]) by xavier.telenet-ops.be with cmsmtp id Km2c2D00e5K8SYz01m2cdX; Thu, 03 Oct 2024 12:02:37 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1swIfE-001BCp-Cz; Thu, 03 Oct 2024 12:02:36 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1swIfM-0068YP-Ka; Thu, 03 Oct 2024 12:02:36 +0200 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH/LOCAL 0/3] arm64: renesas: defconfig: Updates after v6.12-rc1 Date: Thu, 3 Oct 2024 12:02:31 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, This patch series contains customary updates after the v6.12-rc1 release. As usual, this is not intended for upstream integration, but to be applied to my topic/renesas-defconfig branch. Thanks for your comments! Geert Uytterhoeven (3): arm64: renesas: defconfig: Disable Synopsys DesignWare I2C support arm64: renesas: defconfig: Enable RZ/V2H(P) Watchdog support arm64: renesas: defconfig: Refresh for v6.12-rc1 arch/arm64/configs/renesas_defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)