summaryrefslogtreecommitdiffstats
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* part: Add check for NULL dev_part_strSean Anderson2021-05-261-7/+30
* test: Avoid random numbers in dm_test_devm_regmap()Simon Glass2021-05-241-2/+1
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-68/+0
* test: Add gpio-sysinfo testSean Anderson2021-05-042-0/+70
* sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson2021-05-041-10/+15
* test: dm: add test item for ofnode_get_addr() and ofnode_get_size()Chen Guanqiao2021-04-291-0/+31
* test: reset: Extend base reset test to catch errorNeil Armstrong2021-04-271-5/+34
* test: Add test for partitionsSean Anderson2021-04-222-0/+77
* test: Alphabetize dm MakefileSean Anderson2021-04-221-32/+32
* test: fix test/dm/regmap.cHeinrich Schuchardt2021-04-201-4/+5
* Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-04-181-5/+86
|\
| * test: pinmux: add test for 'pinctrl-single' driverDario Binacchi2021-04-121-5/+86
* | test: dm: Add a test case for simple-bus <ranges>Bin Meng2021-04-152-0/+34
* | test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng2021-04-151-0/+18
* | sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil2021-04-153-5/+88
* | test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2021-04-122-0/+43
* | test: scmi: add local variables for scmi agent referenceEtienne Carriere2021-04-121-45/+55
* | firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere2021-04-121-13/+2
* | firmware: scmi: sandbox test for voltage regulatorEtienne Carriere2021-04-121-0/+58
* | video: backlight: Support PWMs without a known period_nsAlper Nebi Yasak2021-04-101-0/+11
* | sf: Support querying write-protectSimon Glass2021-03-271-1/+9
* | dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-1/+1
* | sandbox: Create a new sandbox_noinst buildSimon Glass2021-03-261-0/+4
* | Revert "sandbox: Disable I2C emulators in SPL"Simon Glass2021-03-261-4/+4
* | dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-8/+7
* | dm: core: Drop device_get_by_driver_info()Simon Glass2021-03-261-5/+2
* | clk: sandbox: Create a special fixed-rate driverSimon Glass2021-03-261-1/+1
* | dtoc: Assign a sequence number to each nodeSimon Glass2021-03-221-3/+3
* | test: acpi: Fix warnings on 32-bit buildSimon Glass2021-03-131-6/+6
* | test: Allow SPL to run any available testSimon Glass2021-03-121-1/+10
* | test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-2/+2
* | test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-121-11/+0
* | test: Move the devicetree check into ut_run_list()Simon Glass2021-03-121-13/+0
* | test: Use return values in dm_test_run()Simon Glass2021-03-121-8/+6
* | test: Run driver-model tests using ut_run_list()Simon Glass2021-03-121-40/+5
* | test: Use a local variable for test stateSimon Glass2021-03-123-6/+15
* | test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-121-36/+1
* | test: Drop dm_do_test()Simon Glass2021-03-121-11/+4
* | test: Use ut_run_test() to run driver model testsSimon Glass2021-03-121-10/+1
* | test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-121-22/+0
* | test: Move dm_test_init() into test-main.cSimon Glass2021-03-121-22/+0
* | test: Drop struct dm_test_stateSimon Glass2021-03-124-44/+31
* | test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-121-3/+3
* | test: Move delay skipping to test_pre_run()Simon Glass2021-03-121-2/+0
* | test: Move console silencing to test_pre_run()Simon Glass2021-03-121-4/+0
* | test: Drop mallinfo() work-aroundSimon Glass2021-03-121-2/+0
* | test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-121-2/+0
* | test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-121-17/+0
* | test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-121-3/+0
* | test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-121-5/+5