summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dm: clk: Define clk_get_by_id() for clk operationsLukasz Majewski2019-07-191-0/+22
| * dm: clk: Define clk_get_parent_rate() for clk operationsLukasz Majewski2019-07-191-0/+22
| * dm: clk: Define clk_get_parent() for clk operationsLukasz Majewski2019-07-191-0/+16
* | clk: initialize clk->data when using default xlateSekhar Nori2019-07-241-0/+2
|/
* clk: Use clk_get_by_index_tail()Jagan Teki2019-05-091-22/+2
* clk: Get the CLK by index without deviceJagan Teki2019-05-091-1/+60
* clk: Improve debug message in clk_set_default_rates()Simon Glass2019-02-011-2/+2
* clk: Allow clock defaults to be set during re-reloc state for SPL onlyPhilipp Tomsich2018-12-061-0/+4
* clk: Allow clock defaults to be set also during re-reloc stateAndreas Dannenberg2018-11-161-4/+0
* clk: clk_set_default: accept no-op skip fieldsNeil Armstrong2018-08-041-0/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* clk: fix clk_get_bulk when phandle errorNeil Armstrong2018-04-171-2/+2
* clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong2018-04-101-0/+59
* clk: implement clk_set_defaults()Philipp Tomsich2018-01-281-0/+118
* clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()Philipp Tomsich2018-01-281-2/+8
* clk: add clk_set_parent()Philipp Tomsich2018-01-281-0/+12
* clk: Remove superfluous gd declarationsMario Six2018-01-211-2/+0
* clk: clk-uclass: Fix style violationsMario Six2018-01-211-10/+10
* dtoc: Put phandle args in an arraySimon Glass2017-09-151-1/+1
* dtoc: Rename the phandle structSimon Glass2017-09-151-1/+1
* clk: fix compilation errors for poplar platformPatrice Chotard2017-07-281-23/+24
* clk: add clk_release_all()Patrice Chotard2017-07-281-0/+26
* dm: clk: Update uclass to support livetreeSimon Glass2017-06-011-10/+7
* clk: Modify xlate() method for livetreeSimon Glass2017-06-011-3/+4
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* clk: clk-uclass: Assign clk->dev before call .of_xlateWenyou Yang2016-10-281-0/+3
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-3/+3
* dm: clk: Remove simple version of clk_get_by_index/name()Michal Simek2016-07-221-27/+1
* dm: clk: Add support for of-platdataSimon Glass2016-07-141-2/+20
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-57/+145