summaryrefslogtreecommitdiff
path: root/test/dm
Commit message (Expand)AuthorAgeFilesLines
* video console: add 12x22 console simple font testDzmitry Sankouski2023-03-071-0/+41
* tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass2023-02-281-0/+45
* tpm: Separate out the TPM tests for v1 and v2Simon Glass2023-02-281-9/+51
* test: add a test for the new tpm_auto_start() functionIlias Apalodimas2023-02-281-0/+5
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-141-1/+1
* reset: Allow reset_get_by_name() with NULL nameSamuel Holland2023-02-121-2/+1
* clk: Allow clk_get_by_name() with NULL nameSamuel Holland2023-02-121-0/+5
* dm: button: add support for linux_code in button-gpio.c driverDzmitry Sankouski2023-02-101-0/+13
* test: create dedicated fdt node for ofnode_for_each_prop testDzmitry Sankouski2023-02-101-1/+1
* test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain2023-02-041-0/+36
* test: Add test for mapping IOMMUs for PCI devicesMark Kettenis2023-01-271-0/+30
* test: Add test for IOMMU uclass map/unmap opsMark Kettenis2023-01-271-1/+43
* virtio: Avoid strange behaviour on removalSimon Glass2023-01-231-0/+3
* part: Add a function to find the first bootable partitionSimon Glass2023-01-231-0/+13
* dm: part: Update test to use mmc2Simon Glass2023-01-231-6/+6
* dm: test: Correct assertion in dm_test_part()Simon Glass2023-01-231-8/+4
* test:dm:fix typoYuepeng Xing2023-01-058-10/+10
* Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-211-0/+11
|\
| * Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-12-061-0/+11
| |\
| | * test: test sandbox sound driver more rigorouslyHeinrich Schuchardt2022-12-051-0/+11
* | | global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-3/+3
|/ /
* | 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...Tom 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 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