| Commit message (Expand) | Author | Age | Files | Lines |
* | net: fill in MODULE_DESCRIPTION()s for NFC | Breno Leitao | 2024-01-11 | 1 | -0/+1 |
* | nfc: nci: fix possible NULL pointer dereference in send_acknowledge() | Krzysztof Kozlowski | 2023-10-16 | 1 | -0/+2 |
* | nfc: nci: constify several pointers to u8, sk_buff and other structs | Krzysztof Kozlowski | 2021-07-30 | 1 | -1/+1 |
* | NFC: NCI: use new `delay` structure for SPI transfer delays | Alexandru Ardelean | 2019-12-04 | 1 | -2/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 2019-06-05 | 1 | -14/+1 |
* | networking: add and use skb_put_u8() | Johannes Berg | 2017-06-16 | 1 | -4/+4 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -2/+2 |
* | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 1 | -4/+4 |
* | NFC: NCI: allow spi driver to choose transfer clock | Vincent Cuissard | 2015-10-27 | 1 | -1/+6 |
* | NFC: NCI: move generic spi driver to a module | Vincent Cuissard | 2015-10-27 | 1 | -0/+4 |
* | NFC: NCI: Use reinit_completion() at appropriate places | Axel Lin | 2014-02-23 | 1 | -1/+2 |
* | NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec | Eric Lapuyade | 2013-09-25 | 1 | -22/+31 |
* | NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame | Eric Lapuyade | 2013-09-25 | 1 | -16/+10 |
* | NFC: NCI: zero struct spi_transfer variables before usage | Eric Lapuyade | 2013-09-25 | 1 | -0/+9 |
* | NFC: NCI: Store the spi device pointer from the spi instance | Eric Lapuyade | 2013-09-25 | 1 | -0/+1 |
* | NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer | Eric Lapuyade | 2013-09-25 | 1 | -125/+55 |
* | NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency | Eric Lapuyade | 2013-09-25 | 1 | -64/+64 |
* | NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device() | Eric Lapuyade | 2013-09-25 | 1 | -1/+1 |
* | NFC: Remove the static supported_se field | Samuel Ortiz | 2013-06-14 | 1 | -2/+1 |
* | NFC: Add NCI over SPI receive | Frederic Danis | 2013-06-14 | 1 | -0/+174 |
* | NFC: Add NCI over SPI send | Frederic Danis | 2013-06-14 | 1 | -1/+70 |
* | NFC: Add basic NCI over SPI | Frederic Danis | 2013-06-14 | 1 | -0/+136 |