aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09dtoc: 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-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-1/+3
2020-02-05clk: 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-09clk: Use clk_get_by_index_tail()Jagan Teki1-22/+2
2019-05-09clk: 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-06clk: Allow clock defaults to be set during re-reloc state for SPL onlyPhilipp Tomsich1-0/+4
2018-11-16clk: Allow clock defaults to be set also during re-reloc stateAndreas Dannenberg1-4/+0
2018-08-04clk: clk_set_default: accept no-op skip fieldsNeil Armstrong1-0/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-17clk: fix clk_get_bulk when phandle errorNeil Armstrong1-2/+2
2018-04-10clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong1-0/+59
2018-01-28clk: implement clk_set_defaults()Philipp Tomsich1-0/+118
2018-01-28clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()Philipp Tomsich1-2/+8
2018-01-28clk: add clk_set_parent()Philipp Tomsich1-0/+12
2018-01-21clk: Remove superfluous gd declarationsMario Six1-2/+0
2018-01-21clk: clk-uclass: Fix style violationsMario Six1-10/+10
2017-09-15dtoc: Put phandle args in an arraySimon Glass1-1/+1
2017-09-15dtoc: Rename the phandle structSimon Glass1-1/+1
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard1-23/+24
2017-07-28clk: add clk_release_all()Patrice Chotard1-0/+26
2017-06-01dm: clk: Update uclass to support livetreeSimon Glass1-10/+7
2017-06-01clk: Modify xlate() method for livetreeSimon Glass1-3/+4
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-10-28clk: clk-uclass: Assign clk->dev before call .of_xlateWenyou Yang1-0/+3
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-3/+3
2016-07-22dm: clk: Remove simple version of clk_get_by_index/name()Michal Simek1-27/+1
2016-07-14dm: clk: Add support for of-platdataSimon Glass1-2/+20
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren1-57/+145