summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: clk: Add a simple version of clk_get_by_index()Simon Glass2016-01-211-1/+17
* dm: clk: Add support for decoding clocks from the device treeSimon Glass2016-01-211-0/+28
* clk: add API to enable clockMasahiro Yamada2016-01-201-0/+10
* dm: Add a clock uclassSimon Glass2015-07-211-0/+58