From patchwork Wed Jul 12 12:43:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 702074 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56012EB64D9 for ; Wed, 12 Jul 2023 12:43:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232882AbjGLMnr (ORCPT ); Wed, 12 Jul 2023 08:43:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231827AbjGLMnq (ORCPT ); Wed, 12 Jul 2023 08:43:46 -0400 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 712EC1BCC for ; Wed, 12 Jul 2023 05:43:36 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:2b42:575f:41f:104f]) by andre.telenet-ops.be with bizsmtp id LCja2A0024w94eT01Cjax2; Wed, 12 Jul 2023 14:43:34 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qJZBn-001Cuc-33; Wed, 12 Jul 2023 14:43:33 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qJZBt-00FzaR-Rt; Wed, 12 Jul 2023 14:43:33 +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: Fixes for v6.5 Date: Wed, 12 Jul 2023 14:43:29 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Linus, The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -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-v6.5-tag1 for you to fetch changes up to bfc374a145ae133613e05b9b89be561f169cb58d: pinctrl: renesas: rzg2l: Handle non-unique subnode names (2023-07-10 10:00:27 +0200) ---------------------------------------------------------------- pinctrl: renesas: Fixes for v6.5 - Fix handling of non-unique pin control configuration subnode names on the RZ/V2M and RZ/G2L SoC families. Thanks for pulling! ---------------------------------------------------------------- Biju Das (1): pinctrl: renesas: rzg2l: Handle non-unique subnode names Geert Uytterhoeven (1): pinctrl: renesas: rzv2m: Handle non-unique subnode names drivers/pinctrl/renesas/pinctrl-rzg2l.c | 28 ++++++++++++++++++++-------- drivers/pinctrl/renesas/pinctrl-rzv2m.c | 28 ++++++++++++++++++++-------- 2 files changed, 40 insertions(+), 16 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