[GIT PULL] Immutable branch between GPIO and net for v7.1-rc1

From: Bartosz Golaszewski

Date: Mon Mar 09 2026 - 05:34:37 EST


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