From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (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 8F89B1BBBFE for ; Fri, 20 Dec 2024 10:30:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.89 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734690661; cv=none; b=uTzwTmwpsLGf80yy2omh3vEhWbrKs26M7DbDCz6inSyjO3ncoddeBPVjYiiCHrqql6TSHB64bZv0crc5BZ8sLj9Utw0ChgGzHB7lHPl2vPHaEH9XV+BDFCQg89PYZKj2fheXi+3GRO7k5cooksqq00QdRB7qk3zy4YawilGmhO8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734690661; c=relaxed/simple; bh=M8qsjQarV1S/nYctvEo/KR2nUEhgl+CQ4bQ7HxZJIpU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=swXjulDCT5XpusAf7+UjJT8h+KTXAwGTciq8A5oiRWN7QCnlSGQVpb2yeEtl0EVy8eOarSoUPqqFVPmUmJNy9hEjkJPS/WqQRBnoTAPR7dqdBG7YHwSn1ZOaJQBw2hN1FfyC3ScwjCELKia+3EkHU805t+B9S8aUp1A/2ccIlsE= 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.137.89 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:7a4e:e361:29f2:181c]) by laurent.telenet-ops.be with cmsmtp id qyWq2D00N5V3mYk01yWq5i; Fri, 20 Dec 2024 11:30:52 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tOaHN-001s3j-EG; Fri, 20 Dec 2024 11:30:50 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tOaFY-000gNE-G2; Fri, 20 Dec 2024 11:28:52 +0100 From: Geert Uytterhoeven To: soc@lists.linux.dev Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 2/3] Renesas driver updates for v6.14 Date: Fri, 20 Dec 2024 11:28:46 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: soc@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.14-tag1 for you to fetch changes up to 12e0bd600e3c2f33f9db0e3b91f6b8d8d95b7dbe: soc: renesas: Add RZ/G3E (R9A09G047) config option (2024-12-13 11:09:01 +0100) ---------------------------------------------------------------- Renesas driver updates for v6.14 - Initial support for the Renesas RZ/G3E (R9A09G047) SoC. ---------------------------------------------------------------- Biju Das (1): soc: renesas: Add RZ/G3E (R9A09G047) config option drivers/soc/renesas/Kconfig | 5 +++++ 1 file changed, 5 insertions(+)