aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-14/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-4/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard1-1/+6
2015-10-27NFC: NCI: move generic spi driver to a moduleVincent Cuissard1-0/+4
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin1-1/+2
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade1-22/+31
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade1-16/+10
2013-09-25NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade1-0/+9
2013-09-25NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade1-0/+1
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade1-125/+55
2013-09-25NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade1-64/+64
2013-09-25NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade1-1/+1
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz1-2/+1
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis1-0/+174
2013-06-14NFC: Add NCI over SPI sendFrederic Danis1-1/+70
2013-06-14NFC: Add basic NCI over SPIFrederic Danis1-0/+136