index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clk.h
Age
Commit message (
Expand
)
Author
2022-10-20
Merge tag 'clk-2023.01' of https://source.denx.de/u-boot/custodians/u-boot-clk
Tom Rini
2022-10-19
clk: change return type of clk_get_parent_rate from long long to ulong
Michal Suchanek
2022-10-09
dm: clk: add missing stub when CONFIG_CLK is deactivated
Dario Binacchi
2022-03-30
clk: Make clk_free return void
Sean Anderson
2022-02-25
clk: Add clk_get_by_name_optional
Sean Anderson
2022-02-25
clk: Add client API to HTML docs
Sean Anderson
2022-02-24
clk: Inline clk_get_*_optional
Sean Anderson
2022-02-24
clk: Rename clk_get_optional_nodev
Sean Anderson
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-15
clk: fix clk_get_rate() documentation
Giulio Benetti
2021-09-25
clk: Rename clk_get_by_driver_info()
Simon Glass
2021-09-25
treewide: Simply conditions with the new OF_REAL
Simon Glass
2021-06-17
clk: Allow force setting clock defaults before relocation
Sean Anderson
2021-01-12
clk: add clk_round_rate()
Dario Binacchi
2020-07-09
dtoc: extend dtoc to use struct driver_info when linking nodes
Walter Lozano
2020-05-11
clk: Fix clk func names in comments
Jagan Teki
2020-04-28
dm: clk: add stub when CONFIG_CLK is deactivated
Patrick Delaunay
2020-01-16
clk: add APIs to get (optional) clock by name without a device
Chunfeng Yun
2019-10-22
drivers: clk: Fix using assigned-clocks in the node of the clock it sets up
Jean-Jacques Hiblot
2019-10-22
drivers: clk: Add a managed API to get clocks from the device-tree
Jean-Jacques Hiblot
2019-10-22
drivers: clk: Handle gracefully NULL pointers
Jean-Jacques Hiblot
2019-08-22
clk: introduce enable_count
Peng Fan
2019-08-12
clk: add support for clk_is_match()
Sekhar Nori
2019-07-31
clk: introduce clk_dev_binded
Peng Fan
2019-07-19
dm: clk: Define clk_get_by_id() for clk operations
Lukasz Majewski
2019-07-19
dm: clk: Define clk_get_parent_rate() for clk operations
Lukasz Majewski
2019-07-19
dm: clk: Define clk_get_parent() for clk operations
Lukasz Majewski
2019-07-19
clk: Extend struct clk to provide clock type agnostic flags
Lukasz Majewski
2019-07-19
clk: Extend struct clk to provide information regarding clock rate
Lukasz Majewski
2019-07-19
dm: Fix documentation entry as there is no UCLASS_CLOCK uclass
Lukasz Majewski
2019-05-09
clk: Get the CLK by index without device
Jagan Teki
2018-09-29
include/clk.h: Fix the name of the clock uclass in comment
Liviu Dudau
2018-09-11
clk: Extend clock control with an optional data field
Andreas Dannenberg
2018-08-03
clk: add clk_valid()
Fabrice Gasnier
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-10
clk: Add get/enable/disable/release for a bulk of clocks
Neil Armstrong
2018-01-28
clk: implement clk_set_defaults()
Philipp Tomsich
2018-01-28
clk: add clk_set_parent()
Philipp Tomsich
2017-09-15
dtoc: Rename the phandle struct
Simon Glass
2017-07-28
clk: fix compilation errors for poplar platform
Patrice Chotard
2017-07-28
clk: add clk_release_all()
Patrice Chotard
2016-10-08
Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"
Masahiro Yamada
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-22
ns16650: Make sure we have CONFIG_CLK set before using infrastructure
Tom Rini
2016-09-21
clk.h: Add <asm/errno.h>
Tom Rini
2016-09-21
clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled
Paul Burton
2016-08-15
clk.h: inline clk_get_by_name()
Andreas Bießmann
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
dm: clk: Add support for decoding clocks from the device tree
Simon Glass
[next]