aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
AgeCommit message (Expand)Author
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30clk: Add debugging for return valuesSimon Glass
2021-01-12clk: add clk_round_rate()Dario Binacchi
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-09-22clk: get clock pointer before proceedingClaudiu Beznea
2020-09-22clk: do not disable clock if it is criticalClaudiu Beznea
2020-09-22clk: bind clk to new parent deviceClaudiu Beznea
2020-08-03clk: Drop dm.h header file in clk-provider.hSimon Glass
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano
2020-07-01clk: Fix clk_get_by_* handling of indexSean Anderson
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05clk: Rename free() to rfree()Simon Glass
2020-01-26clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is...Giulio Benetti
2020-01-16clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun
2020-01-16clk: check valid clock by clk_valid()Chunfeng Yun
2020-01-16clk: fix error check for devm_clk_get_optional()Chunfeng Yun
2019-10-22drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot
2019-10-22drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot
2019-10-22drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot
2019-10-22clk: Fix error check in clk_set_default_parents()Jean-Jacques Hiblot
2019-08-22clk: prograte clk enable/disable to parentPeng Fan
2019-08-12clk: add support for clk_is_match()Sekhar Nori
2019-07-31dm: clk: ignore default settings when node not validPeng Fan
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-07-24clk: initialize clk->data when using default xlateSekhar Nori
2019-07-19dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flagLukasz Majewski
2019-07-19dm: clk: Define clk_get_by_id() for clk operationsLukasz Majewski
2019-07-19dm: clk: Define clk_get_parent_rate() for clk operationsLukasz Majewski
2019-07-19dm: clk: Define clk_get_parent() for clk operationsLukasz Majewski
2019-05-09clk: Use clk_get_by_index_tail()Jagan Teki
2019-05-09clk: Get the CLK by index without deviceJagan Teki
2019-02-01clk: Improve debug message in clk_set_default_rates()Simon Glass
2018-12-06clk: Allow clock defaults to be set during re-reloc state for SPL onlyPhilipp Tomsich
2018-11-16clk: Allow clock defaults to be set also during re-reloc stateAndreas Dannenberg
2018-08-04clk: clk_set_default: accept no-op skip fieldsNeil Armstrong
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-17clk: fix clk_get_bulk when phandle errorNeil Armstrong
2018-04-10clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong
2018-01-28clk: implement clk_set_defaults()Philipp Tomsich
2018-01-28clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()Philipp Tomsich
2018-01-28clk: add clk_set_parent()Philipp Tomsich
2018-01-21clk: Remove superfluous gd declarationsMario Six
2018-01-21clk: clk-uclass: Fix style violationsMario Six
2017-09-15dtoc: Put phandle args in an arraySimon Glass