aboutsummaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2021-05-24test: Avoid random numbers in dm_test_devm_regmap()Simon Glass1-2/+1
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-68/+0
2021-05-04test: Add gpio-sysinfo testWIP/2021-04-04-gpio-sysinfo-updateSean Anderson2-0/+70
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson1-10/+15
2021-04-29test: dm: add test item for ofnode_get_addr() and ofnode_get_size()Chen Guanqiao1-0/+31
2021-04-27test: reset: Extend base reset test to catch errorNeil Armstrong1-5/+34
2021-04-22test: Add test for partitionsSean Anderson2-0/+77
2021-04-22test: Alphabetize dm MakefileSean Anderson1-32/+32
2021-04-20test: fix test/dm/regmap.cHeinrich Schuchardt1-4/+5
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-5/+86
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng2-0/+34
2021-04-15test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng1-0/+18
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil3-5/+88
2021-04-12test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2-0/+43
2021-04-12test: scmi: add local variables for scmi agent referenceEtienne Carriere1-45/+55
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere1-13/+2
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere1-0/+58
2021-04-12test: pinmux: add test for 'pinctrl-single' driverDario Binacchi1-5/+86
2021-04-10video: backlight: Support PWMs without a known period_nsAlper Nebi Yasak1-0/+11
2021-03-27sf: Support querying write-protectSimon Glass1-1/+9
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-1/+1
2021-03-26sandbox: Create a new sandbox_noinst buildSimon Glass1-0/+4
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass1-4/+4
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-8/+7
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass1-5/+2
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass1-1/+1
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass1-3/+3
2021-03-13test: acpi: Fix warnings on 32-bit buildSimon Glass1-6/+6
2021-03-12test: Allow SPL to run any available testSimon Glass1-1/+10
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-2/+2
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass1-11/+0
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass1-13/+0
2021-03-12test: Use return values in dm_test_run()Simon Glass1-8/+6
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass1-40/+5
2021-03-12test: Use a local variable for test stateSimon Glass3-6/+15
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass1-36/+1
2021-03-12test: Drop dm_do_test()Simon Glass1-11/+4
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass1-10/+1
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass1-22/+0
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass1-22/+0
2021-03-12test: Drop struct dm_test_stateSimon Glass4-44/+31
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass1-3/+3
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass1-2/+0
2021-03-12test: Move console silencing to test_pre_run()Simon Glass1-4/+0
2021-03-12test: Drop mallinfo() work-aroundSimon Glass1-2/+0
2021-03-12test: Move dm_scan_plat() to test_pre_run()Simon Glass1-2/+0
2021-03-12test: Move do_autoprobe() to test_pre_run()Simon Glass1-17/+0
2021-03-12test: Move dm_extended_scan() to test_pre_run()Simon Glass1-3/+0
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-5/+5
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass2-3/+3