summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-10-17dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek
2022-10-17dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek
2022-10-05dm: fpga: Introduce new uclassAlexander Dahl
2022-09-29dm: core: Support copying properties with ofnodeSimon Glass
2022-09-29dm: core: Allow copying ofnode property data when writingSimon Glass
2022-09-29dm: core: Expand ofnode testsSimon Glass
2022-09-29dm: core: Create a function to get a live tree in a testSimon Glass
2022-09-29dm: core: Complete phandle implementation using the other FDTSimon Glass
2022-09-29dm: core: Split ofnode_path_root() into two functionsSimon Glass
2022-09-29dm: core: Add a way to look up a phandle in an oftreeSimon Glass
2022-09-29dm: core: Add ofnode functions to obtain an oftreeSimon Glass
2022-09-29dm: core: Expand integer-reading testsSimon Glass
2022-09-29dm: core: Add a macro to iterate through propertiesSimon Glass
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-29test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass
2022-09-29dm: core: Support writing a property to an empty nodeSimon Glass
2022-09-29dm: core: Allow adding ofnode subnodesSimon Glass
2022-09-29test: Fix missing livetree test runsSimon Glass
2022-09-25sandbox: Add a test for SCSISimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier
2022-09-03tpm: Allow reporting the internal stateSimon Glass
2022-09-02dm: rtc: Try to handle the localtime() raceSimon Glass
2022-09-02dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass
2022-09-02dm: rtc: Avoid a race in the rtc_reset testSimon Glass
2022-09-02test: Allow running tests multiple timesSimon Glass
2022-09-02dm: rtc: Make use of ut_assertnonnull()Simon Glass
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass
2022-08-12dm: core: Introduce support for multiple treesSimon Glass
2022-08-02test: rng: Add a UT testcase for the rng commandSughosh Ganu
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-07-08test: fix CONFIG_ACPIGEN dependenciesHeinrich Schuchardt
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-06-28dm: core: Support accessing core tagsSimon Glass
2022-06-08test: eth: Add test for ethernet addressesSean Anderson
2022-06-08sandbox: net: Add aliases for ethernet devicesSean Anderson
2022-06-08test: dm: virtio_rng: Test virtio-rng with faked deviceAndrew Scull
2022-06-08test: dm: virtio: Test virtio device driver probingAndrew Scull
2022-06-08virtio: sandbox: Bind RNG rather than block deviceAndrew Scull
2022-06-08test: dm: virtio: Split out virtio device testsAndrew Scull