summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2023-09-30test: fix comment indentation on tpm testsIlias Apalodimas
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek
2023-09-21clk: Dont return error when assigned-clocks is empty or missingAshok Reddy Soma
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek
2023-09-13phy: Return success from generic_setup_phy() when phy is not foundJonas Karlman
2023-09-13phy: Fix generic_setup_phy() return value on power on failureJonas Karlman
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_index_nodev() failsJonas Karlman
2023-09-13phy: Set phy->dev to NULL when generic_phy_get_by_name() failsJonas Karlman
2023-09-06test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()Marek Vasut
2023-08-30drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to testMarek Vasut
2023-08-30fwu: Initialize global fwu library state during CI testMarek Vasut
2023-08-25test: Move 1MB.fat32.img and 2MB.ext2.imgSimon Glass
2023-08-22test: acpi: Handle both 32bit and 64bit ACPI tablesMarek Vasut
2023-08-20test: cpu: Handle both 32bit and 64bit CPUsMarek Vasut
2023-08-20test: dm: pinmux: Handle %pa in pinctrl-single mux outputMarek Vasut
2023-08-08arm_ffa: introduce sandbox test cases for UCLASS_FFAAbdellatif El Khlifi
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini
2023-07-24arm_ffa: introduce sandbox test cases for UCLASS_FFAAbdellatif El Khlifi
2023-07-20sandbox: fix a compilation errorSergei Antonov
2023-07-17dm: test: Add test for part_get_info_by_typeJoshua Watt
2023-07-17dm: test: Improve partition test error outputJoshua Watt
2023-07-17dm: test: Fix partition test to use mmc2Joshua Watt
2023-07-17acpi: Add a comment to set the acpi tablesSimon Glass
2023-07-14video: Update stb_truetypeSimon Glass
2023-07-14fdt: Allow more general use of livetreeSimon Glass
2023-07-14fdt: Align the start of the livetreeSimon Glass
2023-07-14console: Correct truetype spacing errorSimon Glass
2023-06-19nvmxip: move header to includeRui Miguel Silva
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-09test: dm: fwu: fix for the updated apiJassi Brar
2023-05-31acpi: Put the version numbers in a central placeSimon Glass
2023-05-13usb: Tidy up the usb_start flagSimon Glass
2023-05-05test: eth: IPv6 network discovery unit testEhsan Mohandesi
2023-05-02test: Add tests for the extconSvyatoslav Ryhel
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker
2023-04-27sandbox64: add a test case for UCLASS_NVMXIPAbdellatif El Khlifi
2023-04-10test: dm: mmc: Check block erasing boundariesLoic Poulain
2023-04-05test: blkmap: Add test suiteTobias Waldekranz
2023-03-14test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut
2023-03-07video console: add 12x22 console simple font testDzmitry Sankouski
2023-02-28tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass
2023-02-28tpm: Separate out the TPM tests for v1 and v2Simon Glass
2023-02-28test: add a test for the new tpm_auto_start() functionIlias Apalodimas
2023-02-14dm: 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