summaryrefslogtreecommitdiff
path: root/drivers/nfc/st21nfca
AgeCommit message (Expand)Author
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-02-26nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin
2022-11-23nfc: st21nfca: i2c: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-06-08nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek
2022-06-08nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek
2022-06-08nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek
2022-05-19NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txDuoming Zhou
2022-03-18nfc: st21nfca: remove unnecessary skb check before kfree_skb()Yang Yingliang
2022-01-27nfc: use *_set_vendor_cmds() helpersJakub Kicinski
2022-01-12nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer
2021-12-30nfc: st21nfca: remove redundant assignment to variable iColin Ian King
2021-12-28NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun
2021-10-11nfc: st21nfca: drop unneeded debug printsKrzysztof Kozlowski
2021-08-26nfc: st21nfca: remove unused header includesKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski
2021-07-25nfc: st21nfca: constify file-scope arraysKrzysztof Kozlowski
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski
2021-05-31nfc: st21nfca: drop ftrace-like debugging messagesKrzysztof Kozlowski
2021-05-28nfc: st21nfca: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-20NFC: st21nfca: remove unnecessary variable and labelswengjianfeng
2020-10-20nfc: remove unneeded breakTom Rix
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20nfc: st21nfca: Remove unnecessary castAlex Dewar
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-29NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan
2020-02-27NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-11-06NFC: st21nfca: fix double freePan Bian
2019-07-25st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-09NFC: st21nfca: Fix fall-through warningsGustavo A. R. Silva
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-06nfc: st21nfca: constify i2c_device_idArvind Yadav
2017-06-22NFC: st21nfca: Get rid of code duplication in ->probe()Andy Shevchenko
2017-06-22NFC: st21nfca: Add GPIO ACPI mapping tableAndy Shevchenko
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-05NFC: st21nfca: Use unified device property API meaningfullyAndy Shevchenko
2017-04-05NFC: st21nfca: Covert to use GPIO descriptorAndy Shevchenko
2017-04-05NFC: st21nfca: Get rid of "interesting" use of interrupt polarityAndy Shevchenko
2017-04-05NFC: st21nfca: Get rid of platform dataAndy Shevchenko
2017-04-05NFC: st21nfca: Fix obvious typo when check error codeAndy Shevchenko
2017-04-02NFC: st21nfca: Fix potential memory leakChristophe JAILLET