summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2021-07-21blk: Support iterationSimon Glass
2021-07-21test: Add DM_DMA to be disabledSimon Glass
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini
2021-06-24dm: core: add ofnode_get_path()Marek BehĂșn
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek BehĂșn
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass
2021-06-05test: add dm_test_read_resourcePatrick Delaunay
2021-05-26part: Add check for NULL dev_part_strSean Anderson
2021-05-24test: Avoid random numbers in dm_test_devm_regmap()Simon Glass
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi
2021-05-04test: Add gpio-sysinfo testSean Anderson
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson
2021-04-29test: dm: add test item for ofnode_get_addr() and ofnode_get_size()Chen Guanqiao
2021-04-27test: reset: Extend base reset test to catch errorNeil Armstrong
2021-04-22test: Add test for partitionsSean Anderson
2021-04-22test: Alphabetize dm MakefileSean Anderson
2021-04-20test: fix test/dm/regmap.cHeinrich Schuchardt
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng
2021-04-15test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil
2021-04-12test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor
2021-04-12test: scmi: add local variables for scmi agent referenceEtienne Carriere
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere
2021-04-12test: pinmux: add test for 'pinctrl-single' driverDario Binacchi
2021-04-10video: backlight: Support PWMs without a known period_nsAlper Nebi Yasak
2021-03-27sf: Support querying write-protectSimon Glass
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-26sandbox: Create a new sandbox_noinst buildSimon Glass
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass
2021-03-13test: acpi: Fix warnings on 32-bit buildSimon Glass
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
2021-03-12test: Move restoring of driver model state to ut_run_list()Simon Glass
2021-03-12test: Move the devicetree check into ut_run_list()Simon Glass
2021-03-12test: Use return values in dm_test_run()Simon Glass
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass
2021-03-12test: Use a local variable for test stateSimon Glass
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass
2021-03-12test: Drop dm_do_test()Simon Glass
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass
2021-03-12test: Move dm_test_destroy() into test-main.cSimon Glass
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass