From patchwork Fri Mar 7 15:47:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 871339 Received: from cantor.telenet-ops.be (cantor.telenet-ops.be [195.130.132.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 30B5ADF71 for ; Fri, 7 Mar 2025 15:48:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.48 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741362491; cv=none; b=Fz8GQ+XVbnDt0VeXAIcMXl6wzLLF4XxUq6ehzQPhx9R3HzDrkzqbjnCMgSOxElxk76ElpKvpt0kPUVz4z7W32aBp+YTkawoAHVxb0KopcjvuNnFc6otgXdtl3NjuoDv91+Gio8IDOwe4U5b3fipzh4hoQkRF1VT+UnEAf7pE3tU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741362491; c=relaxed/simple; bh=DOsj7nEOuzETluVCrKZYnhe2iQa3sgQWkcgQfOPCCKk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=pyh1oJ+JGrrOPPhUSo2K0u7aqywdi15wKCcIuTOppMVexjesA0Hv9d27DO6/9T7bG0Fc6GwLDlCET7pVzO3PIpKEwn9IWLUp1I52pTKSMYc9oGz9uslnfEFdW1A9WIr5lAaHujPt2NENJRgPMv9+TnMkQ7rVxarOZ8kN4qm9MkA= 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.48 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 andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by cantor.telenet-ops.be (Postfix) with ESMTPS id 4Z8W005Y7wz4xHdF for ; Fri, 07 Mar 2025 16:48:00 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:d269:b36f:7a12:a76f]) by andre.telenet-ops.be with cmsmtp id Mrnt2E0042m8Uyj01rntjQ; Fri, 07 Mar 2025 16:47:53 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.97) (envelope-from ) id 1tqZv9-0000000DBku-3Z9o; Fri, 07 Mar 2025 16:47:53 +0100 Received: from geert by rox.of.borg with local (Exim 4.97) (envelope-from ) id 1tqZvU-00000009ssk-41VH; Fri, 07 Mar 2025 16:47:52 +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.15 (take two) Date: Fri, 7 Mar 2025 16:47:51 +0100 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Linus, The following changes since commit ea4065345643f3163e812e58ed8add2c75c3ee46: pinctrl: renesas: rzg2l: Suppress binding attributes (2025-02-20 17:33:08 +0100) 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.15-tag2 for you to fetch changes up to abcdeb4e299a11ecb5a3ea0cce00e68e8f540375: pinctrl: renesas: rza2: Fix missing of_node_put() call (2025-03-06 16:41:46 +0100) ---------------------------------------------------------------- pinctrl: renesas: Updates for v6.15 (take two) - Add missing of_node_put() calls. Thanks for pulling! ---------------------------------------------------------------- Fabrizio Castro (3): pinctrl: renesas: rzg2l: Fix missing of_node_put() call pinctrl: renesas: rzv2m: Fix missing of_node_put() call pinctrl: renesas: rza2: Fix missing of_node_put() call drivers/pinctrl/renesas/pinctrl-rza2.c | 2 ++ drivers/pinctrl/renesas/pinctrl-rzg2l.c | 2 ++ drivers/pinctrl/renesas/pinctrl-rzv2m.c | 2 ++ 3 files changed, 6 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