summaryrefslogtreecommitdiff
path: root/drivers/firmware/scmi/scmi_agent-uclass.c
AgeCommit message (Expand)Author
2026-03-23scmi: pinctrl: add pinctrl driver for SCMIDan Carpenter
2025-10-24firmware: scmi: Support probe vendor ID 0x80 and 0x82Peng Fan
2025-10-24firmware: scmi: Conditionally compile protocol supportPeng Fan
2025-10-09firmware: scmi: Add error code IN_USEPeng Fan
2025-05-03firmware: scmi_agent: add SCMI pin control protocol supportAlice Guo
2025-05-03firmware: scmi: use scmi_proto_driver_get() function to get SCMI protocol driverAlice Guo
2025-05-03firmware: scmi: support to manage SCMI protocol drivers with a linker-genetat...Alice Guo
2025-04-23power: regulator: scmi: Move regulator subnode hack to scmi_regulatorMarek Vasut
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-10-24power: domain: add SCMI driverAKASHI Takahiro
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-13firmware: scmi: framework for installing additional protocolsAKASHI Takahiro
2023-10-13firmware: scmi: move scmi_bind_protocols() backwardAKASHI 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: 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-03-02scmi: change parameter dev in devm_scmi_process_msgEtienne Carriere
2021-04-12firmware: scmi: voltage regulatorEtienne Carriere
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay
2021-03-11scmi: define LOG_CATEGORYPatrick Delaunay
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-10-15firmware: scmi: Include device_compat.hSean Anderson
2020-09-30reset: add reset controller driver for SCMI agentsEtienne Carriere
2020-09-30clk: add clock driver for SCMI agentsEtienne Carriere
2020-09-30firmware: add SCMI agent uclassEtienne Carriere