aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/sparc64/drivers
AgeCommit message (Collapse)AuthorFilesLines
2021-12-10selftests/sparc64: remove ARRAY_SIZE define from adi-testShuah Khan1-4/+0
ARRAY_SIZE is defined in several selftests. Remove definition from individual test files and include header file for the define instead. ARRAY_SIZE define is added in a separate patch to prepare for this change. Remove ARRAY_SIZE from adi-test and pickup the one defined in kselftest.h. Signed-off-by: Shuah Khan <[email protected]>
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
Add SPDX License Identifier to all .gitignore files. Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2018-06-18selftests: sparc64: Add missing SPDX License IdentifiersShuah Khan (Samsung OSG)1-1/+1
Add missing SPDX License Identifiers to Makefile(s). Signed-off-by: Shuah Khan (Samsung OSG) <[email protected]> Reviewed-by: Tom Hromatka <[email protected]> Signed-off-by: Shuah Khan (Samsung OSG) <[email protected]>
2018-06-05selftests: sparc64: char: Selftest for privileged ADI driverTom Hromatka4-0/+767
Add a selftest for the sparc64 privileged ADI driver. These tests verify the read(), pread(), write(), pwrite(), and seek() functionality of the driver. The tests also report simple performance statistics: Syscall Call AvgTime AvgSize Count (ticks) (bytes) ------------------------------- read 3 119638 8133 pread 4 118164 6741 write 3 339442 8133 pwrite 4 280134 6741 seek 10 2919 0 Pass 8 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 Signed-off-by: Tom Hromatka <[email protected]> Reviewed-by: Allen Pais <[email protected]> Reviewed-by: Shuah Khan (Samsung OSG) <[email protected]> Signed-off-by: David S. Miller <[email protected]>