summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
AgeCommit message (Expand)AuthorLines
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
2023-01-09nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang-3/+41
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-2/+2
2022-12-14nfc: pn533: Clear nfc_target before being usedMinsuk Kang-0/+4
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+46
2022-11-23nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek-15/+36
2022-11-23nfc: st-nci: fix memory leaks in EVT_TRANSACTIONMartin Faltesek-1/+3
2022-11-23nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek-1/+1
2022-11-23nfc: st21nfca: i2c: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23nfc: st-nci: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23nfc: s3fwrn5: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23nfc: pn544: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2