aboutsummaryrefslogtreecommitdiffstats
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...WIP/06Dec2022Tom Rini2022-12-061-0/+11
|\
| * test: test sandbox sound driver more rigorouslyHeinrich Schuchardt2022-12-051-0/+11
* | test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov2022-12-051-0/+18
* | test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov2022-12-051-0/+20
* | test: dm: eth: Add ip6_addr_in_subnet testViacheslav Mitrofanov2022-12-051-0/+25
* | test: dm: eth: Add csum_ipv6_magic testViacheslav Mitrofanov2022-12-051-0/+29
* | test: dm: eth: Add string_to_ip6 testViacheslav Mitrofanov2022-12-051-0/+55
|/
* dm: Add tests for the sandbox host driverSimon Glass2022-11-072-0/+196
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-071-22/+25
* dm: blk: Tidy up obtaining a block device from its parentSimon Glass2022-11-071-1/+1
* dm: test: Drop the special function for running DM testsSimon Glass2022-11-071-45/+4
* test: dm: Add test cases for FWU Metadata uclassSughosh Ganu2022-10-313-0/+260
* usb: Update the test to cover reading and writingSimon Glass2022-10-311-1/+18
* dm: blk: Add udevice functionsSimon Glass2022-10-311-3/+8
* test: Support tests which can only be run manuallySimon Glass2022-10-311-1/+1
* test: Update tests to use the skip featureSimon Glass2022-10-312-11/+16
* Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...WIP/30Oct2022Tom Rini2022-10-301-2/+2
|\
| * video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-2/+2
* | dm: core: Do not stop uclass iteration on errorMichal Suchanek2022-10-292-13/+24
|/
* dm: memory: Introduce new uclassRoger Quadros2022-10-262-0/+22
* k210: fix k210_pll_calc_config()Heinrich Schuchardt2022-10-201-1/+1
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-175-18/+18
* dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek2022-10-171-14/+3
* dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek2022-10-171-4/+15
* dm: fpga: Introduce new uclassAlexander Dahl2022-10-052-0/+21
* dm: core: Support copying properties with ofnodeWIP/2022-09-29-dm-core-support-multiple-device-trees-in-ofnodeSimon Glass2022-09-291-0/+59
* dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-291-1/+61
* dm: core: Expand ofnode testsSimon Glass2022-09-291-17/+212
* dm: core: Create a function to get a live tree in a testSimon Glass2022-09-291-8/+49
* dm: core: Complete phandle implementation using the other FDTSimon Glass2022-09-291-0/+80
* dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-291-3/+3
* dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-291-0/+2
* dm: core: Add ofnode functions to obtain an oftreeSimon Glass2022-09-291-2/+5
* dm: core: Expand integer-reading testsSimon Glass2022-09-291-0/+102
* dm: core: Add a macro to iterate through propertiesSimon Glass2022-09-291-0/+24
* dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-291-4/+3
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-291-2/+2
* test: Drop the UT_TESTF_LIVE_OR_FLAT flagSimon Glass2022-09-291-13/+3
* dm: core: Support writing a property to an empty nodeSimon Glass2022-09-291-0/+3
* dm: core: Allow adding ofnode subnodesSimon Glass2022-09-291-0/+71
* test: Fix missing livetree test runsSimon Glass2022-09-291-0/+4
* sandbox: Add a test for SCSISimon Glass2022-09-252-0/+40
* Merge branch 'master' into nextTom Rini2022-09-192-0/+35
|\
| * tpm: Allow reporting the internal stateSimon Glass2022-09-032-0/+35
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-4/+5
* | blk: Switch over to using uclass IDsSimon Glass2022-09-161-12/+12
* | gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard2022-09-151-0/+30
* | dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier2022-09-141-0/+19
* | dm: rtc: Try to handle the localtime() raceWIP/2022-09-02-assorted-improvementsSimon Glass2022-09-021-13/+19
* | dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass2022-09-021-5/+17