index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk_scmi.c
Age
Commit message (
Expand
)
Author
3 days
clk: scmi: Fix protocol version fetch for non-CCF platforms
Kamlesh Gurudasani
2026-01-05
clk: scmi: Remove duplicated scmi_generic_protocol_version() request
Patrice Chotard
2026-01-05
clk: scmi: Fix priv initialization in scmi_clk_gate()
Patrice Chotard
2026-01-05
clk: scmi: Fix typo scmi_clk_get_attibute
Patrice Chotard
2025-11-10
clk: scmi: Defer issue of SCMI_CLOCK_ATTRIBUTES
Marek Vasut
2025-11-10
clk: scmi: Postpone clock name resolution
Marek Vasut
2025-11-10
clk: scmi: Factor out clock control flags resolution
Marek Vasut
2025-11-10
clk: scmi: Bulk allocate all sub-driver instance data
Marek Vasut
2025-11-10
clk: scmi: fix set_parent support when CCF is not being used
Kamlesh Gurudasani
2025-11-10
firmware: scmi: Add clock v3.2 CONFIG_SET support
Vinh Nguyen
2025-10-09
clk: scmi: Replace log_debug with dev_dbg
Peng Fan
2025-07-29
clk: scmi: Fix clock identifier passed to struct scmi_clk_parent_set_in
Alice Guo
2025-06-11
clk: scmi: manage properly the clk identifier with CCF
Patrick Delaunay
2025-06-11
clk: scmi: add compatibility with clock protocol 2.0
Valentin Caron
2025-05-03
clk: scmi: check the clock state/parent/rate control permissions
Alice Guo
2025-05-03
clk: scmi: add the command CLOCK_PARENT_SET
Peng Fan
2025-05-03
firmware: scmi: use scmi_proto_driver_get() function to get SCMI protocol driver
Alice Guo
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
clk: Remove <common.h> and add needed includes
Tom Rini
2023-10-13
scmi: refactor the code to hide a channel from devices
AKASHI Takahiro
2022-06-23
clk: scmi: support SCMI multi-channel
Etienne Carriere
2022-06-23
firmware: scmi: prepare scmi uclass API to multi-channel
Etienne Carriere
2022-05-05
clk: scmi: fix scmi_clk_get_attibute()
Heinrich Schuchardt
2022-03-02
clk: scmi: register scmi clocks with CCF
Etienne Carriere
2022-03-02
scmi: change parameter dev in devm_scmi_process_msg
Etienne Carriere
2021-11-23
clk: scmi: define LOG_CATEGORY
Patrick Delaunay
2020-09-30
clk: add clock driver for SCMI agents
Etienne Carriere