summaryrefslogtreecommitdiff
path: root/net/nfc/digital_core.c
AgeCommit message (Expand)Author
2024-01-11net: fill in MODULE_DESCRIPTION()s for NFCBreno Leitao
2021-10-13NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski
2021-03-28NFC: digital: Correct function name in the kerneldoc commentsXiongfeng Wang
2020-10-30net: nfc: Fix kerneldoc warningsAndrew Lunn
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2017-11-10NFC: digital: Abort cmd when deactivating targetMark Greer
2017-06-23NFC: digital: Delete an error message for memory allocation failureMarkus Elfring
2017-06-23NFC: digital: Improve a size determination in four functionsMarkus Elfring
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2016-07-06NFC: digital: Abort last command when dep link goes downThierry Escande
2016-07-06NFC: digital: Set the command pending flagThierry Escande
2016-07-06NFC: digital: Call pending command callbacks at device unregisterThierry Escande
2016-07-04NFC: digital: Add a delay between poll cyclesThierry Escande
2015-12-29NFC: digital: Add Type4A tags supportShikha Singh
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2014-07-23NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooksMark A. Greer
2014-07-21NFC: digital: Clear poll_tech_count before activating targetMark A. Greer
2014-05-26NFC: digital: Randomize poll cyclesThierry Escande
2014-04-22NFC: digital: Add support for ISO/IEC 14443-B ProtocolMark A. Greer
2014-03-11NFC: digital: Rename Type V tags to Type 5 tagsMark A. Greer
2014-02-23NFC: digital: Use matching_[im|tm]_protocols to check with NFC protocols masksAxel Lin
2014-02-16NFC: digital: Fix a possible memory leakThierry Escande
2014-02-16NFC: digital: Add missing break in switch statementThierry Escande
2014-02-16NFC: digital: Add ISO-DEP support for data exchangeThierry Escande
2014-02-16NFC: digital: Add poll support for type 4A tag platformThierry Escande
2014-02-16NFC: digital: Add Digital Layer support for ISO/IEC 15693Mark A. Greer
2014-01-07NFC: digital: Set current target active on activate_target() callThierry Escande
2013-09-25NFC: digital: Add newline to pr_* callsSamuel Ortiz
2013-09-25NFC: digital: Remove PR_ERR and PR_DBG macrosSamuel Ortiz
2013-09-25NFC Digital: Add target NFC-DEP supportThierry Escande
2013-09-25NFC Digital: Add initiator NFC-DEP supportThierry Escande
2013-09-25NFC Digital: Add NFC-F technology supportThierry Escande
2013-09-25NFC Digital: Add NFC-A technology supportThierry Escande
2013-09-25NFC Digital: Implement driver commands mechanismThierry Escande
2013-09-25NFC: Digital Protocol stack implementationThierry Escande