[pull-request] NFC updates for net-next 2026-06-11
From: David Heidelberg
Date: Thu Jun 11 2026 - 14:49:09 EST
The following changes since commit 518d8d0199538a4d6d5e51064044ece71e0c42e7:
net: sched: avoid printing uninitialized link speed (2026-06-11 15:44:55 +0200)
are available in the Git repository at:
https://codeberg.org/linux-nfc/linux.git tags/nfc-net-next-20260611
for you to fetch changes up to 1b92c1f6d6d87f9ec3c2bef3c68b99b097712f9a:
MAINTAINERS: Update address for David Heidelberg (2026-06-11 20:24:47 +0200)
----------------------------------------------------------------
NFC updates for net-next 20260611
- nxp-nci: Add ISO15693 support
- nxp-nci: treat -ENXIO in IRQ thread as no data available
- nci: uart: Constify struct tty_ldisc_ops
- trf7970a: fix comment typos
- Use named initializers for struct i2c_device_id
- MAINTAINERS: Update address for David Heidelberg
----------------------------------------------------------------
Carl Lee (2):
nfc: nxp-nci: Add ISO15693 support
nfc: nxp-nci: treat -ENXIO in IRQ thread as no data available
Christophe JAILLET (1):
nfc: nci: uart: Constify struct tty_ldisc_ops
David Heidelberg (1):
MAINTAINERS: Update address for David Heidelberg
Miles Krause (1):
nfc: trf7970a: fix comment typos
Uwe Kleine-König (The Capable Hub) (1):
nfc: Use named initializers for struct i2c_device_id
MAINTAINERS | 2 +-
drivers/nfc/microread/i2c.c | 2 +-
drivers/nfc/nfcmrvl/i2c.c | 4 ++--
drivers/nfc/nxp-nci/core.c | 1 +
drivers/nfc/nxp-nci/i2c.c | 12 ++++++++++--
drivers/nfc/pn533/i2c.c | 4 ++--
drivers/nfc/pn544/i2c.c | 4 ++--
drivers/nfc/s3fwrn5/i2c.c | 4 ++--
drivers/nfc/st-nci/i2c.c | 4 ++--
drivers/nfc/st21nfca/i2c.c | 4 ++--
drivers/nfc/trf7970a.c | 6 +++---
net/nfc/nci/uart.c | 2 +-
12 files changed, 29 insertions(+), 20 deletions(-)