summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st-nci/se.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek1-15/+36
2022-11-23nfc: st-nci: fix memory leaks in EVT_TRANSACTIONMartin Faltesek1-1/+3
2022-11-23nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek1-1/+1
2021-10-11nfc: st-nci: drop unneeded debug printsKrzysztof Kozlowski1-6/+0
2021-05-31nfc: st-nci: drop ftrace-like debugging messagesKrzysztof Kozlowski1-6/+0
2021-05-24nfc: st-nci: remove unnecessary assignment and labelwengjianfeng1-6/+2
2021-02-08nfc: st-nci: Remove unnecessary variablewengjianfeng1-2/+1
2020-08-20nfc: st-nci: Remove unnecessary castAlex Dewar1-2/+1
2019-07-25st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner1-12/+1
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-8/+8
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-7/+4
2016-05-04nfc: st-nci: Move loopback usage from HCI to NCIChristophe Ricard1-5/+0
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard1-2/+4
2016-05-04nfc: st-nci: Remove redundant ST_NCI_HCI_HOST_ID_ESE from st-nci.hChristophe Ricard1-2/+2
2016-05-04nfc: st-nci: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard1-1/+1
2016-05-04nfc: st-nci: Simplify white list buildingChristophe Ricard1-9/+2
2015-12-29nfc: st-nci: Add support for HCI event connectivityChristophe Ricard1-1/+1
2015-12-29nfc: st-nci: Code cleanupChristophe Ricard1-1/+0
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard1-1/+1
2015-10-27NFC: st-nci: Fix host_list verification after SE activationChristophe Ricard1-2/+5
2015-10-27NFC: st-nci: Increase delay between 2 secure element activationsChristophe Ricard1-1/+1
2015-10-27NFC: st-nci: Add ese-present/uicc-present dts propertiesChristophe Ricard1-35/+63
2015-10-27NFC: st-nci: Add error messages when an unexpected HCI event occursChristophe Ricard1-0/+6
2015-10-27NFC: st-nci: Add support for proprietary commandsChristophe Ricard1-7/+22
2015-10-26NFC: st-nci: Fix st_nci_gates offsetChristophe Ricard1-1/+1
2015-10-26NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATEChristophe Ricard1-0/+3
2015-10-26NFC: st-nci: initialize gate_count in st_nci_hci_network_initChristophe Ricard1-0/+1
2015-10-26NFC: st-nci: Keep st_nci_gates unchanged in load_sessionChristophe Ricard1-4/+4
2015-10-26NFC: st-nci: Open NCI_HCI_LINK_MGMT_PIPEChristophe Ricard1-0/+8
2015-10-26NFC: st-nci: Remove HCI init_data.gates initialization in load_sessionChristophe Ricard1-3/+0
2015-10-26NFC: st-nci: Align st-nci driver with other nfc driverChristophe Ricard1-1/+0
2015-10-25NFC: st-nci: Rename st-nci_se.cSamuel Ortiz1-0/+714