Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0b22604d685178979e2c05787507de15a3d2d982
/
drivers
/
firmware
/
scmi
59171ff
firmware: scmi: support protocols on sandbox only if enabled
by AKASHI Takahiro
· Tue Nov 14 11:14:25 2023 +0900
224b2ff
firmware: scmi: correct a validity check against power domain id
by AKASHI Takahiro
· Tue Nov 07 09:05:47 2023 +0900
535a7bd
sandbox: add SCMI power domain protocol support for testing
by AKASHI Takahiro
· Mon Oct 16 14:39:45 2023 +0900
df234cf
power: domain: add SCMI driver
by AKASHI Takahiro
· Mon Oct 16 14:39:44 2023 +0900
8f00d02
firmware: scmi: add power domain protocol support
by AKASHI Takahiro
· Mon Oct 16 14:39:43 2023 +0900
d54ca4a
firmware: scmi: Fix clearing variable
by Francois Berder
· Tue Oct 10 19:44:32 2023 +0200
fa74400
firmware: scmi: add a check against availability of protocols
by AKASHI Takahiro
· Wed Oct 11 19:07:07 2023 +0900
410be2c
firmware: scmi: install base protocol to SCMI agent
by AKASHI Takahiro
· Wed Oct 11 19:07:04 2023 +0900
dae0046
test: dm: simplify SCMI unit test on sandbox
by AKASHI Takahiro
· Wed Oct 11 19:07:03 2023 +0900
4b9839a
firmware: scmi: fake base protocol commands on sandbox
by AKASHI Takahiro
· Wed Oct 11 19:07:02 2023 +0900
3413c31
firmware: scmi: add a version check against base protocol
by AKASHI Takahiro
· Wed Oct 11 19:07:01 2023 +0900
d1ce56a
firmware: scmi: implement SCMI base protocol
by AKASHI Takahiro
· Wed Oct 11 19:07:00 2023 +0900
6c90f82
firmware: scmi: framework for installing additional protocols
by AKASHI Takahiro
· Wed Oct 11 19:06:58 2023 +0900
6d37915
firmware: scmi: move scmi_bind_protocols() backward
by AKASHI Takahiro
· Wed Oct 11 19:06:57 2023 +0900
6221bf7
firmware: scmi: support dummy channels for sandbox agent
by AKASHI Takahiro
· Wed Oct 11 19:06:56 2023 +0900
589ec9a
firmware: scmi: use a protocol's own channel if assigned
by AKASHI Takahiro
· Wed Oct 11 19:06:55 2023 +0900
7b3aa37
scmi: refactor the code to hide a channel from devices
by AKASHI Takahiro
· Wed Oct 11 19:06:54 2023 +0900
c937154
firmware: scmi: return a right errno for SCMI status code
by AKASHI Takahiro
· Tue Jun 13 10:30:45 2023 +0900
3cf8708
clk: scmi: Add Kconfig option for SPL
by Jonas Karlman
· Mon Apr 17 19:07:18 2023 +0000
a9e97d6
firmware: scmi: use protocol node name to bind the scmi regulator driver
by Patrick Delaunay
· Fri Nov 25 12:56:29 2022 +0100
3d8b950
firmware: scmi: fix the multi channel support with CCF
by Patrick Delaunay
· Fri Sep 30 09:36:38 2022 +0200
2e4938b
dm: core: Drop ofnode_is_available()
by Simon Glass
· Tue Sep 06 20:27:17 2022 -0600
76b690a
firmware: scmi: use multi channel in mailbox, optee and smccc agents
by Etienne Carriere
· Tue May 31 18:09:29 2022 +0200
6ae5644
firmware: scmi: optee transport: implement multi-channel
by Etienne Carriere
· Tue May 31 18:09:24 2022 +0200
f28df1d
firmware: scmi: smccc transport: implement multi-channel
by Etienne Carriere
· Tue May 31 18:09:23 2022 +0200
274c0c2
firmware: scmi: mailbox transport: implement multi-channel
by Etienne Carriere
· Tue May 31 18:09:22 2022 +0200
187cea1
firmware: scmi: add multi-channel support
by Etienne Carriere
· Tue May 31 18:09:21 2022 +0200
2ee6458
firmware: scmi: factorize scmi transport look up
by Etienne Carriere
· Tue May 31 18:09:20 2022 +0200
0544029
firmware: scmi: prepare uclass to pass channel reference
by Etienne Carriere
· Tue May 31 18:09:19 2022 +0200
a1e8751
firmware: scmi: prepare scmi uclass API to multi-channel
by Etienne Carriere
· Tue May 31 18:09:18 2022 +0200
d3fd32f
firmware: scmi: optee: fix inline description of PTA_SCMI_CMD_GET_CHANNEL
by Etienne Carriere
· Tue May 31 18:09:17 2022 +0200
c624c97
firmware: scmi: optee: use TEE shared memory for SCMI messages
by Etienne Carriere
· Tue May 31 18:09:16 2022 +0200
4c4ec90
clk: scmi: register scmi clocks with CCF
by Etienne Carriere
· Mon Feb 21 09:22:42 2022 +0100
bf1f132
firmware: scmi: fix sandbox and related tests for clock discovery
by Etienne Carriere
· Mon Feb 21 09:22:41 2022 +0100
2f26c04
scmi: change parameter dev in devm_scmi_process_msg
by Etienne Carriere
· Mon Feb 21 09:22:40 2022 +0100
09665cb
sandbox: scmi: test against a single scmi agent
by Etienne Carriere
· Mon Feb 21 09:22:39 2022 +0100
d4932bd
firmware: scmi: Add OP-TEE transport
by Etienne Carriere
· Tue Nov 09 17:08:24 2021 +0100
f694235
firmware: scmi: smccc transport: simplify probe sequence
by Etienne Carriere
· Mon Nov 08 08:56:11 2021 +0100
213d5cf
firmware: scmi: smccc transport: use plat data, not priv data
by Etienne Carriere
· Mon Nov 08 08:56:10 2021 +0100
3119e27
firmware: scmi: mailbox transport: use plat data, not priv data
by Etienne Carriere
· Mon Nov 08 08:56:09 2021 +0100
adbf0fc
firmware: scmi: mailbox transport: fix probe failure implementation
by Etienne Carriere
· Mon Nov 08 08:56:08 2021 +0100
39d1eee
firmware: scmi: add configs to select the supported agents
by Patrick Delaunay
· Thu Oct 28 19:13:15 2021 +0200
62fb2b4
WS cleanup: remove SPACE(s) followed by TAB
by Wolfgang Denk
· Mon Sep 27 17:42:39 2021 +0200
2a28c6e
dm: core: Add address translation in fdt_get_resource
by Patrick Delaunay
· Tue Apr 06 09:38:06 2021 +0200
9aa75e1
scmi: translate the resource only when livetree is not activated
by Patrick Delaunay
· Tue Mar 30 15:29:03 2021 +0200
ab5154f
scmi: correctly configure MMU for SCMI buffer
by Patrick Delaunay
· Tue Mar 16 09:29:40 2021 +0100
c83a843
firmware: scmi: fix inline comments and minor coding style issues
by Etienne Carriere
· Mon Mar 08 22:38:08 2021 +0100
b8f15cd
firmware: scmi: sandbox test for voltage regulator
by Etienne Carriere
· Mon Mar 08 22:38:07 2021 +0100
d68663a
firmware: scmi: voltage regulator
by Etienne Carriere
· Mon Mar 08 22:38:06 2021 +0100
d4c9f68
scmi: cosmetic: reorder include files
by Patrick Delaunay
· Wed Feb 24 11:19:45 2021 +0100
5dd84d4
scmi: define LOG_CATEGORY
by Patrick Delaunay
· Wed Feb 24 11:19:44 2021 +0100
2f7d3a1
scmi: Include device_compat.h
by Patrick Delaunay
· Wed Feb 24 11:19:43 2021 +0100
748cbaa
firmware: smci: possible NULL dereference
by Heinrich Schuchardt
· Mon Feb 01 03:01:54 2021 +0100
65130cd
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
by Simon Glass
· Mon Dec 28 20:34:56 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
884870f
dm: core: Rename device_bind_ofnode() to device_bind()
by Simon Glass
· Sat Nov 28 17:50:01 2020 -0700
31786fe
firmware: scmi: Include device_compat.h
by Sean Anderson
· Sun Oct 04 21:39:44 2020 -0400
8b9b689
firmware: smci: sandbox test for SCMI reset controllers
by Etienne Carriere
· Wed Sep 09 18:44:07 2020 +0200
c6e9af3
reset: add reset controller driver for SCMI agents
by Etienne Carriere
· Wed Sep 09 18:44:06 2020 +0200
2d94c08fa
firmware: scmi: sandbox test for SCMI clocks
by Etienne Carriere
· Wed Sep 09 18:44:05 2020 +0200
78928e1
clk: add clock driver for SCMI agents
by Etienne Carriere
· Wed Sep 09 18:44:04 2020 +0200
a26d0ec
firmware: scmi: support Arm SMCCC transport
by Etienne Carriere
· Wed Sep 09 18:44:02 2020 +0200
2b41208
firmware: scmi: mailbox/smt agent device
by Etienne Carriere
· Wed Sep 09 18:44:01 2020 +0200
02fd126
firmware: add SCMI agent uclass
by Etienne Carriere
· Wed Sep 09 18:44:00 2020 +0200