aboutsummaryrefslogtreecommitdiff
path: root/test/dm/scmi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22include: Move snprintf to stdio.hRaymond Mao1-1/+1
2024-05-06test: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini1-1/+0
2023-11-28test: dm: add scmi command testAKASHI Takahiro1-0/+81
2023-11-28test: dm: skip scmi tests against disabled protocolsAKASHI Takahiro1-0/+12
2023-10-24test: dm: add SCMI power domain protocol testAKASHI Takahiro1-0/+103
2023-10-13test: dm: add SCMI base protocol testAKASHI Takahiro1-0/+109
2023-10-13test: dm: simplify SCMI unit test on sandboxAKASHI Takahiro1-44/+20
2023-10-13test: dm: add protocol-specific channel testAKASHI Takahiro1-2/+20
2023-03-14test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut1-2/+2
2023-01-05test:dm:fix typoYuepeng Xing1-1/+1
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere1-5/+10
2022-03-02sandbox: scmi: test against a single scmi agentEtienne Carriere1-61/+53
2021-04-12test: scmi: add local variables for scmi agent referenceEtienne Carriere1-45/+55
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere1-13/+2
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere1-0/+58
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere1-0/+36
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere1-6/+135
2020-09-30firmware: add SCMI agent uclassEtienne Carriere1-0/+38