summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcsim.c
Commit message (Expand)AuthorAgeFilesLines
* nfcsim.c: Fix error checking for debugfs_create_dirOsama Muhammad2023-05-261-4/+0
* drivers: nfc: nfcsim: remove return value check of `dev_dir`Jianuo Kuang2023-04-241-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-2/+1
|\
| * nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski2021-07-281-2/+1
* | nfc: nfcsim: constify drvdata (struct nfcsim)Krzysztof Kozlowski2021-07-291-1/+1
* | nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* NFC: add NULL checks to avoid potential NULL pointer dereferenceGustavo A. R. Silva2017-06-231-2/+4
* NFC: nfcsim: Simulate lost frames through debugfs entryThierry Escande2016-07-191-0/+12
* NFC: nfcsim: Add support for sysfs control entryThierry Escande2016-07-191-0/+51
* NFC: nfcsim: Make use of the Digital layerThierry Escande2016-07-041-354/+258
* NFC: add rx delay sysfs parameter for nfcsim workqueueSaurabh Sengar2015-12-211-3/+7
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-1/+1
* NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level>Joe Perches2013-09-251-7/+7
* NFC: Replace nfc_dev_dbg with dev_dbgJoe Perches2013-09-251-12/+12
* NFC: Fix missing static declarationsThierry Escande2013-08-141-3/+3
* NFC: Add a nfc hardware simulation driverThierry Escande2013-06-141-0/+541