summaryrefslogtreecommitdiff
path: root/drivers/input/tests
AgeCommit message (Expand)AuthorFilesLines
2024-07-20Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-07-12kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readabilityEric Chan1-1/+1
2024-06-10Input: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-05-24Input: tests - add test to cover all input_grab_device() functionDana Elfassy1-0/+32
2023-05-05Input: tests - fix input_test_match_device_id testDmitry Torokhov1-1/+1
2023-05-02Input: tests - fix use-after-free and refcount underflow in input_test_exit()Geert Uytterhoeven1-2/+2
2023-04-02Input: Add KUnit tests for some of the input core helper functionsJavier Martinez Canillas3-0/+156