summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/spi.c
Commit message (Expand)AuthorAgeFilesLines
* NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-271-1/+6
* NFC: NCI: move generic spi driver to a moduleVincent Cuissard2015-10-271-0/+4
* NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin2014-02-231-1/+2
* NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade2013-09-251-22/+31
* NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade2013-09-251-16/+10
* NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade2013-09-251-0/+9
* NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade2013-09-251-0/+1
* NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade2013-09-251-125/+55
* NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade2013-09-251-64/+64
* NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade2013-09-251-1/+1
* NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-141-2/+1
* NFC: Add NCI over SPI receiveFrederic Danis2013-06-141-0/+174
* NFC: Add NCI over SPI sendFrederic Danis2013-06-141-1/+70
* NFC: Add basic NCI over SPIFrederic Danis2013-06-141-0/+136