aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfca (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26nfc: st21nfca: remove unused header includesKrzysztof Kozlowski2-3/+0
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski1-1/+1
2021-07-25nfc: st21nfca: constify file-scope arraysKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski3-4/+4
2021-05-31nfc: st21nfca: drop ftrace-like debugging messagesKrzysztof Kozlowski1-5/+0
2021-05-28nfc: st21nfca: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-2/+2
2021-05-20NFC: st21nfca: remove unnecessary variable and labelswengjianfeng1-41/+18
2020-10-20nfc: remove unneeded breakTom Rix1-1/+0
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20nfc: st21nfca: Remove unnecessary castAlex Dewar1-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-29NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-02-27NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-11-06NFC: st21nfca: fix double freePan Bian1-0/+1
2019-07-25st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner6-72/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-09NFC: st21nfca: Fix fall-through warningsGustavo A. R. Silva1-0/+2
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-8/+9
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-6/+4
2017-11-06nfc: st21nfca: constify i2c_device_idArvind Yadav1-1/+1
2017-06-22NFC: st21nfca: Get rid of code duplication in ->probe()Andy Shevchenko1-52/+10
2017-06-22NFC: st21nfca: Add GPIO ACPI mapping tableAndy Shevchenko1-4/+14
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-3/+3
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg3-20/+20
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-2/+2
2017-04-05NFC: st21nfca: Use unified device property API meaningfullyAndy Shevchenko1-24/+5
2017-04-05NFC: st21nfca: Covert to use GPIO descriptorAndy Shevchenko1-27/+13
2017-04-05NFC: st21nfca: Get rid of "interesting" use of interrupt polarityAndy Shevchenko1-6/+1
2017-04-05NFC: st21nfca: Get rid of platform dataAndy Shevchenko1-43/+3
2017-04-05NFC: st21nfca: Fix obvious typo when check error codeAndy Shevchenko1-2/+2
2017-04-02NFC: st21nfca: Fix potential memory leakChristophe JAILLET1-6/+6
2017-04-02nfc: st21nfca: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-05-04nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.cChristophe Ricard1-2/+0
2016-05-04NFC: st21nfca: Drop two useless checks in ACPI probe pathChristophe Ricard1-12/+1
2016-05-04nfc: st21nfca: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard1-1/+1
2016-05-04nfc: st21nfca: Simplify white list buildingChristophe Ricard1-9/+2
2016-05-04nfc: st21nfca: set is_ese_present and is_uicc_present properlyChristophe Ricard1-4/+13
2016-05-04nfc: st21nfca: i2c: Change ST21NFCA_GPIO_NAME_RESET to match DTChristophe Ricard1-1/+1
2016-05-04nfc: st21nfca: Fix static checker warning Christophe Ricard1-2/+4
2016-05-01nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-12-29nfc: st21nfca: Add support for HCI event connectivityChristophe Ricard1-0/+1
2015-12-29NFC: st21nfca: Auto-select core moduleChristophe Ricard1-9/+4
2015-12-29nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disableChristophe Ricard1-1/+0
2015-12-29nfc: st21nfca: Code cleanupChristophe Ricard2-3/+2
2015-12-29nfc: st21nfca: Add support for acpi probing for i2c device.Christophe Ricard1-1/+50