summaryrefslogtreecommitdiffstats
path: root/include/clk.h
Commit message (Expand)AuthorAgeFilesLines
* clk: add clk_round_rate()Dario Binacchi2021-01-121-0/+28
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-091-2/+2
* clk: Fix clk func names in commentsJagan Teki2020-05-111-6/+6
* dm: clk: add stub when CONFIG_CLK is deactivatedPatrick Delaunay2020-04-281-13/+89
* clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun2020-01-161-0/+40
* drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-221-2/+5
* drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2019-10-221-0/+47
* drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-221-1/+1
* clk: introduce enable_countPeng Fan2019-08-221-0/+1
* clk: add support for clk_is_match()Sekhar Nori2019-08-121-0/+12
* clk: introduce clk_dev_bindedPeng Fan2019-07-311-0/+9
* dm: clk: Define clk_get_by_id() for clk operationsLukasz Majewski2019-07-191-0/+11
* dm: clk: Define clk_get_parent_rate() for clk operationsLukasz Majewski2019-07-191-0/+9
* dm: clk: Define clk_get_parent() for clk operationsLukasz Majewski2019-07-191-0/+9
* clk: Extend struct clk to provide clock type agnostic flagsLukasz Majewski2019-07-191-0/+4
* clk: Extend struct clk to provide information regarding clock rateLukasz Majewski2019-07-191-0/+2
* dm: Fix documentation entry as there is no UCLASS_CLOCK uclassLukasz Majewski2019-07-191-1/+1
* clk: Get the CLK by index without deviceJagan Teki2019-05-091-0/+15
* include/clk.h: Fix the name of the clock uclass in commentLiviu Dudau2018-09-291-1/+1
* clk: Extend clock control with an optional data fieldAndreas Dannenberg2018-09-111-5/+7
* clk: add clk_valid()Fabrice Gasnier2018-08-031-0/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong2018-04-101-1/+71
* clk: implement clk_set_defaults()Philipp Tomsich2018-01-281-0/+17
* clk: add clk_set_parent()Philipp Tomsich2018-01-281-0/+11
* dtoc: Rename the phandle structSimon Glass2017-09-151-2/+2
* clk: fix compilation errors for poplar platformPatrice Chotard2017-07-281-14/+21
* clk: add clk_release_all()Patrice Chotard2017-07-281-0/+14
* Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada2016-10-081-12/+13
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini2016-09-221-13/+12
* clk.h: Add <asm/errno.h>Tom Rini2016-09-211-0/+1
* clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabledPaul Burton2016-09-211-1/+1
* clk.h: inline clk_get_by_name()Andreas Bießmann2016-08-151-1/+1
* dm: clk: Add support for of-platdataSimon Glass2016-07-141-0/+4
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-89/+131
* dm: clk: Add support for decoding clocks from the device treeSimon Glass2016-01-211-0/+24
* clk: add API to enable clockMasahiro Yamada2016-01-201-0/+18
* clk: add needed include and declaration to include/clk.hMasahiro Yamada2016-01-201-0/+4
* clk: fix comments in include/clk.hMasahiro Yamada2016-01-201-10/+10
* dm: Add a clock uclassSimon Glass2015-07-211-0/+80
* common: Add new clk commandMichal Simek2014-02-041-0/+6