summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2021-09-14pci: Drop DM_PCISimon Glass1-1/+1
2021-08-22bootcount: add a new driver with syscon as backendNandor Han1-3/+45
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+29
2021-08-16test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc2-0/+39
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-0/+1
2021-08-01dtoc: Support widening a bool valueSimon Glass1-0/+3
2021-08-01dtoc: Fix widening an int array to an intSimon Glass1-3/+1
2021-07-27dm: test: Add test case to check node name ignoring unit addressKishon Vijay Abraham I1-0/+14
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han1-0/+29
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han2-0/+43
2021-07-21blk: Support iterationSimon Glass1-0/+55
2021-07-21test: Add DM_DMA to be disabledSimon Glass1-0/+2
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak4-3/+66
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini2-2/+2
2021-06-24dm: core: add ofnode_get_path()Marek BehĂșn1-0/+21
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek BehĂșn1-0/+5
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle2-2/+2
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass1-3/+3
2021-06-05test: add dm_test_read_resourcePatrick Delaunay1-0/+33
2021-05-27part: Add check for NULL dev_part_strSean Anderson1-7/+30
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 testSean 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-13test: qemu: add qfw sandbox driver, dm tests, qemu testsAsherah Connor2-0/+43
2021-04-13test: scmi: add local variables for scmi agent referenceEtienne Carriere1-45/+55
2021-04-13firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere1-13/+2
2021-04-13firmware: 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