summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/spi.c
Commit message (Expand)AuthorAgeFilesLines
* net: fill in MODULE_DESCRIPTION()s for NFCBreno Leitao2024-01-111-0/+1
* nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski2023-10-161-0/+2
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-301-1/+1
* NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean2019-12-041-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-14/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-4/+4
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-4/+4
* 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