summaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcsim.c
AgeCommit message (Expand)Author
2023-05-26nfcsim.c: Fix error checking for debugfs_create_dirOsama Muhammad
2023-04-24drivers: nfc: nfcsim: remove return value check of `dev_dir`Jianuo Kuang
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-29nfc: nfcsim: constify drvdata (struct nfcsim)Krzysztof Kozlowski
2021-07-28nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2017-06-23NFC: add NULL checks to avoid potential NULL pointer dereferenceGustavo A. R. Silva
2016-07-19NFC: nfcsim: Simulate lost frames through debugfs entryThierry Escande
2016-07-19NFC: nfcsim: Add support for sysfs control entryThierry Escande
2016-07-04NFC: nfcsim: Make use of the Digital layerThierry Escande
2015-12-21NFC: add rx delay sysfs parameter for nfcsim workqueueSaurabh Sengar
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2013-09-25NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level>Joe Perches
2013-09-25NFC: Replace nfc_dev_dbg with dev_dbgJoe Perches
2013-08-14NFC: Fix missing static declarationsThierry Escande
2013-06-14NFC: Add a nfc hardware simulation driverThierry Escande