From patchwork Fri Dec 20 10:29:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13916490 Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [195.130.132.51]) (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 A62CE19F41C for ; Fri, 20 Dec 2024 10:30:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.51 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734690661; cv=none; b=QaaonE2CuRaZ24Cl4diYSo8uwD8Uh7k/zQQAvwhkttGG6WmcNKdJzkDZWYMZRJ4cj99XomRPy1INyS3rJ60AKZoqLQ0KG5BFUVRRpX3NAfMlUceinDCnFE0klGnFhzlkhPTTAXf1B4d+4OVxd46LpIz369ZvMTEtG632QuqgeMw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734690661; c=relaxed/simple; bh=qIe+lColQq+8aCZKpPrUPx8KcreNFTRmVQQgi4TRyOo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=VhTjYtMfwC/XWiCuc5vw84ndpENEc5oMYCrlWd92vNvO0t3kvxSmRdb1zwQPXFoF2SUPb3Fzpex4AeGQCWhnHaCyGcTITH6sXa8VphOcSj2iDVZct23UiI+Uolgix6StGXBWkVMm2LXbQdCX/rc/xgBw6Uk5yPQ+FhhitdIEbg0= 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.51 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 baptiste.telenet-ops.be with cmsmtp id qyWq2D00B5V3mYk01yWqK1; Fri, 20 Dec 2024 11:30:50 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tOaHN-001s3a-2f; Fri, 20 Dec 2024 11:30:50 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tOaG3-000gOf-0c; Fri, 20 Dec 2024 11:29:23 +0100 From: Geert Uytterhoeven To: Linus Walleij Cc: linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL] pinctrl: renesas: Updates for v6.14 Date: Fri, 20 Dec 2024 11:29:18 +0100 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 Linus, 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-drivers.git tags/renesas-pinctrl-for-v6.14-tag1 for you to fetch changes up to 03fc60cd8e7b7e6f330d0a48c54545740addd9d8: pinctrl: renesas: rzg2l: Add audio clock pins on RZ/G3S (2024-12-20 10:58:46 +0100) ---------------------------------------------------------------- pinctrl: renesas: Updates for v6.14 - Add audio clock pin support for the RZ/G3S SoC. Thanks for pulling! ---------------------------------------------------------------- Claudiu Beznea (1): pinctrl: renesas: rzg2l: Add audio clock pins on RZ/G3S drivers/pinctrl/renesas/pinctrl-rzg2l.c | 2 ++ 1 file changed, 2 insertions(+) Gr{oetje,eeting}s, Geert --- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds