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-mux.c
Age
Commit message (
Expand
)
Author
2025-03-24
clk: clk-mux: Resolve parent clock by name
Marek Vasut
2025-03-24
clk: clk-mux: Use struct udevice instead of struct device
Marek Vasut
2025-03-24
clk: clk-mux: Fold clk_register_mux()
Marek Vasut
2024-07-06
clk: clk-mux: Make public the clk_fetch_parent_index
Michael Trimarchi
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-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-06-12
global: Use proper project name U-Boot
Michal Simek
2023-02-10
Correct SPL uses of SANDBOX_CLK_CCF
Simon Glass
2021-12-15
clk: define LOG_CATEGORY for generic and ccf clocks
Patrick Delaunay
2021-12-15
clk: cosmetic: reorder include files
Patrick Delaunay
2020-10-22
clk: ccf: replace the get_rate helper
Dario Binacchi
2020-08-24
clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.c
Lukasz Majewski
2020-08-24
clk: ccf: mux: change the get_rate helper
Dario Binacchi
2020-08-24
clk: ccf: mux: fix access to the sandbox register
Dario Binacchi
2020-08-24
clk: ccf: mux: fix typo
Dario Binacchi
2020-08-24
clk: ccf: mux: change include order
Dario Binacchi
2020-08-24
clk: set flags in the ccf registration routines
Dario Binacchi
2020-07-01
clk: Always use the supplied struct clk
Sean Anderson
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-07-31
clk: mux: add set parent support
Peng Fan
2019-07-31
clk: use clk_dev_binded
Peng Fan
2019-07-19
clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HW
Lukasz Majewski
2019-07-19
clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)
Lukasz Majewski