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 5E30734F483; Mon, 4 May 2026 13:00:38 +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=1777899638; cv=none; b=Ah+J3pO0SW0dip+Dm+RKDNEefaWrKW4XgXJReIzcOFy6SmAt/HBNak4CreU48zRytyBmRc5aP+jPUoGABGb+AKBSc4zBiGwTu6Bd2UPQIajaVcgjEuZ0sfXe/c7ueOE1r44MP71MyXjrLlnQ33Vz+00LNuMuhhJdlxheEx5Qof4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777899638; c=relaxed/simple; bh=kQZLhHLUsEpxP8HAlwBWmh5K6Ri5H8sjOJZLpik8qKk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=qfSzPRN3RQVmIs92V/Ia9kXZRYABbbZi7b5OVEOUCfs8KvR1InsC9vPg3yXPI9t2j+8UxkNerB4rjTSNUGtc27p8friYzfTOBn8UqojZnXydm521L6UbK75X0Tv30S6b+2fJoZ/bP4j24cMMZg2Anw88hTzk4fEKkLuzXRqJ0kI= 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 0A9AAC2BCF5; Mon, 4 May 2026 13:00:36 +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.1 Date: Mon, 4 May 2026 15:00:33 +0200 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 254f49634ee16a731174d2ae34bc50bd5f45e731: Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) 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.1-tag1 for you to fetch changes up to c88ab9407986836820848128ce1f90f2fa49da95: pinctrl: renesas: rzg2l: Fix SMT register cache handling (2026-04-27 11:18:04 +0200) ---------------------------------------------------------------- pinctrl: renesas: Fixes for v7.1 - Fix pin bias suspend/resume handling on the RZ/G2L family, - Fix Schmitt-trigger suspend/resume handling on RZ/V2H(P), RZ/V2N, and RZ/G3E. Thanks for pulling! ---------------------------------------------------------------- Biju Das (1): pinctrl: renesas: rzg2l: Fix incorrect PUPD register offset for high pins during suspend/resume Lad Prabhakar (1): pinctrl: renesas: rzg2l: Fix SMT register cache handling drivers/pinctrl/renesas/pinctrl-rzg2l.c | 23 +++++++++++++++-------- 1 file changed, 15 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