summaryrefslogtreecommitdiff
path: root/lib/kunit/device.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28kunit: Setup DMA masks on the kunit deviceMaxime Ripard1-0/+4
2024-02-28kunit: make kunit_bus_type constRicardo B. Marliere1-1/+1
2024-02-07kunit: device: Unregister the kunit_bus on shutdownDavid Gow1-0/+14
2024-01-22kunit: device: Fix a NULL vs IS_ERR() check in init()Dan Carpenter1-2/+2
2024-01-03kunit: Fix some comments which were mistakenly kerneldocDavid Gow1-3/+3
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com1-0/+181