summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfca
Commit message (Expand)AuthorAgeFilesLines
* nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.cChristophe Ricard2016-05-041-2/+0
* NFC: st21nfca: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1
* 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/+2
* 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/+0
* nfc: st21nfca: Add support for HCI event connectivityChristophe Ricard2015-12-291-0/+1
* NFC: st21nfca: Auto-select core moduleChristophe Ricard2015-12-291-9/+4
* nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disableChristophe Ricard2015-12-291-1/+0
* nfc: st21nfca: Code cleanupChristophe Ricard2015-12-292-3/+2
* 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/+6
* nfc: st21nfca: Remove unneeded CONFIG_OF switchesChristophe Ricard2015-12-291-9/+0
* 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/+2
* 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/+5
* NFC: st21nfca: Remove HCI gates initialization in load_sessionChristophe Ricard2015-10-261-1/+0
* NFC: st21nfca: Align st21nfca driver with other nfc driverChristophe Ricard2015-10-267-130/+80
* 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
* NFC: st21nfca: Adding support for secure elementChristophe Ricard2015-01-286-21/+606
* NFC: st21nfca: Fix some skb memory leaksChristophe Ricard2015-01-261-16/+21
* NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memo...Christophe Ricard2015-01-261-4/+1
* NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocationChristophe Ricard2015-01-261-13/+0
* NFC: st21nfca: Remove unreachable codeChristophe Ricard2015-01-261-2/+0
* NFC: dts: st21nfca: Fix compatible string spelling to follow other driversChristophe Ricard2015-01-261-0/+1
* NFC: st21nfca: Report error returned by functions instead of -ENODEVChristophe Ricard2014-12-021-3/+3
* NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent ...Christophe Ricard2014-12-024-35/+50
* NFC: st21nfca: Remove gpio_irq field in static and dts configurationChristophe Ricard2014-12-021-29/+1
* NFC: st21nfca: Add of_st21nfca_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard2014-12-021-0/+3
* NFC: Don't include linux/unaligned/access_ok.hJohannes Berg2014-11-281-1/+1
* Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-054-101/+72
|\
| * NFC: st21nfca: Fix potential double kfree_skb errorChristophe Ricard2014-09-241-2/+0
| * NFC: st21nfca: ERR_PTR vs NULL fixChristophe Ricard2014-09-241-2/+2
| * NFC: st21nfca: Fix recursive fault when doing p2p in target mode.Christophe Ricard2014-09-241-7/+4
| * NFC: st21nfca: Fix potential skb leaks in NFC-DEP codeChristophe Ricard2014-09-241-2/+9
| * NFC: st21nfca: Fix few coding style issueChristophe Ricard2014-09-241-5/+3
| * NFC: st21nfca: fix "WARNING: else is not generally useful after a break or re...Christophe Ricard2014-09-081-1/+0
| * NFC: st21nfca: Clean up macros alignmentChristophe Ricard2014-09-081-25/+25
| * NFC: st21nfca: Clean up st21nfca.h macrosChristophe Ricard2014-09-082-21/+21
OpenPOWER on IntegriCloud