summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* 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