summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2023-04-12dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-02-12reset: Allow reset_get_by_name() with NULL nameSamuel Holland
2023-02-12clk: Allow clk_get_by_name() with NULL nameSamuel Holland
2023-02-10dm: button: add support for linux_code in button-gpio.c driverDzmitry Sankouski
2023-02-10test: create dedicated fdt node for ofnode_for_each_prop testDzmitry Sankouski
2023-02-04test: dm: test-fdt: Add decode_panel_timing testNikhil M Jain
2023-01-27test: Add test for mapping IOMMUs for PCI devicesMark Kettenis
2023-01-27test: Add test for IOMMU uclass map/unmap opsMark Kettenis
2023-01-23virtio: Avoid strange behaviour on removalSimon Glass
2023-01-23part: Add a function to find the first bootable partitionSimon Glass
2023-01-23dm: part: Update test to use mmc2Simon Glass
2023-01-23dm: test: Correct assertion in dm_test_part()Simon Glass
2023-01-05test:dm:fix typoYuepeng Xing
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-12-05test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add ip6_addr_in_subnet testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add csum_ipv6_magic testViacheslav Mitrofanov
2022-12-05test: dm: eth: Add string_to_ip6 testViacheslav Mitrofanov
2022-12-05test: test sandbox sound driver more rigorouslyHeinrich Schuchardt
2022-11-07dm: Add tests for the sandbox host driverSimon Glass
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass
2022-11-07dm: test: Drop the special function for running DM testsSimon Glass
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu
2022-10-31usb: Update the test to cover reading and writingSimon Glass
2022-10-31dm: blk: Add udevice functionsSimon Glass
2022-10-31test: Support tests which can only be run manuallySimon Glass
2022-10-31test: Update tests to use the skip featureSimon Glass
2022-10-30Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek
2022-10-26dm: memory: Introduce new uclassRoger Quadros
2022-10-20k210: fix k210_pll_calc_config()Heinrich Schuchardt
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