aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-21dm: clk: Add a simple version of clk_get_by_index()Simon Glass1-1/+17
2016-01-21dm: clk: Add support for decoding clocks from the device treeSimon Glass1-0/+28
2016-01-20clk: add API to enable clockMasahiro Yamada1-0/+10
2015-07-21dm: Add a clock uclassSimon Glass1-0/+58