summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-02test: Allow running tests multiple timesSimon Glass1-3/+10
2022-09-02dm: rtc: Make use of ut_assertnonnull()Simon Glass1-5/+5
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+16
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass1-7/+7
2022-08-12dm: core: Tidy up ofnode-writing testSimon Glass1-9/+2
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-2/+2
2022-08-12dm: core: Move ofnode-writing test to ofnodeSimon Glass2-53/+56
2022-08-12dm: core: Introduce support for multiple treesSimon Glass1-0/+67
2022-08-02test: rng: Add a UT testcase for the rng commandSughosh Ganu1-0/+29
2022-07-21watchdog: add pulse support to gpio watchdog driverPaul Doelle1-7/+39
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+91
2022-07-08test: fix CONFIG_ACPIGEN dependenciesHeinrich Schuchardt1-5/+7
2022-06-28dm: core: Add a way to collect memory usageSimon Glass1-0/+11
2022-06-28dm: core: Support accessing core tagsSimon Glass1-0/+80
2022-06-08test: eth: Add test for ethernet addressesSean Anderson1-0/+29