summaryrefslogtreecommitdiff
path: root/test/dm
AgeCommit message (Expand)Author
2024-11-25Merge tag 'v2025.01-rc3' into nextTom Rini
2024-11-24dm: Add dm_remove_devices_active() for ordered device removalJanne Grunau
2024-11-17dm: sysinfo: Shorten the SYSINFO_ID prefixSimon Glass
2024-11-03dm: core: Add a function to see if a device existsSimon Glass
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27drivers: misc: irq-uclass: Update irq_get_by_indexPatrick Rudolph
2024-10-27acpi: Add fill_madt to acpi_opsPatrick Rudolph
2024-10-23test: dm: wdt: replace cyclic_run() by schedule()Rasmus Villemoes
2024-10-23watchdog: gpio_wdt: add support for stoppable devicesRasmus Villemoes
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10test: dm: Expand ofnode options test with new helperChristian Marangi
2024-10-10test: dm: Add tests for LED boot and activityChristian Marangi
2024-09-30power: regulator: Trigger probe of regulators which are always-on or boot-onMarek Vasut
2024-09-12include: export uuid.hCaleb Connolly
2024-09-09phy: test: Implement sandbox PHY .set_mode and DM testMarek Vasut
2024-09-09phy: Extend generic_setup_phy() with PHY mode and submodeMarek Vasut
2024-08-26test: dm: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: Update NAND test to avoid extra macrosSimon Glass
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass
2024-08-26test: Drop the blank line before test macrosSimon Glass
2024-08-26test: Rename unit-test flagsSimon Glass
2024-08-02test: cpu: add test for release CPU core.Hou Zhiqiang
2024-07-31dm: use list_count_nodes() for counting list nodesSughosh Ganu
2024-07-15test: Remove duplicate newlinesMarek Vasut
2024-07-03global_data.h: drop write-only field dm_root_fRasmus Villemoes
2024-07-03acpi: set creator_revision in acpi_fill_headerHeinrich Schuchardt
2024-05-24Merge patch series "FWU: Add support for FWU metadata version 2"Tom Rini
2024-05-24test: fwu: make changes to the FWU metadata access testSughosh Ganu
2024-05-22include: Move snprintf to stdio.hRaymond Mao
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt
2024-03-20test: dm: add button_cmd testCaleb Connolly
2024-01-29clk: Remove rfreeSean Anderson
2024-01-16test: spmi: fix testsCaleb Connolly
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass
2024-01-07acpi: Rename test dm_test_setup_ctx_and_base_tables()Simon Glass
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-15test: dm: clk_ccf: fix building errorYang Xiwen
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen
2023-12-15dm: test: clk: Add test for ccf clk_set_rate()Igor Prusov
2023-12-13cmd: acpi: fix acpi list commandHeinrich Schuchardt
2023-12-13acpi: fix struct acpi_xsdtHeinrich Schuchardt
2023-12-13test: unit test for acpi_find_table()Heinrich Schuchardt
2023-11-28Merge patch series "cmd: add scmi command"Tom Rini
2023-11-28test: dm: add scmi command testAKASHI Takahiro