summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfcb
AgeCommit message (Expand)AuthorLines
2015-06-10nfc: st-nci: Rename st21nfcb to st-nciChristophe Ricard-1791/+0
2015-06-09NFC: st21nfcb: Configure CLF with NCI proprietary commandChristophe Ricard-1/+29
2015-06-09NFC: st21nfcb: disable irq when st21nfcb is disabledChristophe Ricard-4/+4
2015-06-09NFC: st21nfcb: Move powered flag from phy to ndlc layerChristophe Ricard-5/+5
2015-06-09NFC: st21nfcb: Move st21nfcb_nci_remove in ndlc_removeChristophe Ricard-2/+2
2015-06-09NFC: st21nfcb: Add support for nci proprietary commandsChristophe Ricard-0/+27
2015-06-09NFC: st21nfcb: Fix st21nfcb_nci_closeChristophe Ricard-1/+3
2015-06-09NFC: st21nfcb: Add ndlc_close in st21nfcb_nci_removeChristophe Ricard-0/+4
2015-06-09NFC: st21nfcb: remove st21nfcb_nci_i2c_disableChristophe Ricard-3/+0
2015-06-09NFC: st21nfcb: Do not remove header once the payload is sentChristophe Ricard-7/+0
2015-06-09NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointerFiro Yang-3/+0
2015-04-07NFC: logging neateningJoe Perches-7/+3
2015-04-06nfc: st21nfcb: Add additional comments about EVT_TRANSACTIONChristophe Ricard-1/+8
2015-04-06nfc: st21nfcb: Add missing break statement in switch sectionChristophe Ricard-0/+1
2015-04-06NFC: st21nfcb: Retry i2c_master_send if it returns a negative valueChristophe Ricard-2/+2
2015-04-05NFC: st21nfcb: Fix memory leak in secure element probing stageChristophe Ricard-4/+2
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard-4/+0
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard-10/+28
2015-02-02NFC: st21nfcb: Add HCI transaction event supportChristophe Ricard-1/+22
2015-02-02NFC: st21nfcb: Add support for secure elementChristophe Ricard-2/+746
2015-01-26NFC: st21nfcb: Fix "NULL pointer dereference" possible errorChristophe Ricard-7/+11
2015-01-26NFC: st21nfcb: Avoid use of skb after freeChristophe Ricard-1/+1
2015-01-26NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data"Christophe Ricard-1/+0
2015-01-26NFC: dts: st21nfcb: Fix compatible string spelling to follow other driversChristophe Ricard-0/+1
2014-12-02NFC: st21nfcb: Fix reported errorChristophe Ricard-2/+2
2014-12-02NFC: st21nfcb: Remove useless pr_infoChristophe Ricard-2/+0
2014-12-02NFC: st21nfcb: Improve ndlc commentChristophe Ricard-1/+1
2014-12-02NFC: st21nfcb: Remove gpio_irq field in static and dts configurationChristophe Ricard-29/+1
2014-12-02NFC: st21nfcb: Add of_st21nfcb_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard-0/+3
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller-67/+39
2014-09-24NFC: st21nfcb: remove error outputChristophe Ricard-3/+1
2014-09-24NFC: st21nfcb: Add ISO15693 Reader/Writer supportChristophe Ricard-0/+1
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard-0/+10
2014-09-24NFC: st21nfcb: Fix improper ndlc T2 managementChristophe Ricard-1/+5
2014-09-24NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.Christophe Ricard-15/+8
2014-09-08NFC: st21nfcb: Remove useless headersChristophe Ricard-11/+0
2014-09-08NFC: st21nfcb: Fix logic when running into i2c read retryChristophe Ricard-1/+3
2014-09-07NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointerChristophe Ricard-10/+5
2014-09-07NFC: st21nfcb: Remove useless new line in nfc_err callChristophe Ricard-2/+1
2014-09-07NFC: st21nfcb: Remove double assignment of .owner in struct device_driverChristophe Ricard-1/+0
2014-09-07NFC: st21nfcb: Convert to use devm_gpio_request_oneChristophe Ricard-24/+6
2014-09-07NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs w...Christophe Ricard-1/+1
2014-09-07NFC: st21nfcb: Fix depmod dependency cycleChristophe Ricard-2/+3
2014-07-23NFC: st21nfcb: few code clean upChristophe Ricard-8/+8
2014-07-23NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chipChristophe Ricard-0/+1012