summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15clk: cosmetic: reorder include filesPatrick Delaunay1-1/+1
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-4/+3
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-5/+5
2021-07-16clk: Detect failure to set defaultsSimon Glass1-1/+5
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-18clk: cosmetic change in uclassPatrick Delaunay1-1/+1
2021-06-17clk: Allow force setting clock defaults before relocationSean Anderson1-10/+17
2021-06-11clk: fix set_rate to clean up cached rates for the hierarchyTero Kristo1-0/+19
2021-06-11clk: fix assigned-clocks to pass with deferring providerTero Kristo1-0/+18
2021-06-11clk: do not attempt to fetch clock pointer with null deviceTero Kristo1-0/+2
2021-05-14clk: Warn on failure to assign rateSean Anderson1-4/+7
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-31clk: Add debugging for return valuesSimon Glass1-5/+11
2021-01-12clk: add clk_round_rate()Dario Binacchi1-0/+15
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-2/+1
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-2/+2
2020-09-22clk: get clock pointer before proceedingClaudiu Beznea1-4/+33
2020-09-22clk: do not disable clock if it is criticalClaudiu Beznea1-0/+3
2020-09-22clk: bind clk to new parent deviceClaudiu Beznea1-1/+10
2020-08-04clk: Drop dm.h header file in clk-provider.hSimon Glass1-0/+5
2020-07-10dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-6/+5
2020-07-01clk: Fix clk_get_by_* handling of indexSean Anderson1-4/+4
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-1/+3
2020-02-06clk: Rename free() to rfree()Simon Glass1-2/+2
2020-01-26clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti1-1/+1
2020-01-16clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun1-0/+28
2020-01-16clk: check valid clock by clk_valid()Chunfeng Yun1-8/+8
2020-01-16clk: fix error check for devm_clk_get_optional()Chunfeng Yun1-1/+1
2019-10-22drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot1-6/+42
2019-10-22drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot1-0/+48
2019-10-22drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot1-7/+36
2019-10-22clk: Fix error check in clk_set_default_parents()Jean-Jacques Hiblot1-1/+1
2019-08-22clk: prograte clk enable/disable to parentPeng Fan1-6/+71
2019-08-12clk: add support for clk_is_match()Sekhar Nori1-0/+13
2019-07-31dm: clk: ignore default settings when node not validPeng Fan1-0/+3
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+60
2019-07-24clk: initialize clk->data when using default xlateSekhar Nori1-0/+2
2019-07-19dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flagLukasz Majewski1-2/+2
2019-07-19dm: clk: Define clk_get_by_id() for clk operationsLukasz Majewski1-0/+22
2019-07-19dm: clk: Define clk_get_parent_rate() for clk operationsLukasz Majewski1-0/+22
2019-07-19dm: clk: Define clk_get_parent() for clk operationsLukasz Majewski1-0/+16
2019-05-08clk: Use clk_get_by_index_tail()Jagan Teki1-22/+2
2019-05-08clk: Get the CLK by index without deviceJagan Teki1-1/+60
2019-02-01clk: Improve debug message in clk_set_default_rates()Simon Glass1-2/+2
2018-12-07clk: Allow clock defaults to be set during re-reloc state for SPL onlyPhilipp Tomsich1-0/+4