summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)AuthorFilesLines
2023-03-15test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut4-9/+9
2023-03-07video console: add 12x22 console simple font testDzmitry Sankouski1-0/+41
2023-02-28tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass1-0/+45
2023-02-28tpm: Separate out the TPM tests for v1 and v2Simon Glass1-9/+51
2023-02-28test: add a test for the new tpm_auto_start() functionIlias Apalodimas1-0/+5
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-1/+1
2023-02-12reset: Allow reset_get_by_name() with NULL nameSamuel Holland1-2/+1
2023-02-12clk: Allow clk_get_by_name() with NULL nameSamuel Holland1-0/+5
2023-02-10dm: button: add support for linux_code in button-gpio.c driverDzmitry Sankouski1-0/+13
2023-02-10test: create dedicated fdt node for ofnode_for_each_prop testDzmitry Sankouski1-1/+1
2023-02-04test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain1-0/+36
2023-01-27test: Add test for mapping IOMMUs for PCI devicesMark Kettenis1-0/+30
2023-01-27test: Add test for IOMMU uclass map/unmap opsMark Kettenis1-1/+43
2023-01-24virtio: Avoid strange behaviour on removalSimon Glass1-0/+3
2023-01-24part: Add a function to find the first bootable partitionSimon Glass1-0/+13
2023-01-24dm: part: Update test to use mmc2Simon Glass1-6/+6
2023-01-24dm: test: Correct assertion in dm_test_part()Simon Glass1-8/+4
2023-01-06test:dm:fix typoYuepeng Xing8-10/+10
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-0/+11
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+11
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-12-05test: test sandbox sound driver more rigorouslyHeinrich Schuchardt1-0/+11
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