summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* 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 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