summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Consolidate some clock functionsSean Anderson2022-03-301-20/+2
* clk: Make clk_free return voidSean Anderson2022-03-301-6/+4
* clk: Make rfree return voidSean Anderson2022-03-301-4/+3
* clk: ccf: correct the test on the parent uclass in clk_enable/clk_disablePatrick Delaunay2022-02-251-2/+2
* clk: Inline clk_get_*_optionalSean Anderson2022-02-241-22/+0
* clk: Rename clk_get_optional_nodevSean Anderson2022-02-241-1/+2
* treewide: invaild -> invalidSean Anderson2022-01-131-1/+1
* Revert "clk: Detect failure to set defaults"Marek Vasut2022-01-071-5/+1
* clk: cosmetic: reorder include filesPatrick Delaunay2021-12-151-1/+1
* clk: Rename clk_get_by_driver_info()Simon Glass2021-09-251-4/+3
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-5/+5
* clk: Detect failure to set defaultsSimon Glass2021-07-151-1/+5
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* clk: cosmetic change in uclassPatrick Delaunay2021-06-181-1/+1
* clk: Allow force setting clock defaults before relocationSean Anderson2021-06-171-10/+17
* clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo2021-06-111-0/+19
* clk: fix assigned-clocks to pass with deferring providerTero Kristo2021-06-111-0/+18
* clk: do not attempt to fetch clock pointer with null deviceTero Kristo2021-06-111-0/+2
* clk: Warn on failure to assign rateSean Anderson2021-05-141-4/+7
* dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-1/+1
* 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