summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfcb/i2c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfc: st-nci: Rename st21nfcb to st-nciChristophe Ricard2015-06-101-384/+0
* NFC: st21nfcb: disable irq when st21nfcb is disabledChristophe Ricard2015-06-091-4/+4
* NFC: st21nfcb: Move powered flag from phy to ndlc layerChristophe Ricard2015-06-091-5/+1
* NFC: st21nfcb: remove st21nfcb_nci_i2c_disableChristophe Ricard2015-06-091-3/+0
* NFC: st21nfcb: Do not remove header once the payload is sentChristophe Ricard2015-06-091-7/+0
* NFC: logging neateningJoe Perches2015-04-071-4/+1
* NFC: st21nfcb: Retry i2c_master_send if it returns a negative valueChristophe Ricard2015-04-061-2/+2
* NFC: st21nfcb: Fix "NULL pointer dereference" possible errorChristophe Ricard2015-01-261-7/+11
* 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: 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
* NFC: st21nfcb: remove error outputChristophe Ricard2014-09-241-3/+1
* NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.Christophe Ricard2014-09-241-15/+4
* NFC: st21nfcb: Remove useless headersChristophe Ricard2014-09-081-8/+0
* NFC: st21nfcb: Fix logic when running into i2c read retryChristophe Ricard2014-09-081-1/+3
* 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: few code clean upChristophe Ricard2014-07-231-8/+8
* NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chipChristophe Ricard2014-07-231-0/+462