From patchwork Fri Apr 26 08:10: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: 1928020 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:45d1:ec00::1; helo=ny.mirrors.kernel.org; envelope-from=linux-gpio+bounces-5878-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from ny.mirrors.kernel.org (ny.mirrors.kernel.org [IPv6:2604:1380:45d1:ec00::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VQllh6bgkz1yZP for ; Fri, 26 Apr 2024 18:10:40 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ny.mirrors.kernel.org (Postfix) with ESMTPS id EE3541C21FA3 for ; Fri, 26 Apr 2024 08:10:38 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id DE70613C9A1; Fri, 26 Apr 2024 08:10:26 +0000 (UTC) X-Original-To: linux-gpio@vger.kernel.org Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (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 001C413C8F8 for ; Fri, 26 Apr 2024 08:10:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.89 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714119026; cv=none; b=tbibb0kqE6S/z3skS7QkPG0xC3uSoPm/MSYn3NYkEkF5UvWvDYK8jfzxVDnpK5xDPG0QOgzLooOCcFbAYSziniZm87Q105NbmmVyQy/VdzOUlVN+MpbBWfMwtq10hd8xI2jogtN8i0JKL7anV18jJ38XmQFMbGgFNsGMvKqPymE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714119026; c=relaxed/simple; bh=PWs5K2o7hD2FhttCY45PVtj7N09NnHXkHaEhJQgE1ks=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=QwDY//Ip6jNFpMocDhrHBrAxABvgAAxsdjnn29eVIBLP4YZXbq5Tr+f1H71ZP0BNFDfJ3eeXtThXJs0uiBg4K2mTx/TtK6y2TCg2UtIEnCCxF6woaB+lc2oU7D87v46z4Bqmk+OPk2aQ/oaej8Br5sUgsvsJgGaeXJl2PcklGDE= 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.89 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:a8cf:a8c7:966f:f6c0]) by laurent.telenet-ops.be with bizsmtp id FkAK2C00C4stinQ01kAKnB; Fri, 26 Apr 2024 10:10:20 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1s0GeH-00ACan-MB; Fri, 26 Apr 2024 10:10:19 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1s0Gex-00Cea4-Lk; Fri, 26 Apr 2024 10:10:19 +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.10 Date: Fri, 26 Apr 2024 10:10:18 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 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 02cd2d3be1c31a3fd328ee83e576340d34bc57d9: pinctrl: renesas: rzg2l: Configure the interrupt type on resume (2024-04-22 09:54:00 +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.10-tag1 for you to fetch changes up to cd27553b0dee6fdc4a2535ab9fc3c8fbdd811d13: pinctrl: renesas: rzg2l: Limit 2.5V power supply to Ethernet interfaces (2024-04-25 10:35:05 +0200) Thanks for pulling! ---------------------------------------------------------------- pinctrl: renesas: Updates for v6.10 - Add external interrupt pin groups on R-Car V4M, - Miscellaneous fixes and improvements. ---------------------------------------------------------------- Geert Uytterhoeven (2): pinctrl: renesas: r8a779h0: Fix IRQ suffixes pinctrl: renesas: r8a779h0: Add INTC-EX pins, groups, and function Lad Prabhakar (1): pinctrl: renesas: rzg2l: Remove extra space in function parameter Paul Barker (1): pinctrl: renesas: rzg2l: Limit 2.5V power supply to Ethernet interfaces drivers/pinctrl/renesas/pfc-r8a779h0.c | 136 +++++++++++++++++++++++++++++--- drivers/pinctrl/renesas/pinctrl-rzg2l.c | 4 +- 2 files changed, 127 insertions(+), 13 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