[PATCH v3 0/3] Remove <linux/of_gpio.h>

From: Jialu Xu

Date: Thu Mar 05 2026 - 21:05:02 EST


[PATCH v3 1/3] nfc: s3fwrn5: convert to gpio descriptors
[PATCH v3 2/3] nfc: nfcmrvl: convert to gpio descriptors
[PATCH v3 3/3] 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 | 46 +++++++++++++++-------------------------------
drivers/nfc/nfcmrvl/nfcmrvl.h | 4 +++-
drivers/nfc/nfcmrvl/uart.c | 23 ++++++++++++++++-------
drivers/nfc/nfcmrvl/usb.c | 2 +-
drivers/nfc/s3fwrn5/i2c.c | 55 ++++++++-----------------------------------------------
drivers/nfc/s3fwrn5/phy_common.c | 11 +++++------
drivers/nfc/s3fwrn5/phy_common.h | 5 +++--
drivers/nfc/s3fwrn5/uart.c | 45 ++++++++++++---------------------------------
include/linux/of_gpio.h | 38 --------------------------------------
12 files changed, 67 insertions(+), 222 deletions(-)