summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* clk: Add debugging for return valuesSimon Glass2021-01-301-5/+11
* clk: add clk_round_rate()Dario Binacchi2021-01-121-0/+15
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
* dm: Use driver_info index instead of pointerSimon Glass2020-10-291-2/+1
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-061-2/+2
* clk: get clock pointer before proceedingClaudiu Beznea2020-09-221-4/+33
* clk: do not disable clock if it is criticalClaudiu Beznea2020-09-221-0/+3
* clk: bind clk to new parent deviceClaudiu Beznea2020-09-221-1/+10
* clk: Drop dm.h header file in clk-provider.hSimon Glass2020-08-031-0/+5
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-091-6/+5
* clk: Fix clk_get_by_* handling of indexSean Anderson2020-07-011-4/+4
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-1/+3
* clk: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti2020-01-261-1/+1
* clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun2020-01-161-0/+28
* clk: check valid clock by clk_valid()Chunfeng Yun2020-01-161-8/+8
* clk: fix error check for devm_clk_get_optional()Chunfeng Yun2020-01-161-1/+1
* drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-221-6/+42
* drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2019-10-221-0/+48
* drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-221-7/+36
* clk: Fix error check in clk_set_default_parents()Jean-Jacques Hiblot2019-10-221-1/+1
* clk: prograte clk enable/disable to parentPeng Fan2019-08-221-6/+71
* clk: add support for clk_is_match()Sekhar Nori2019-08-121-0/+13
* dm: clk: ignore default settings when node not validPeng Fan2019-07-311-0/+3
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-271-0/+60
|\
| * dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flagLukasz Majewski2019-07-191-2/+2
| * dm: clk: Define clk_get_by_id() for clk operationsLukasz Majewski2019-07-191-0/+22
| * dm: clk: Define clk_get_parent_rate() for clk operationsLukasz Majewski2019-07-191-0/+22
| * dm: clk: Define clk_get_parent() for clk operationsLukasz Majewski2019-07-191-0/+16
* | clk: initialize clk->data when using default xlateSekhar Nori2019-07-241-0/+2
|/
* clk: Use clk_get_by_index_tail()Jagan Teki2019-05-091-22/+2
* clk: Get the CLK by index without deviceJagan Teki2019-05-091-1/+60
* clk: Improve debug message in clk_set_default_rates()Simon Glass2019-02-011-2/+2
* clk: Allow clock defaults to be set during re-reloc state for SPL onlyPhilipp Tomsich2018-12-061-0/+4
* clk: Allow clock defaults to be set also during re-reloc stateAndreas Dannenberg2018-11-161-4/+0
* clk: clk_set_default: accept no-op skip fieldsNeil Armstrong2018-08-041-0/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* clk: fix clk_get_bulk when phandle errorNeil Armstrong2018-04-171-2/+2
* clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong2018-04-101-0/+59
* clk: implement clk_set_defaults()Philipp Tomsich2018-01-281-0/+118
* clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()Philipp Tomsich2018-01-281-2/+8
* clk: add clk_set_parent()Philipp Tomsich2018-01-281-0/+12
* clk: Remove superfluous gd declarationsMario Six2018-01-211-2/+0
* clk: clk-uclass: Fix style violationsMario Six2018-01-211-10/+10
* dtoc: Put phandle args in an arraySimon Glass2017-09-151-1/+1
* dtoc: Rename the phandle structSimon Glass2017-09-151-1/+1