index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
nfc
/
nci
/
spi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-12
net: fill in MODULE_DESCRIPTION()s for NFC
Breno Leitao
1
-0
/
+1
2023-10-17
nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
Krzysztof Kozlowski
1
-0
/
+2
2021-07-30
nfc: nci: constify several pointers to u8, sk_buff and other structs
Krzysztof Kozlowski
1
-1
/
+1
2019-12-05
NFC: NCI: use new `delay` structure for SPI transfer delays
Alexandru Ardelean
1
-2
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
1
-14
/
+1
2017-06-16
networking: add and use skb_put_u8()
Johannes Berg
1
-4
/
+4
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-2
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-4
/
+4
2015-10-27
NFC: NCI: allow spi driver to choose transfer clock
Vincent Cuissard
1
-1
/
+6
2015-10-27
NFC: NCI: move generic spi driver to a module
Vincent Cuissard
1
-0
/
+4
2014-02-24
NFC: NCI: Use reinit_completion() at appropriate places
Axel Lin
1
-1
/
+2
2013-09-25
NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec
Eric Lapuyade
1
-22
/
+31
2013-09-25
NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame
Eric Lapuyade
1
-16
/
+10
2013-09-25
NFC: NCI: zero struct spi_transfer variables before usage
Eric Lapuyade
1
-0
/
+9
2013-09-25
NFC: NCI: Store the spi device pointer from the spi instance
Eric Lapuyade
1
-0
/
+1
2013-09-25
NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer
Eric Lapuyade
1
-125
/
+55
2013-09-25
NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency
Eric Lapuyade
1
-64
/
+64
2013-09-25
NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()
Eric Lapuyade
1
-1
/
+1
2013-06-14
NFC: Remove the static supported_se field
Samuel Ortiz
1
-2
/
+1
2013-06-14
NFC: Add NCI over SPI receive
Frederic Danis
1
-0
/
+174
2013-06-14
NFC: Add NCI over SPI send
Frederic Danis
1
-1
/
+70
2013-06-14
NFC: Add basic NCI over SPI
Frederic Danis
1
-0
/
+136