aboutsummaryrefslogtreecommitdiffstats
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* test/dm: fix watchdog testHeinrich Schuchardt2021-11-131-1/+3
* test: dm: add test for ofnode_for_each_compatible_node()Michael Walle2021-11-091-0/+18
* test: Add tests for IOMMU uclassMark Kettenis2021-10-312-0/+29
* fdtdec: Support reserved-memory flagsThierry Reding2021-10-131-6/+7
* fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding2021-10-131-9/+6
* fdtdec: Support compatible string list for reserved memoryThierry Reding2021-10-131-9/+9
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...WIP/12Oct2021Tom Rini2021-10-121-1/+1
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-121-1/+1
* | clk: k210: Try harder to get the best configSean Anderson2021-10-071-0/+4
* | test: dm: k210: Reduce duplication in test casesSean Anderson2021-10-071-19/+13
* | acpi: Use U-Boot version for OEM_REVISIONPali Rohár2021-10-061-6/+14
* | WS cleanup: remove trailing empty linesWolfgang Denk2021-09-302-2/+0
* | Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini2021-09-291-1/+1
|\ \
| * | net: update NXP copyright textVladimir Oltean2021-09-281-1/+1
| |/
* | sandbox: correct cpu nodesHeinrich Schuchardt2021-09-252-4/+4
* | dm: gpio: Add of-platdata supportSimon Glass2021-09-251-0/+20
* | irq: Tidy up of-platdata irq supportSimon Glass2021-09-251-4/+22
* | clk: Rename clk_get_by_driver_info()Simon Glass2021-09-251-0/+19
* | treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-0/+15
* | Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+1
* | Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-1/+1
|\|
| * pci: Drop DM_PCISimon Glass2021-09-131-1/+1
* | sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes2021-08-311-0/+54
* | sandbox: add test of wdt_gpio driverRasmus Villemoes2021-08-311-1/+35
|/
* 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 testWIP/2021-04-04-gpio-sysinfo-updateSean 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