summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
AgeCommit message (Expand)AuthorLines
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+1
2026-02-25nfc: pn533: properly drop the usb interface reference on disconnectGreg Kroah-Hartman-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-19/+19
2026-02-06nfc: nxp-nci: remove interrupt trigger typeCarl Lee-1/+1
2026-01-17Revert "nfc/nci: Add the inconsistency check between the input data length an...Thadeu Lima de Souza Cascardo-4/+0
2025-12-11nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()Dan Carpenter-1/+1
2025-11-17NFC: mei_phy: fix kernel-doc warningsRandy Dunlap-2/+2
2025-08-18nfc: s3fwrn5: Use SHA-1 library instead of crypto_shashEric Biggers-18/+2
2025-08-14nfc: pn533: Delete an unnecessary checkDan Carpenter-8/+4
2025-06-27NFC: trf7970a: Create device-tree parameter for RX gain reductionPaul Geurts-11/+80
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-11/+14
2025-05-21nfc: Correct Samsung "Electronics" spelling in copyright headersSumanth Gavini-12/+12
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-22/+22
2025-01-18nfc: mrvl: Don't use "proxy" headersAndy Shevchenko-2/+7
2025-01-18nfc: st21nfca: Remove unused of_gpio.hAndy Shevchenko-1/+0
2025-01-06nfc: st21nfca: Drop unneeded null check in st21nfca_tx_work()Krzysztof Kozlowski-10/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-4/+4
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+5
2024-08-29nfc: pn533: Add poll mod list filling checkAleksandr Mishin-0/+5
2024-08-21nfc: pn533: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-1/+0
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds-2/+0
2024-06-20nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-8/+8
2024-05-29nfc/nci: Add the inconsistency check between the input data length and countEdward Adam Davis-0/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+23
2024-04-22NFC: trf7970a: disable all regulators on removalPaul Geurts-19/+23
2024-03-29nfc: st95hf: drop driver owner assignmentKrzysztof Kozlowski-1/+0
2024-03-29nfc: mrvl: spi: drop driver owner assignmentKrzysztof Kozlowski-1/+0
2024-03-29nfc: st95hf: Switch to using gpiod APIAndy Shevchenko-16/+11
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini-4/+4
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman-1/+6
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)-5/+4
2023-11-22nfc: virtual_ncidev: Add variable to check if ndev is runningNguyen Dinh Phi-1/+6
2023-08-30NFC: nxp: add NXP1002Oliver Neukum-0/+1
2023-08-16nfc: virtual_ncidev: Use module_misc_device macro to simplify the codeLi Zetao-12/+1
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2023-06-18nfc: fdp: Add MODULE_FIRMWARE macrosJuerg Haefliger-0/+3
2023-06-12nfc: nxp-nci: store __be16 value in __be16 variableSimon Horman-1/+1
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+0
2023-05-26nfcsim.c: Fix error checking for debugfs_create_dirOsama Muhammad-4/+0
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König-9/+9
2023-04-24drivers: nfc: nfcsim: remove return value check of `dev_dir`Jianuo Kuang-5/+0
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2023-03-16nfc: mrvl: Use of_property_read_bool() for boolean propertiesRob Herring-18/+7
2023-03-16nfc: mrvl: Move platform_data struct into driverRob Herring-2/+28
2023-03-15nfc: trf7970a: mark OF related data as maybe unusedKrzysztof Kozlowski-1/+1
2023-03-15nfc: st-nci: Fix use after free bug in ndlc_remove due to race conditionZheng Wang-2/+4
2023-03-10nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin-0/+1
2023-02-28nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_pro...Kang Chen-0/+4
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin-0/+12