summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
AgeCommit message (Expand)Author
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
2017-09-15dtoc: Rename the phandle structSimon Glass
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard
2017-07-28clk: add clk_release_all()Patrice Chotard
2017-06-01dm: clk: Update uclass to support livetreeSimon Glass
2017-06-01clk: Modify xlate() method for livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-28clk: clk-uclass: Assign clk->dev before call .of_xlateWenyou Yang
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-07-22dm: clk: Remove simple version of clk_get_by_index/name()Michal Simek
2016-07-14dm: clk: Add support for of-platdataSimon Glass
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-01-21dm: clk: Add a simple version of clk_get_by_index()Simon Glass
2016-01-21dm: clk: Add support for decoding clocks from the device treeSimon Glass