summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfca
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
* 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-221-8/+9
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-221-6/+4Star
* 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/+10Star
* 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/+5Star
* NFC: st21nfca: Covert to use GPIO descriptorAndy Shevchenko2017-04-051-27/+13Star
* NFC: st21nfca: Get rid of "interesting" use of interrupt polarityAndy Shevchenko2017-04-051-6/+1Star
* NFC: st21nfca: Get rid of platform dataAndy Shevchenko2017-04-051-43/+3Star
* 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/+0Star
* nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.cChristophe Ricard2016-05-041-2/+0Star
* NFC: st21nfca: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1Star
* nfc: st21nfca: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard2016-05-041-1/+1
* nfc: st21nfca: Simplify white list buildingChristophe Ricard2016-05-041-9/+2Star
* nfc: st21nfca: set is_ese_present and is_uicc_present properlyChristophe Ricard2016-05-041-4/+13
* nfc: st21nfca: i2c: Change ST21NFCA_GPIO_NAME_RESET to match DTChristophe Ricard2016-05-041-1/+1
* nfc: st21nfca: Fix static checker warning Christophe Ricard2016-05-041-2/+4
* nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-05-011-1/+0Star
* nfc: st21nfca: Add support for HCI event connectivityChristophe Ricard2015-12-291-0/+1
* NFC: st21nfca: Auto-select core moduleChristophe Ricard2015-12-291-9/+4Star
* nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disableChristophe Ricard2015-12-291-1/+0Star
* nfc: st21nfca: Code cleanupChristophe Ricard2015-12-292-3/+2Star
* nfc: st21nfca: Add support for acpi probing for i2c device.Christophe Ricard2015-12-291-1/+50
* nfc: st21nfca: Add macro for gpio nameChristophe Ricard2015-12-291-2/+5
* nfc: st21nfca: Group device table togetherChristophe Ricard2015-12-291-7/+6Star
* nfc: st21nfca: Remove unneeded CONFIG_OF switchesChristophe Ricard2015-12-291-9/+0Star
* NFC: st21nfca: Add support for proprietary commandsChristophe Ricard2015-10-275-3/+435
* NFC: st21nfca: Add error messages for unexpected HCI eventsChristophe Ricard2015-10-273-0/+7
* NFC: st21nfca: Add few code style fixesChristophe Ricard2015-10-273-3/+2Star
* NFC: st21nfca: Fix host_list verification after SEactivationChristophe Ricard2015-10-271-2/+5
* NFC: st21nfca: Fix st21nfca_gates offsetChristophe Ricard2015-10-261-3/+4
* NFC: st21nfca: Keep st21nfca_gates unchanged in load_sessionChristophe Ricard2015-10-261-6/+6
* NFC: st21nfca: Open NFC_HCI_LINK_MGMT_PIPEChristophe Ricard2015-10-261-14/+5Star
* NFC: st21nfca: Remove HCI gates initialization in load_sessionChristophe Ricard2015-10-261-1/+0Star
* NFC: st21nfca: Align st21nfca driver with other nfc driverChristophe Ricard2015-10-267-130/+80Star
* NFC: st21nfca: fix use of uninitialized variables in error pathChristophe Ricard2015-08-171-5/+6
* nfc: st21nfca: Add additional comments about EVT_TRANSACTIONChristophe Ricard2015-04-061-1/+10
* NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter nameChristophe Ricard2015-04-061-2/+2
* NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copyChristophe Ricard2015-04-061-1/+1
* NFC: st21nfca: Add HCI transaction event supportChristophe Ricard2015-02-021-0/+21