summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfca
Commit message (Expand)AuthorAgeFilesLines
* nfc: st21nfca: drop unneeded debug printsKrzysztof Kozlowski2021-10-112-8/+0
* nfc: st21nfca: remove unused header includesKrzysztof Kozlowski2021-08-262-3/+0
* nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_hci_gateKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-251-1/+1
* nfc: st21nfca: constify file-scope arraysKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nfc_phy_opsKrzysztof Kozlowski2021-07-253-4/+4
* nfc: st21nfca: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-05-311-5/+0
* nfc: st21nfca: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-281-2/+2
* NFC: st21nfca: remove unnecessary variable and labelswengjianfeng2021-05-201-41/+18
* nfc: remove unneeded breakTom Rix2020-10-201-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | nfc: st21nfca: Remove unnecessary castAlex Dewar2020-08-201-2/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan2020-05-291-1/+3
* NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-271-2/+2
* NFC: st21nfca: fix double freePan Bian2019-11-061-0/+1
* st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost2019-07-251-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-056-72/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* NFC: st21nfca: Fix fall-through warningsGustavo A. R. Silva2019-04-091-0/+2
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-8/+9
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-6/+4
* nfc: st21nfca: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* NFC: st21nfca: Get rid of code duplication in ->probe()Andy Shevchenko2017-06-221-52/+10
* NFC: st21nfca: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-221-4/+14
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-3/+3
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-20/+20
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-2/+2
* NFC: st21nfca: Use unified device property API meaningfullyAndy Shevchenko2017-04-051-24/+5
* NFC: st21nfca: Covert to use GPIO descriptorAndy Shevchenko2017-04-051-27/+13
* NFC: st21nfca: Get rid of "interesting" use of interrupt polarityAndy Shevchenko2017-04-051-6/+1
* NFC: st21nfca: Get rid of platform dataAndy Shevchenko2017-04-051-43/+3
* NFC: st21nfca: Fix obvious typo when check error codeAndy Shevchenko2017-04-051-2/+2
* NFC: st21nfca: Fix potential memory leakChristophe JAILLET2017-04-021-6/+6
* nfc: st21nfca: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0
* nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.cChristophe Ricard2016-05-041-2/+0
* NFC: st21nfca: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1
* nfc: st21nfca: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard2016-05-041-1/+1
* nfc: st21nfca: Simplify white list buildingChristophe Ricard2016-05-041-9/+2
* nfc: st21nfca: set is_ese_present and is_uicc_present properlyChristophe Ricard2016-05-041-4/+13
* nfc: st21nfca: i2c: Change ST21NFCA_GPIO_NAME_RESET to match DTChristophe Ricard2016-05-041-1/+1
* nfc: st21nfca: Fix static checker warning Christophe Ricard2016-05-041-2/+4
* nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-05-011-1/+0
* nfc: st21nfca: Add support for HCI event connectivityChristophe Ricard2015-12-291-0/+1
* NFC: st21nfca: Auto-select core moduleChristophe Ricard2015-12-291-9/+4
* nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disableChristophe Ricard2015-12-291-1/+0
* nfc: st21nfca: Code cleanupChristophe Ricard2015-12-292-3/+2