aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcsim.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+1
2021-07-29nfc: nfcsim: constify drvdata (struct nfcsim)Gravatar Krzysztof Kozlowski 1-1/+1
2021-07-28nfc: nfcsim: fix use after free during module unloadGravatar Krzysztof Kozlowski 1-2/+1
2021-07-25nfc: constify nfc_digital_opsGravatar Krzysztof Kozlowski 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-10/+1
2017-06-23NFC: add NULL checks to avoid potential NULL pointer dereferenceGravatar Gustavo A. R. Silva 1-2/+4
2016-07-19NFC: nfcsim: Simulate lost frames through debugfs entryGravatar Thierry Escande 1-0/+12
2016-07-19NFC: nfcsim: Add support for sysfs control entryGravatar Thierry Escande 1-0/+51
2016-07-04NFC: nfcsim: Make use of the Digital layerGravatar Thierry Escande 1-354/+258
2015-12-21NFC: add rx delay sysfs parameter for nfcsim workqueueGravatar Saurabh Sengar 1-3/+7
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsGravatar Christophe Ricard 1-1/+1
2013-09-25NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level>Gravatar Joe Perches 1-7/+7
2013-09-25NFC: Replace nfc_dev_dbg with dev_dbgGravatar Joe Perches 1-12/+12
2013-08-14NFC: Fix missing static declarationsGravatar Thierry Escande 1-3/+3
2013-06-14NFC: Add a nfc hardware simulation driverGravatar Thierry Escande 1-0/+541