summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfcb
Commit message (Expand)AuthorAgeFilesLines
* NFC: logging neateningJoe Perches2015-04-072-7/+3
* nfc: st21nfcb: Add additional comments about EVT_TRANSACTIONChristophe Ricard2015-04-061-1/+8
* nfc: st21nfcb: Add missing break statement in switch sectionChristophe Ricard2015-04-061-0/+1
* NFC: st21nfcb: Retry i2c_master_send if it returns a negative valueChristophe Ricard2015-04-061-2/+2
* NFC: st21nfcb: Fix memory leak in secure element probing stageChristophe Ricard2015-04-051-4/+2
* NFC: nci: Move NFCEE discovery logicChristophe Ricard2015-02-041-4/+0
* 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/+0
* 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/+0
* 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/+1
* 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-055-67/+39
|\
| * NFC: st21nfcb: remove error outputChristophe Ricard2014-09-241-3/+1
| * 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/+8
| * NFC: st21nfcb: Remove useless headersChristophe Ricard2014-09-083-11/+0
| * 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/+5
| * NFC: st21nfcb: Remove useless new line in nfc_err callChristophe Ricard2014-09-071-2/+1
| * NFC: st21nfcb: Remove double assignment of .owner in struct device_driverChristophe Ricard2014-09-071-1/+0
| * NFC: st21nfcb: Convert to use devm_gpio_request_oneChristophe Ricard2014-09-071-24/+6
| * 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
OpenPOWER on IntegriCloud