summaryrefslogtreecommitdiff
path: root/drivers/firmware/scmi
AgeCommit message (Expand)AuthorFilesLines
2023-11-28firmware: scmi: support protocols on sandbox only if enabledAKASHI Takahiro2-37/+71
2023-11-10firmware: scmi: correct a validity check against power domain idAKASHI Takahiro1-4/+4
2023-10-24sandbox: add SCMI power domain protocol support for testingAKASHI Takahiro2-1/+274
2023-10-24power: domain: add SCMI driverAKASHI Takahiro1-0/+11
2023-10-24firmware: scmi: add power domain protocol supportAKASHI Takahiro2-0/+189
2023-10-13firmware: scmi: Fix clearing variableFrancois Berder1-1/+1
2023-10-13firmware: scmi: add a check against availability of protocolsAKASHI Takahiro1-3/+38
2023-10-13firmware: scmi: install base protocol to SCMI agentAKASHI Takahiro1-1/+117
2023-10-13test: dm: simplify SCMI unit test on sandboxAKASHI Takahiro1-18/+2
2023-10-13firmware: scmi: fake base protocol commands on sandboxAKASHI Takahiro1-1/+358
2023-10-13firmware: scmi: add a version check against base protocolAKASHI Takahiro1-0/+8
2023-10-13firmware: scmi: implement SCMI base protocolAKASHI Takahiro2-0/+657
2023-10-13firmware: scmi: framework for installing additional protocolsAKASHI Takahiro1-3/+88
2023-10-13firmware: scmi: move scmi_bind_protocols() backwardAKASHI Takahiro1-59/+59
2023-10-13firmware: scmi: support dummy channels for sandbox agentAKASHI Takahiro1-0/+90
2023-10-13firmware: scmi: use a protocol's own channel if assignedAKASHI Takahiro4-9/+13
2023-10-13scmi: refactor the code to hide a channel from devicesAKASHI Takahiro1-26/+79
2023-07-14firmware: scmi: return a right errno for SCMI status codeAKASHI Takahiro1-1/+1
2023-04-21clk: scmi: Add Kconfig option for SPLJonas Karlman1-1/+1
2022-12-08firmware: scmi: use protocol node name to bind the scmi regulator driverPatrick Delaunay1-2/+3
2022-10-12firmware: scmi: fix the multi channel support with CCFPatrick Delaunay4-4/+4
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-06-23firmware: scmi: use multi channel in mailbox, optee and smccc agentsEtienne Carriere3-14/+3
2022-06-23firmware: scmi: optee transport: implement multi-channelEtienne Carriere1-13/+63
2022-06-23firmware: scmi: smccc transport: implement multi-channelEtienne Carriere1-2/+52
2022-06-23firmware: scmi: mailbox transport: implement multi-channelEtienne Carriere1-6/+57
2022-06-23firmware: scmi: add multi-channel supportEtienne Carriere1-1/+18
2022-06-23firmware: scmi: factorize scmi transport look upEtienne Carriere1-9/+17
2022-06-23firmware: scmi: prepare uclass to pass channel referenceEtienne Carriere5-4/+11
2022-06-23firmware: scmi: prepare scmi uclass API to multi-channelEtienne Carriere1-1/+2
2022-06-23firmware: scmi: optee: fix inline description of PTA_SCMI_CMD_GET_CHANNELEtienne Carriere1-2/+0
2022-06-23firmware: scmi: optee: use TEE shared memory for SCMI messagesEtienne Carriere3-17/+149
2022-03-02clk: scmi: register scmi clocks with CCFEtienne Carriere1-0/+53
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere1-7/+5
2022-03-02scmi: change parameter dev in devm_scmi_process_msgEtienne Carriere1-2/+15
2022-03-02sandbox: scmi: test against a single scmi agentEtienne Carriere2-119/+54
2021-11-23firmware: scmi: Add OP-TEE transportEtienne Carriere3-2/+323
2021-11-23firmware: scmi: smccc transport: simplify probe sequenceEtienne Carriere1-4/+2
2021-11-23firmware: scmi: smccc transport: use plat data, not priv dataEtienne Carriere1-5/+5
2021-11-23firmware: scmi: mailbox transport: use plat data, not priv dataEtienne Carriere1-5/+5
2021-11-23firmware: scmi: mailbox transport: fix probe failure implementationEtienne Carriere1-5/+1
2021-11-23firmware: scmi: add configs to select the supported agentsPatrick Delaunay2-2/+18
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay1-11/+1
2021-04-12scmi: translate the resource only when livetree is not activatedPatrick Delaunay1-2/+7
2021-04-12scmi: correctly configure MMU for SCMI bufferPatrick Delaunay1-2/+4
2021-04-12firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere1-2/+2
2021-04-12firmware: scmi: sandbox test for voltage regulatorEtienne Carriere2-3/+225
2021-04-12firmware: scmi: voltage regulatorEtienne Carriere1-0/+10
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay2-3/+2