summaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+75
2026-08-11nfc: st95hf: switch to using sleeping variants of gpiod APIDmitry Torokhov1-3/+3
2026-08-11nfc: Unify style of usb_device_id arraysUwe Kleine-König (The Capable Hub)2-3/+2
2026-08-11nfc: Unify style of spi_device_id arraysUwe Kleine-König (The Capable Hub)3-4/+3
2026-08-11nfc: Initialize spi_device_idarrays using member namesUwe Kleine-König (The Capable Hub)4-5/+5
2026-08-11nfc: Drop unused assignment of spi_device_id driver dataUwe Kleine-König (The Capable Hub)4-5/+5
2026-08-11nfc: Unify style of of_device_id arraysUwe Kleine-König (The Capable Hub)13-31/+30
2026-08-11nfc: Drop __maybe_unused from of_device_id tablesUwe Kleine-König (The Capable Hub)10-10/+10
2026-08-11nfc: Initialize mei_cl_device_idarrays using member namesUwe Kleine-König (The Capable Hub)2-8/+12
2026-08-11nfc: pn544: Drop empty line between i2c_device_id array and MODULE_DEVICE_TAB...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-08-11nfc: Unify style of acpi_device_id arraysUwe Kleine-König (The Capable Hub)5-5/+5
2026-08-11nfc: Initialize acpi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)6-9/+9
2026-08-11nfc: Drop unused assignment of acpi_device_id driver dataUwe Kleine-König (The Capable Hub)4-5/+4
2026-08-11nfc: Drop __maybe_unused from acpi_device_id tablesUwe Kleine-König (The Capable Hub)4-4/+4
2026-08-11nfc: nxp-nci: Add remove on IRQ errorGriffin Kroah-Hartman1-1/+3
2026-08-11nfc: mrvl: spi: Unregister dev on allocation failGriffin Kroah-Hartman1-0/+4
2026-08-11nfc: trf7970a: Use NULL when no response is expectedLinmao Li1-1/+1
2026-08-11nfc: pn533: fix memcpy overflow warningRosen Penev1-4/+6
2026-08-11nfc: microread: validate target discovery payload lengthsPengpeng Hou1-2/+29
2026-08-11nfc: pn533: purge fragmented skbs during cleanupXu Rao1-0/+1
2026-08-11nfc: st21nfca: validate ATR_REQ length against the received frameDoruk Tan Ozturk1-0/+3
2026-08-11nfc: pn533: hold a reference to the request skb during send_frameYinhao Hu1-6/+15
2026-08-11nfc: fdp: bound the device-reported read length and fix an skb leakBryam Vargas1-0/+27
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)3-3/+0
2026-06-11nfc: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)8-15/+15
2026-06-11nfc: nxp-nci: treat -ENXIO in IRQ thread as no data availableCarl Lee1-0/+8
2026-06-11nfc: nxp-nci: Add ISO15693 supportCarl Lee1-0/+1
2026-06-11nfc: trf7970a: fix comment typosMiles Krause1-3/+3
2026-05-18nfc: nxp-nci: i2c: use rising-edge IRQ on ACPI systemsCarl Lee1-1/+20
2026-04-28NFC: trf7970a: Ignore antenna noise when checking for RF fieldPaul Geurts1-1/+2
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+15
2026-04-09nfc: pn533: allocate rx skb before consuming bytesPengpeng Hou1-3/+8
2026-04-04nfc: s3fwrn5: allocate rx skb before consuming bytesPengpeng Hou1-3/+7
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2026-04-01nfc: port100: refactor endpoint lookupJohan Hovold1-21/+6
2026-04-01nfc: pn533: refactor endpoint lookupJohan Hovold1-23/+11
2026-04-01nfc: nfcmrvl: refactor endpoint lookupJohan Hovold1-16/+4
2026-03-31NFC: pn533: bound the UART receive bufferPengpeng Hou1-0/+3
2026-03-24nfc: microread: Drop unused includeAndy Shevchenko1-1/+0
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-03-19NFC: nxp-nci: allow GPIOs to sleepIan Ray1-2/+2
2026-03-10Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Jakub Kicinski8-128/+61
2026-03-09nfc: nfcmrvl: convert to gpio descriptorsJialu Xu4-40/+36
2026-03-09nfc: s3fwrn5: convert to gpio descriptorsJialu Xu4-88/+25
2026-03-07nfc: port100: drop redundant device referenceJohan Hovold1-3/+1
2026-03-07nfc: pn533: drop redundant device referenceJohan Hovold1-3/+1
2026-03-04NFC: s3fwrn5: Replace strcpy() with strscpy()Tomasz Unger1-1/+1
2026-03-04NFC: nfcmrvl: Replace strcpy() with strscpy()Tomasz Unger1-1/+1
2026-03-04NFC: nxp-nci: Replace strcpy() with strscpy()Tomasz Unger1-1/+1
2026-03-04NFC: pn544: i2c: Replace strcpy() with strscpy()Tomasz Unger1-1/+1