All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
To: Jialu Xu <xujialu@vimux.org>, Jakub Kicinski <kuba@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Linus Walleij <linusw@kernel.org>
Cc: netdev@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Subject: [GIT PULL] Immutable branch between GPIO and net for v7.1-rc1
Date: Mon,  9 Mar 2026 10:31:53 +0100	[thread overview]
Message-ID: <20260309093153.10446-1-bartosz.golaszewski@oss.qualcomm.com> (raw)

Jakub,

Please pull the following changes for v7.1-rc1. The first two commits
convert the remaining users of of_gpio.h under drivers/nfc and the last
one removes the - now unused - header.

Thanks,
Bartosz

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/brgl/linux.git tags/ib-gpio-remove-of-gpio-h-for-v7.1

for you to fetch changes up to b6420bd5aa0c374331bad6c0fa2eb5f0f87cf5a0:

  gpio: remove of_get_named_gpio() and <linux/of_gpio.h> (2026-03-09 10:25:34 +0100)

----------------------------------------------------------------
Immutable branch between GPIO and net

Convert remaining users of of_gpio.h to using GPIO descriptors and
remove the header.

----------------------------------------------------------------
Jialu Xu (3):
      nfc: s3fwrn5: convert to gpio descriptors
      nfc: nfcmrvl: convert to gpio descriptors
      gpio: remove of_get_named_gpio() and <linux/of_gpio.h>

 MAINTAINERS                      |  1 -
 drivers/gpio/TODO                | 28 ---------------------
 drivers/gpio/gpiolib-of.c        | 31 +++--------------------
 drivers/nfc/nfcmrvl/main.c       | 47 ++++++++++++----------------------
 drivers/nfc/nfcmrvl/nfcmrvl.h    |  4 ++-
 drivers/nfc/nfcmrvl/uart.c       | 23 +++++++++++------
 drivers/nfc/nfcmrvl/usb.c        |  2 +-
 drivers/nfc/s3fwrn5/i2c.c        | 54 ++++++----------------------------------
 drivers/nfc/s3fwrn5/phy_common.c | 11 ++++----
 drivers/nfc/s3fwrn5/phy_common.h |  5 ++--
 drivers/nfc/s3fwrn5/uart.c       | 43 ++++++++------------------------
 include/linux/of_gpio.h          | 38 ----------------------------
 12 files changed, 65 insertions(+), 222 deletions(-)
 delete mode 100644 include/linux/of_gpio.h

             reply	other threads:[~2026-03-09  9:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-09  9:31 Bartosz Golaszewski [this message]
2026-03-10  2:12 ` [GIT PULL] Immutable branch between GPIO and net for v7.1-rc1 Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260309093153.10446-1-bartosz.golaszewski@oss.qualcomm.com \
    --to=bartosz.golaszewski@oss.qualcomm.com \
    --cc=krzk@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linusw@kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=xujialu@vimux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.