summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-3/+3
2022-12-05test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov1-0/+18
2022-12-05test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov1-0/+20
2022-12-05test: dm: eth: Add ip6_addr_in_subnet testViacheslav Mitrofanov1-0/+25
2022-12-05test: dm: eth: Add csum_ipv6_magic testViacheslav Mitrofanov1-0/+29
2022-12-05test: dm: eth: Add string_to_ip6 testViacheslav Mitrofanov1-0/+55
2022-11-08dm: Add tests for the sandbox host driverSimon Glass2-0/+196
2022-11-08dm: sandbox: Switch over to using the new host uclassSimon Glass1-22/+25
2022-11-08dm: blk: Tidy up obtaining a block device from its parentSimon Glass1-1/+1
2022-11-08dm: test: Drop the special function for running DM testsSimon Glass1-45/+4
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu3-0/+260
2022-10-31usb: Update the test to cover reading and writingSimon Glass1-1/+18
2022-10-31dm: blk: Add udevice functionsSimon Glass1-3/+8
2022-10-31test: Support tests which can only be run manuallySimon Glass1-1/+1
2022-10-31test: Update tests to use the skip featureSimon Glass2-11/+16
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini1-2/+2
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-2/+2
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek2-13/+24
2022-10-26dm: memory: Introduce new uclassRoger Quadros2-0/+22
2022-10-20k210: fix k210_pll_calc_config()Heinrich Schuchardt1-1/+1
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek5-18/+18
2022-10-18dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek1-14/+3
2022-10-18dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek1-4/+15
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl2-0/+21
2022-09-30dm: core: Support copying properties with ofnodeSimon Glass1-0/+59
2022-09-30dm: core: Allow copying ofnode property data when writingSimon Glass1-1/+61
2022-09-30dm: core: Expand ofnode testsSimon Glass1-17/+212
2022-09-30dm: core: Create a function to get a live tree in a testSimon Glass1-8/+49
2022-09-30dm: core: Complete phandle implementation using the other FDTSimon Glass1-0/+80
2022-09-30dm: core: Split ofnode_path_root() into two functionsSimon Glass1-3/+3
2022-09-30dm: core: Add a way to look up a phandle in an oftreeSimon Glass1-0/+2
2022-09-30dm: core: Add ofnode functions to obtain an oftreeSimon Glass1-2/+5
2022-09-30dm: core: Expand integer-reading testsSimon Glass1-0/+102
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass1-0/+24
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass1-4/+3
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass1-2/+2
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass1-13/+3
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass1-0/+3
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass1-0/+71
2022-09-29test: Fix missing livetree test runsSimon Glass1-0/+4
2022-09-25sandbox: Add a test for SCSISimon Glass2-0/+40
2022-09-19Merge branch 'master' into nextTom Rini2-0/+35
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-4/+5
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-12/+12
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard1-0/+30
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+19
2022-09-03tpm: Allow reporting the internal stateSimon Glass2-0/+35
2022-09-02dm: rtc: Try to handle the localtime() raceSimon Glass1-13/+19
2022-09-02dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass1-5/+17
2022-09-02dm: rtc: Avoid a race in the rtc_reset testSimon Glass1-2/+7