summaryrefslogtreecommitdiff
path: root/include/clk.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson1-4/+26
2021-01-12clk: add clk_round_rate()Dario Binacchi1-0/+28
2020-07-10dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-2/+2
2020-05-10clk: Fix clk func names in commentsJagan Teki1-6/+6
2020-04-28dm: clk: add stub when CONFIG_CLK is deactivatedPatrick Delaunay1-13/+89
2020-01-16clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun1-0/+40
2019-10-22drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot1-2/+5
2019-10-22drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot1-0/+47
2019-10-22drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot1-1/+1
2019-08-22clk: introduce enable_countPeng Fan1-0/+1
2019-08-12clk: add support for clk_is_match()Sekhar Nori1-0/+12
2019-07-31clk: introduce clk_dev_bindedPeng Fan1-0/+9
2019-07-19dm: clk: Define clk_get_by_id() for clk operationsLukasz Majewski1-0/+11
2019-07-19dm: clk: Define clk_get_parent_rate() for clk operationsLukasz Majewski1-0/+9
2019-07-19dm: clk: Define clk_get_parent() for clk operationsLukasz Majewski1-0/+9
2019-07-19clk: Extend struct clk to provide clock type agnostic flagsLukasz Majewski1-0/+4
2019-07-19clk: Extend struct clk to provide information regarding clock rateLukasz Majewski1-0/+2
2019-07-19dm: Fix documentation entry as there is no UCLASS_CLOCK uclassLukasz Majewski1-1/+1
2019-05-08clk: Get the CLK by index without deviceJagan Teki1-0/+15
2018-09-29include/clk.h: Fix the name of the clock uclass in commentLiviu Dudau1-1/+1
2018-09-11clk: Extend clock control with an optional data fieldAndreas Dannenberg1-5/+7
2018-08-04clk: add clk_valid()Fabrice Gasnier1-0/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-10clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong1-1/+71
2018-01-28clk: implement clk_set_defaults()Philipp Tomsich1-0/+17
2018-01-28clk: add clk_set_parent()Philipp Tomsich1-0/+11
2017-09-15dtoc: Rename the phandle structSimon Glass1-2/+2
2017-07-29clk: fix compilation errors for poplar platformPatrice Chotard1-14/+21
2017-07-29clk: add clk_release_all()Patrice Chotard1-0/+14
2016-10-08Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada1-12/+13
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-22ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini1-13/+12
2016-09-22clk.h: Add <asm/errno.h>Tom Rini1-0/+1
2016-09-21clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabledPaul Burton1-1/+1
2016-08-15clk.h: inline clk_get_by_name()Andreas Bießmann1-1/+1
2016-07-15dm: clk: Add support for of-platdataSimon Glass1-0/+4
2016-06-20clk: convert API to match reset/mailbox styleStephen Warren1-89/+131
2016-01-22dm: clk: Add support for decoding clocks from the device treeSimon Glass1-0/+24
2016-01-21clk: add API to enable clockMasahiro Yamada1-0/+18
2016-01-21clk: add needed include and declaration to include/clk.hMasahiro Yamada1-0/+4
2016-01-21clk: fix comments in include/clk.hMasahiro Yamada1-10/+10
2015-07-22dm: Add a clock uclassSimon Glass1-0/+80
2014-02-04common: Add new clk commandMichal Simek1-0/+6