summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* pci: Drop DM_PCISimon Glass2021-09-131-1/+1
* bootcount: add a new driver with syscon as backendNandor Han2021-08-221-3/+45
* i2c: add dm_i2c_reg_clrsetSebastian Reichel2021-08-221-0/+29
* test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc2021-08-162-0/+39
* dm: core: Don't allow uclass use before readySimon Glass2021-08-081-0/+1
* dtoc: Support widening a bool valueSimon Glass2021-08-011-0/+3
* dtoc: Fix widening an int array to an intSimon Glass2021-08-011-3/+1
* dm: test: Add test case to check node name ignoring unit addressKishon Vijay Abraham I2021-07-271-0/+14
* reboot-mode: read the boot mode from RTC memoryNandor Han2021-07-231-0/+29
* reboot-mode: read the boot mode from GPIOs statusNandor Han2021-07-232-0/+43
* blk: Support iterationSimon Glass2021-07-211-0/+55
* test: Add DM_DMA to be disabledSimon Glass2021-07-211-0/+2
* sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak2021-07-064-3/+66
* Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-282-2/+2
|\
| * net: use the same alias stem for ethernet as linuxMichael Walle2021-06-182-2/+2
* | dm: core: add ofnode_get_path()Marek BehĂșn2021-06-241-0/+21
* | dm: core: add non-translating version of ofnode_get_addr_size_index()Marek BehĂșn2021-06-241-0/+5
* | display_options: Drop two spaces before the ASCII columnSimon Glass2021-06-081-3/+3
|/
* test: add dm_test_read_resourcePatrick Delaunay2021-06-051-0/+33
* 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