summaryrefslogtreecommitdiff
path: root/include/clk.h
Commit message (Expand)AuthorAgeFilesLines
* clk: Allow clk_get_by_name() with NULL nameSamuel Holland2023-02-121-2/+2
* Merge tag 'clk-2023.01' of https://source.denx.de/u-boot/custodians/u-boot-clkTom Rini2022-10-201-2/+2
|\
| * clk: change return type of clk_get_parent_rate from long long to ulongMichal Suchanek2022-10-191-2/+2
* | dm: clk: add missing stub when CONFIG_CLK is deactivatedDario Binacchi2022-10-091-1/+31
|/
* clk: Make clk_free return voidSean Anderson2022-03-301-4/+4
* clk: Add clk_get_by_name_optionalSean Anderson2022-02-251-0/+24
* clk: Add client API to HTML docsSean Anderson2022-02-251-91/+85
* clk: Inline clk_get_*_optionalSean Anderson2022-02-241-22/+34
* clk: Rename clk_get_optional_nodevSean Anderson2022-02-241-3/+4
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-23/+23
* clk: fix clk_get_rate() documentationGiulio Benetti2021-12-151-1/+2
* clk: Rename clk_get_by_driver_info()Simon Glass2021-09-251-3/+28
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-3/+1
* clk: Allow force setting clock defaults before relocationSean Anderson2021-06-171-4/+26
* 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