aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/test
AgeCommit message (Expand)AuthorFilesLines
2023-10-05drivers: base: test: Make property entry API test modularGeert Uytterhoeven2-2/+6
2023-08-16drivers: base: test: Add missing MODULE_* macros to root device testsMaxime Ripard1-0/+4
2023-08-16drivers: base: test: Add missing MODULE_* macros for platform devices testsMaxime Ripard1-0/+4
2023-08-12drivers: base: Free devm resources when unregistering a deviceDavid Gow2-4/+0
2023-08-12drivers: base: Add basic devm tests for platform devicesMaxime Ripard2-0/+223
2023-08-12drivers: base: Add basic devm tests for root devicesMaxime Ripard4-0/+118
2023-08-05driver core: test_async: fix an error codeDan Carpenter1-1/+1
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2023-01-19driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin1-1/+1
2023-01-17software node: Switch property entry test to a new APIAndy Shevchenko1-16/+14
2022-11-23device property: Add a blank line in Kconfig of testsAndy Shevchenko1-0/+1
2021-12-29driver core: Simplify async probe test code by using ktime_ms_delta()Mark-PK Tsai1-9/+5
2021-10-06device property: build kunit tests without structleak pluginBrendan Higgins1-1/+1
2021-06-23device property: Remove some casts in property-entry-testDavid Gow1-28/+28
2021-04-15kunit: software node: adhear to KUNIT formatting standardNico Pache2-2/+2
2021-04-05software node: Introduce SOFTWARE_NODE_REFERENCE() helper macroAndy Shevchenko1-9/+2
2021-03-23device property: Add test cases for fwnode_property_count_*() APIsAndy Shevchenko1-4/+46
2021-01-27drivers/base: build kunit tests without structleak pluginArnd Bergmann1-0/+1
2020-06-01drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell1-1/+2
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2020-01-17software node: introduce CONFIG_KUNIT_DRIVER_PE_TESTAlan Maguire2-1/+4
2020-01-14driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck1-1/+2
2020-01-07drivers/base/test: fix global-out-of-bounds errorQian Cai1-0/+1
2019-12-19software node: add basic tests for property entriesDmitry Torokhov2-0/+476
2019-04-04drivers: base: test: add proper SPDX identifier to MakefileGreg Kroah-Hartman1-0/+1
2019-01-31driver core: Rewrite test_async_driver_probe to cover serialization and NUMA ...Alexander Duyck1-60/+201
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20driver-core: pr_err() strings should end with newlinesArvind Yadav1-3/+3
2016-11-29driver core: test_async: fix up typo found by 0-dayGreg Kroah-Hartman1-1/+1
2016-11-29driver-core: fix platform_no_drv_owner.cocci warningsJulia Lawall1-2/+0
2016-11-10driver-core: add test module for asynchronous probingDmitry Torokhov3-0/+181