From patchwork Tue Sep 3 14:52:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13788850 X-Patchwork-Delegate: geert@linux-m68k.org Received: from weierstrass.telenet-ops.be (weierstrass.telenet-ops.be [195.130.137.81]) (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 03EE43C6AC for ; Tue, 3 Sep 2024 15:01:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.81 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725375679; cv=none; b=HdUKJGQDfWL1+E/XrFU2tcXMuKMHYBJA7tMwsFGsw3gqW+yb7VbObsY6NsJvCVKMRG+lB2BOj4tBsCQaB7Q3LbtxmvK1VtLk/tP3mnSP67cuezW9Y89K6PNUjy/ka23ST1xt/JOgvVBKqeOvMsuTIS/GvG0ZXS+Wo6M5QaGJ2cI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725375679; c=relaxed/simple; bh=+8w2Z83ET8dVywGSWKR3appMQVb2k0hACxAZXPb4nxc=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=aTOREjAhx49PCaEJJ9q/odJQ3p3pK6FX27AzY+GaO4mUpUKXDkS5V5JbIs19JtlvN1cC9WgrD8IuJ8SpKr/8pzkY6y/QYUTmvV03uPCoq3se+HVPzvf00oQfQrCdX7IO0gtZ4nlmuxsT2GS9pwEtLoXtWrqmZ2QyPBzvEhvnwZM= 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.81 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 laurent.telenet-ops.be (laurent.telenet-ops.be [IPv6:2a02:1800:110:4::f00:19]) by weierstrass.telenet-ops.be (Postfix) with ESMTPS id 4WypW42JRmz4yfBx for ; Tue, 03 Sep 2024 16:52:16 +0200 (CEST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:b015:4053:6b25:396c]) by laurent.telenet-ops.be with cmsmtp id 7qs82D00f0nYyzV01qs8YR; Tue, 03 Sep 2024 16:52:09 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1slUt3-001zen-W3; Tue, 03 Sep 2024 16:52:08 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1slUt6-003oSS-M2; Tue, 03 Sep 2024 16:52:08 +0200 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.12 (take two) Date: Tue, 3 Sep 2024 16:52:07 +0200 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 f73f63b24491fa43641daf3b6162d2a451bd8481: pinctrl: renesas: rzg2l: Use dev_err_probe() (2024-08-02 11:26:03 +0200) 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.12-tag2 for you to fetch changes up to 1325820dd085809645bdd89a2fd408a05b4a5492: pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of switch cases (2024-09-02 10:13:59 +0200) ---------------------------------------------------------------- pinctrl: renesas: Updates for v6.12 (take two) - Miscellaneous fixes and improvements. Thanks for pulling! ---------------------------------------------------------------- Andy Shevchenko (1): pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable API Lad Prabhakar (2): pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter configuration pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of switch cases Shen Lichuan (1): pinctrl: renesas: Switch to use kmemdup_array() drivers/pinctrl/renesas/pinctrl-rzg2l.c | 72 ++++++++++++--------------------- drivers/pinctrl/renesas/pinctrl-rzv2m.c | 3 +- drivers/pinctrl/renesas/pinctrl.c | 3 +- 3 files changed, 28 insertions(+), 50 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