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_fixed_rate.c
Age
Commit message (
Expand
)
Author
2025-12-27
clk: fixed_rate: Avoid calling dev_read_*() if CONFIG_OF_PLATDATA=y
Marek Vasut
2025-06-11
clk: fixed_rate: configure clock ID with CONFIG_CLK_AUTO_ID
Patrick Delaunay
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
2021-12-15
clk: define LOG_CATEGORY for generic and ccf clocks
Patrick Delaunay
2021-10-19
clk: fixed_rate: add dummy disable() function
Samuel Holland
2021-09-25
treewide: Try to avoid the preprocessor with OF_REAL
Simon Glass
2021-09-25
treewide: Use OF_REAL instead of !OF_PLATDATA
Simon Glass
2021-06-11
clk: fixed_rate: add API for directly registering fixed rate clocks
Tero Kristo
2021-03-26
clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-10-29
dm: test: Add a test for of-platdata phandles
Simon Glass
2020-09-23
clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flag
Michal Simek
2020-01-16
clk: fixed_rate: add dummy enable() function
Chunfeng Yun
2019-08-22
clk: introduce enable_count
Peng Fan
2019-07-31
clk: fixed_rate: export clk_fixed_rate
Peng Fan
2019-07-19
clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)
Lukasz Majewski
2019-07-19
clk: Remove clock ID check in .get_rate() of clk_fixed_*
Lukasz Majewski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-21
clk: Remove superfluous gd declarations
Mario Six
2018-01-21
clk: clk_fixed_rate: Fix style violation
Mario Six
2017-06-01
dm: clk: fixed: Update to support livetree
Simon Glass
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-07-14
dm: clk: Add support for of-platdata
Simon Glass
2016-06-19
clk: convert API to match reset/mailbox style
Stephen Warren
2016-01-21
clk: add fixed rate clock driver
Masahiro Yamada