aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-loopback-test.c
AgeCommit message (Expand)Author
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch
2017-07-26spi: loopback-test: implement testing with no CSOleksij Rempel
2017-07-18spi: loopback-test: make several module parameters staticColin Ian King
2017-07-17spi: loopback-test: provide loop_req option.Oleksij Rempel
2017-06-28spi: loopback-test: Fix kfree() NULL pointer error.Arvind Yadav
2017-06-28spi: loopback-test: fix spelling mistake: "reruning" -> "rerunning"Colin Ian King
2017-04-26Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/spidev-test', '...Mark Brown
2017-03-30spi: loopback-test: fix spelling mistake: "minimam" -> "minimum"Colin Ian King
2017-03-20spi: loopback-test: fix potential integer overflow on multipleColin Ian King
2017-03-17spi: loopback-test: add test spi_message with delay after transfersAkinobu Mita
2017-03-17spi: loopback-test: add elapsed time checkAkinobu Mita
2017-03-17spi: loopback-test: add ability to test zero-length transferAkinobu Mita
2017-03-17spi: loopback-test: don't skip comparing the first byte of rx_bufAkinobu Mita
2017-03-17spi: loopback-test: correct mismatched test description and configurationAkinobu Mita
2017-03-17spi: loopback-test: fix compile error on x86Frode Isaksen
2017-03-15spi: loopback-test: add option to use vmalloc'ed buffersFrode Isaksen
2016-09-01spi: loopback-test: mark rx_ranges_cmp() staticBaoyou Xie
2016-06-28spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King
2016-01-15spi: fix counting in spi-loopback-test codeArnd Bergmann
2016-01-08spi: loopback: fix typo in MODULE_PARM_DESCDan Carpenter
2016-01-05spi: loopback-test: spi_check_rx_ranges can get always doneMartin Sperl
2016-01-05spi: loopback-test: rename method spi_test_fill_tx to spi_test_fill_patternMartin Sperl
2016-01-05spi: loopback-test: write rx pattern also when running without tx_bufMartin Sperl
2015-12-13spi: loopback: match configuration of test to descriptionMartin Sperl
2015-12-13spi: loopback: fix printk format issues with size_tMartin Sperl
2015-12-12spi: add loopback test driver to allow for spi_master regression testsMartin Sperl