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
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
2016-01-20
clk: add API to enable clock
Masahiro Yamada
2016-01-20
clk: add needed include and declaration to include/clk.h
Masahiro Yamada
2016-01-20
clk: fix comments in include/clk.h
Masahiro Yamada
2015-07-21
dm: Add a clock uclass
Simon Glass
2014-02-04
common: Add new clk command
Michal Simek