summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfcb
Commit message (Expand)AuthorAgeFilesLines
* NFC: nci: Move NFCEE discovery logicChristophe Ricard2015-02-041-4/+0Star
* NFC: nci: Move logical connection structure allocationChristophe Ricard2015-02-041-1/+1
* NFC: nci: Support all destinations type when creating a connectionChristophe Ricard2015-02-041-10/+28
* NFC: st21nfcb: Add HCI transaction event supportChristophe Ricard2015-02-021-1/+22
* NFC: st21nfcb: Add support for secure elementChristophe Ricard2015-02-025-2/+746
* NFC: st21nfcb: Fix "NULL pointer dereference" possible errorChristophe Ricard2015-01-261-7/+11
* NFC: st21nfcb: Avoid use of skb after freeChristophe Ricard2015-01-261-1/+1
* NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data"Christophe Ricard2015-01-261-1/+0Star
* NFC: dts: st21nfcb: Fix compatible string spelling to follow other driversChristophe Ricard2015-01-261-0/+1
* NFC: st21nfcb: Fix reported errorChristophe Ricard2014-12-021-2/+2
* NFC: st21nfcb: Remove useless pr_infoChristophe Ricard2014-12-021-2/+0Star
* NFC: st21nfcb: Improve ndlc commentChristophe Ricard2014-12-021-1/+1
* NFC: st21nfcb: Remove gpio_irq field in static and dts configurationChristophe Ricard2014-12-021-29/+1Star
* NFC: st21nfcb: Add of_st21nfcb_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard2014-12-021-0/+3
* Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-065-67/+39Star
|\
| * NFC: st21nfcb: remove error outputChristophe Ricard2014-09-241-3/+1Star
| * NFC: st21nfcb: Add ISO15693 Reader/Writer supportChristophe Ricard2014-09-241-0/+1
| * NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-0/+10
| * NFC: st21nfcb: Fix improper ndlc T2 managementChristophe Ricard2014-09-241-1/+5
| * NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.Christophe Ricard2014-09-242-15/+8Star
| * NFC: st21nfcb: Remove useless headersChristophe Ricard2014-09-083-11/+0Star
| * NFC: st21nfcb: Fix logic when running into i2c read retryChristophe Ricard2014-09-081-1/+3
| * NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointerChristophe Ricard2014-09-071-10/+5Star
| * NFC: st21nfcb: Remove useless new line in nfc_err callChristophe Ricard2014-09-071-2/+1Star
| * NFC: st21nfcb: Remove double assignment of .owner in struct device_driverChristophe Ricard2014-09-071-1/+0Star
| * NFC: st21nfcb: Convert to use devm_gpio_request_oneChristophe Ricard2014-09-071-24/+6Star
| * NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs w...Christophe Ricard2014-09-071-1/+1
* | NFC: st21nfcb: Fix depmod dependency cycleChristophe Ricard2014-09-071-2/+3
|/
* NFC: st21nfcb: few code clean upChristophe Ricard2014-07-231-8/+8
* NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chipChristophe Ricard2014-07-237-0/+1012