summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfca
Commit message (Expand)AuthorAgeFilesLines
* nfc: st21nfca: i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-06-081-30/+30
* nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek2022-06-081-3/+10
* nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-06-081-1/+1
* NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txDuoming Zhou2022-05-192-3/+15
* nfc: st21nfca: remove unnecessary skb check before kfree_skb()Yang Yingliang2022-03-181-2/+1
* nfc: use *_set_vendor_cmds() helpersJakub Kicinski2022-01-271-2/+2
* nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer2022-01-121-0/+10
* nfc: st21nfca: remove redundant assignment to variable iColin Ian King2021-12-301-3/+1
* NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun2021-12-281-9/+20
* 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