summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st-nci
Commit message (Expand)AuthorAgeFilesLines
* nfc: st-nci: Fix use after free bug in ndlc_remove due to race conditionZheng Wang2023-03-151-2/+4
* nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-02-261-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-13/+36
|\
| * nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-11-231-15/+36
| * nfc: st-nci: fix memory leaks in EVT_TRANSACTIONMartin Faltesek2022-11-231-1/+3
| * nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-11-231-1/+1
* | nfc: st-nci: 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
* Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-281-3/+1
|\
| * spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* | nfc: use *_set_vendor_cmds() helpersJakub Kicinski2022-01-271-1/+1
|/
* nfc: st-nci: drop unneeded debug printsKrzysztof Kozlowski2021-10-114-18/+0
* nfc: st-nci: Add SPI ID matching DT compatibleMark Brown2021-09-231-0/+1
* nfc: st-nci: remove unused header includesKrzysztof Kozlowski2021-08-261-2/+0
* nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_phy_opsKrzysztof Kozlowski2021-07-254-9/+9
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-1/+2
* nfc: st-nci: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-05-313-16/+0
* nfc: st-nci: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-282-4/+4
* nfc: st-nci: remove unnecessary labelswengjianfeng2021-05-261-10/+5
* nfc: st-nci: remove unnecessary assignment and labelwengjianfeng2021-05-241-6/+2
* nfc: st-nci: remove unnecessary labelwengjianfeng2021-04-131-5/+2
* nfc: st-nci: Remove unnecessary variablewengjianfeng2021-02-081-2/+1
* nfc: st-nci: Remove unnecessary castAlex Dewar2020-08-201-2/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost2019-07-251-0/+2
* nfc: st-nci: remove redundant assignment to variable rColin Ian King2019-07-021-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-058-96/+8
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-8/+8
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-6/+6
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-212-14/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-1/+1
|\
| * nfc: st-nci: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ | |/ |/|
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* NFC: st-nci: Get rid of code duplication in ->probe()Andy Shevchenko2017-06-222-103/+18
* NFC: st-nci: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-222-8/+26
* NFC: st-nci: Use unified device properties API meaningfullyAndy Shevchenko2017-06-222-48/+11
* NFC: st-nci: Covert to use GPIO descriptorAndy Shevchenko2017-06-222-58/+28
* NFC: st-nci: Get rid of "interesting" use of interrupt polarityAndy Shevchenko2017-06-222-14/+2
* NFC: st-nci: Get rid of platform dataAndy Shevchenko2017-06-222-82/+4
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* nfc: st-nci: Move loopback usage from HCI to NCIChristophe Ricard2016-05-043-66/+14
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-041-2/+4
* nfc: st-nci: Remove redundant ST_NCI_HCI_HOST_ID_ESE from st-nci.hChristophe Ricard2016-05-042-3/+2
* NFC: st-nci: spi: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1
* NFC: st-nci: i2c: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1