index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-loopback-test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: loopback-test: drop driver owner assignment
Krzysztof Kozlowski
2024-03-28
1
-1
/
+0
*
spi: loopback-test: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-2
/
+2
*
spi: Explicitly include correct DT includes
Rob Herring
2023-07-14
1
-1
/
+1
*
spi: spi-loopback-test: Add module param for iteration length
Rohit Ner
2023-04-13
1
-0
/
+8
*
spi: spi-loopback-test: Allow skipping delays
Vincent Whitchurch
2023-01-03
1
-1
/
+7
*
spi: spi-loopback-test: Add test to trigger DMA/PIO mixing
Vincent Whitchurch
2022-09-19
1
-0
/
+27
*
spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'
Jay Fang
2021-05-10
1
-1
/
+1
*
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-08
1
-1
/
+2
*
spi: spi-loopback-test: Fix out-of-bounds read
Vincent Whitchurch
2020-09-02
1
-1
/
+1
*
spi: spi-loopback-test: Fix formatting issues in function header blocks
Lee Jones
2020-07-17
1
-8
/
+8
*
spi: spi-loopback-test: use new `delay` field
Alexandru Ardelean
2019-10-15
1
-3
/
+9
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
spi: loopback-test: implement testing with no CS
Oleksij Rempel
2017-07-26
1
-3
/
+9
*
spi: loopback-test: make several module parameters static
Colin Ian King
2017-07-18
1
-7
/
+7
*
spi: loopback-test: provide loop_req option.
Oleksij Rempel
2017-07-17
1
-0
/
+16
*
spi: loopback-test: Fix kfree() NULL pointer error.
Arvind Yadav
2017-06-28
1
-6
/
+6
*
spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"
Colin Ian King
2017-06-28
1
-1
/
+1
*
-
.
Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '...
Mark Brown
2017-04-26
1
-41
/
+78
|
\
\
|
|
*
spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"
Colin Ian King
2017-03-30
1
-1
/
+1
|
|
*
spi: loopback-test: fix potential integer overflow on multiple
Colin Ian King
2017-03-20
1
-1
/
+2
|
|
*
spi: loopback-test: add test spi_message with delay after transfers
Akinobu Mita
2017-03-17
1
-0
/
+19
|
|
*
spi: loopback-test: add elapsed time check
Akinobu Mita
2017-03-17
1
-0
/
+38
|
|
*
spi: loopback-test: add ability to test zero-length transfer
Akinobu Mita
2017-03-17
1
-38
/
+17
|
|
*
spi: loopback-test: don't skip comparing the first byte of rx_buf
Akinobu Mita
2017-03-17
1
-1
/
+1
|
|
*
spi: loopback-test: correct mismatched test description and configuration
Akinobu Mita
2017-03-17
1
-2
/
+2
|
|
/
*
|
spi: loopback-test: fix compile error on x86
Frode Isaksen
2017-03-17
1
-0
/
+1
*
|
spi: loopback-test: add option to use vmalloc'ed buffers
Frode Isaksen
2017-03-15
1
-7
/
+27
|
/
*
spi: loopback-test: mark rx_ranges_cmp() static
Baoyou Xie
2016-09-01
1
-1
/
+1
*
spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
2016-06-28
1
-1
/
+1
*
spi: fix counting in spi-loopback-test code
Arnd Bergmann
2016-01-15
1
-0
/
+1
*
spi: loopback: fix typo in MODULE_PARM_DESC
Dan Carpenter
2016-01-08
1
-1
/
+1
*
spi: loopback-test: spi_check_rx_ranges can get always done
Martin Sperl
2016-01-05
1
-5
/
+14
*
spi: loopback-test: rename method spi_test_fill_tx to spi_test_fill_pattern
Martin Sperl
2016-01-05
1
-3
/
+4
*
spi: loopback-test: write rx pattern also when running without tx_buf
Martin Sperl
2016-01-05
1
-4
/
+4
*
spi: loopback: match configuration of test to description
Martin Sperl
2015-12-13
1
-1
/
+1
*
spi: loopback: fix printk format issues with size_t
Martin Sperl
2015-12-13
1
-3
/
+3
*
spi: add loopback test driver to allow for spi_master regression tests
Martin Sperl
2015-12-12
1
-0
/
+995