aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/scmi
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07firmware: Remove <common.h> and add needed includesTom Rini
2023-11-28firmware: scmi: support protocols on sandbox only if enabledAKASHI Takahiro
2023-11-10firmware: scmi: correct a validity check against power domain idAKASHI Takahiro
2023-10-24sandbox: add SCMI power domain protocol support for testingAKASHI Takahiro
2023-10-24power: domain: add SCMI driverAKASHI Takahiro
2023-10-24firmware: scmi: add power domain protocol supportAKASHI Takahiro
2023-10-13firmware: scmi: Fix clearing variableFrancois Berder
2023-10-13firmware: scmi: add a check against availability of protocolsAKASHI Takahiro
2023-10-13firmware: scmi: install base protocol to SCMI agentAKASHI Takahiro
2023-10-13test: dm: simplify SCMI unit test on sandboxAKASHI Takahiro
2023-10-13firmware: scmi: fake base protocol commands on sandboxAKASHI Takahiro
2023-10-13firmware: scmi: add a version check against base protocolAKASHI Takahiro
2023-10-13firmware: scmi: implement SCMI base protocolAKASHI Takahiro
2023-10-13firmware: scmi: framework for installing additional protocolsAKASHI Takahiro
2023-10-13firmware: scmi: move scmi_bind_protocols() backwardAKASHI Takahiro
2023-10-13firmware: scmi: support dummy channels for sandbox agentAKASHI Takahiro
2023-10-13firmware: scmi: use a protocol's own channel if assignedAKASHI Takahiro
2023-10-13scmi: refactor the code to hide a channel from devicesAKASHI Takahiro
2023-07-14firmware: scmi: return a right errno for SCMI status codeAKASHI Takahiro
2023-04-21clk: scmi: Add Kconfig option for SPLJonas Karlman
2022-12-08firmware: scmi: use protocol node name to bind the scmi regulator driverPatrick Delaunay
2022-10-12firmware: scmi: fix the multi channel support with CCFPatrick Delaunay
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-06-23firmware: scmi: use multi channel in mailbox, optee and smccc agentsEtienne Carriere
2022-06-23firmware: scmi: optee transport: implement multi-channelEtienne Carriere
2022-06-23firmware: scmi: smccc transport: implement multi-channelEtienne Carriere
2022-06-23firmware: scmi: mailbox transport: implement multi-channelEtienne Carriere
2022-06-23firmware: scmi: add multi-channel supportEtienne Carriere
2022-06-23firmware: scmi: factorize scmi transport look upEtienne Carriere
2022-06-23firmware: scmi: prepare uclass to pass channel referenceEtienne Carriere
2022-06-23firmware: scmi: prepare scmi uclass API to multi-channelEtienne Carriere
2022-06-23firmware: scmi: optee: fix inline description of PTA_SCMI_CMD_GET_CHANNELEtienne Carriere
2022-06-23firmware: scmi: optee: use TEE shared memory for SCMI messagesEtienne Carriere
2022-03-02clk: scmi: register scmi clocks with CCFEtienne Carriere
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere
2022-03-02scmi: change parameter dev in devm_scmi_process_msgEtienne Carriere
2022-03-02sandbox: scmi: test against a single scmi agentEtienne Carriere
2021-11-23firmware: scmi: Add OP-TEE transportEtienne Carriere
2021-11-23firmware: scmi: smccc transport: simplify probe sequenceEtienne Carriere
2021-11-23firmware: scmi: smccc transport: use plat data, not priv dataEtienne Carriere
2021-11-23firmware: scmi: mailbox transport: use plat data, not priv dataEtienne Carriere
2021-11-23firmware: scmi: mailbox transport: fix probe failure implementationEtienne Carriere
2021-11-23firmware: scmi: add configs to select the supported agentsPatrick Delaunay
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay
2021-04-12scmi: translate the resource only when livetree is not activatedPatrick Delaunay
2021-04-12scmi: correctly configure MMU for SCMI bufferPatrick Delaunay
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere