summaryrefslogtreecommitdiffstats
path: root/drivers/base/test
Commit message (Expand)AuthorAgeFilesLines
* drivers: base: test: Make property entry API test modularGeert Uytterhoeven2023-10-052-2/+6
* drivers: base: test: Add missing MODULE_* macros to root device testsMaxime Ripard2023-08-161-0/+4
* drivers: base: test: Add missing MODULE_* macros for platform devices testsMaxime Ripard2023-08-161-0/+4
* drivers: base: Free devm resources when unregistering a deviceDavid Gow2023-08-122-4/+0
* drivers: base: Add basic devm tests for platform devicesMaxime Ripard2023-08-122-0/+223
* drivers: base: Add basic devm tests for root devicesMaxime Ripard2023-08-124-0/+118
* driver core: test_async: fix an error codeDan Carpenter2023-08-051-1/+1
* Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman2023-01-221-1/+1
|\
| * driver core: Fix test_async_probe_init saves device in wrong arrayChen Zhongjin2023-01-191-1/+1
* | software node: Switch property entry test to a new APIAndy Shevchenko2023-01-171-16/+14
|/
* device property: Add a blank line in Kconfig of testsAndy Shevchenko2022-11-231-0/+1
* driver core: Simplify async probe test code by using ktime_ms_delta()Mark-PK Tsai2021-12-291-9/+5
* device property: build kunit tests without structleak pluginBrendan Higgins2021-10-061-1/+1
* device property: Remove some casts in property-entry-testDavid Gow2021-06-231-28/+28
* kunit: software node: adhear to KUNIT formatting standardNico Pache2021-04-152-2/+2
* software node: Introduce SOFTWARE_NODE_REFERENCE() helper macroAndy Shevchenko2021-04-051-9/+2
* device property: Add test cases for fwnode_property_count_*() APIsAndy Shevchenko2021-03-231-4/+46
* drivers/base: build kunit tests without structleak pluginArnd Bergmann2021-01-271-0/+1
* drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-1/+2
* Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-291-1/+2
|\
| * driver core: Fix test_async_driver_probe if NUMA is disabledGuenter Roeck2020-01-141-1/+2
* | software node: introduce CONFIG_KUNIT_DRIVER_PE_TESTAlan Maguire2020-01-172-1/+4
* | drivers/base/test: fix global-out-of-bounds errorQian Cai2020-01-071-0/+1
* | software node: add basic tests for property entriesDmitry Torokhov2019-12-192-0/+476
|/
* drivers: base: test: add proper SPDX identifier to MakefileGreg Kroah-Hartman2019-04-041-0/+1
* driver core: Rewrite test_async_driver_probe to cover serialization and NUMA ...Alexander Duyck2019-01-311-60/+201
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-9/+0
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-161-3/+3
|\
| * driver-core: pr_err() strings should end with newlinesArvind Yadav2017-10-201-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* driver core: test_async: fix up typo found by 0-dayGreg Kroah-Hartman2016-11-291-1/+1
* driver-core: fix platform_no_drv_owner.cocci warningsJulia Lawall2016-11-291-2/+0
* driver-core: add test module for asynchronous probingDmitry Torokhov2016-11-103-0/+181