index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-loopback-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-17
spi: spi-loopback-test: Fix formatting issues in function header blocks
Lee Jones
1
-8
/
+8
2019-10-15
spi: spi-loopback-test: use new `delay` field
Alexandru Ardelean
1
-3
/
+9
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2017-07-26
spi: loopback-test: implement testing with no CS
Oleksij Rempel
1
-3
/
+9
2017-07-18
spi: loopback-test: make several module parameters static
Colin Ian King
1
-7
/
+7
2017-07-17
spi: loopback-test: provide loop_req option.
Oleksij Rempel
1
-0
/
+16
2017-06-28
spi: loopback-test: Fix kfree() NULL pointer error.
Arvind Yadav
1
-6
/
+6
2017-06-28
spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"
Colin Ian King
1
-1
/
+1
2017-04-26
Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '...
Mark Brown
1
-41
/
+78
2017-03-30
spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"
Colin Ian King
1
-1
/
+1
2017-03-20
spi: loopback-test: fix potential integer overflow on multiple
Colin Ian King
1
-1
/
+2
2017-03-17
spi: loopback-test: add test spi_message with delay after transfers
Akinobu Mita
1
-0
/
+19
2017-03-17
spi: loopback-test: add elapsed time check
Akinobu Mita
1
-0
/
+38
2017-03-17
spi: loopback-test: add ability to test zero-length transfer
Akinobu Mita
1
-38
/
+17
2017-03-17
spi: loopback-test: don't skip comparing the first byte of rx_buf
Akinobu Mita
1
-1
/
+1
2017-03-17
spi: loopback-test: correct mismatched test description and configuration
Akinobu Mita
1
-2
/
+2
2017-03-17
spi: loopback-test: fix compile error on x86
Frode Isaksen
1
-0
/
+1
2017-03-15
spi: loopback-test: add option to use vmalloc'ed buffers
Frode Isaksen
1
-7
/
+27
2016-09-01
spi: loopback-test: mark rx_ranges_cmp() static
Baoyou Xie
1
-1
/
+1
2016-06-28
spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
1
-1
/
+1
2016-01-15
spi: fix counting in spi-loopback-test code
Arnd Bergmann
1
-0
/
+1
2016-01-08
spi: loopback: fix typo in MODULE_PARM_DESC
Dan Carpenter
1
-1
/
+1
2016-01-05
spi: loopback-test: spi_check_rx_ranges can get always done
Martin Sperl
1
-5
/
+14
2016-01-05
spi: loopback-test: rename method spi_test_fill_tx to spi_test_fill_pattern
Martin Sperl
1
-3
/
+4
2016-01-05
spi: loopback-test: write rx pattern also when running without tx_buf
Martin Sperl
1
-4
/
+4
2015-12-13
spi: loopback: match configuration of test to description
Martin Sperl
1
-1
/
+1
2015-12-13
spi: loopback: fix printk format issues with size_t
Martin Sperl
1
-3
/
+3
2015-12-12
spi: add loopback test driver to allow for spi_master regression tests
Martin Sperl
1
-0
/
+995