From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id 8BE0E373BF7; Fri, 13 Mar 2026 11:12:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773400368; cv=none; b=LtiRm2693ADlUWBkn2HCpW4p8ebL2UbitLJhaXxD8AO4n5lc/DCQ1YrsnzJgiZRSdyH7jTOOe9+5SggpWxtR046oTG30SZun7MN59AmQxyVjQCJ8a/FoQMeXLH3mCDe5aE8sbOtTpGapBAx3wyhjN3N4BLboANYrj/Ti472hc2M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773400368; c=relaxed/simple; bh=NFZpjIAyUab4DYj1/UTJU3PWyaWuKyvwVmQimKfYq78=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=gw/cbFo861QhlR2TfArjrrdDKzAz4fU7DflJUj00Us4K9IymMXBnj2lFhWX0L75Vff8phrBjPJduAZXl4boGGBQSKrlWmROtbT1J/VAK2vT3IGUwYAC0yIMcgH70iqduRlLwM1wy1+Kt7zRtPNJYt3KGLmQ/AEk6t/dBAYpZxH8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4346CC19421; Fri, 13 Mar 2026 11:12:47 +0000 (UTC) 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: Fixes for v7.0 Date: Fri, 13 Mar 2026 12:12:42 +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 Content-Transfer-Encoding: 8bit Hi Linus, The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-fixes-for-v7.0-tag1 for you to fetch changes up to fb22bb9701d48c4b0e81fe204c2f96a37a520568: pinctrl: renesas: rza1: Normalize return value of gpio_get() (2026-03-10 10:33:47 +0100) ---------------------------------------------------------------- pinctrl: renesas: Fixes for v7.0 - Fix device node leaks and invalid wait contexts on RZ/T2H and RZ/N2H, - Fix GPIO .get() callback on RZ/A1. Thanks for pulling! ---------------------------------------------------------------- Cosmin Tanislav (1): pinctrl: renesas: rzt2h: Fix invalid wait context Dmitry Torokhov (1): pinctrl: renesas: rza1: Normalize return value of gpio_get() Felix Gu (1): pinctrl: renesas: rzt2h: Fix device node leak in rzt2h_gpio_register() drivers/pinctrl/renesas/pinctrl-rza1.c | 2 +- drivers/pinctrl/renesas/pinctrl-rzt2h.c | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) 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