summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st-nci
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfc: st-nci: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard2016-05-041-1/+1
* nfc: st-nci: Simplify white list buildingChristophe Ricard2016-05-041-9/+2
* nfc: st-nci: set is_ese_present and is_uicc_present properlyChristophe Ricard2016-05-042-8/+26
* nfc: st-nci: spi: Change ST_NCI_GPIO_NAME_RESET to match DTChristophe Ricard2016-05-041-1/+1
* nfc: st-nci: i2c: Change ST_NCI_GPIO_NAME_RESET to match DTChristophe Ricard2016-05-041-1/+1
* nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-05-011-1/+0
* nfc: st-nci: Add support for HCI event connectivityChristophe Ricard2015-12-291-1/+1
* NFC: st-nci: Auto-select core moduleChristophe Ricard2015-12-291-11/+7
* nfc: st-nci: Code cleanupChristophe Ricard2015-12-293-4/+1
* nfc: st-nci: Add support for acpi probing for spi device.Christophe Ricard2015-12-291-0/+52
* nfc: st-nci: Add support for acpi probing for i2c device.Christophe Ricard2015-12-291-0/+53