aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-uclass.c
AgeCommit message (Expand)Author
2018-11-16clk: Allow clock defaults to be set also during re-reloc stateAndreas Dannenberg
2018-08-04clk: clk_set_default: accept no-op skip fieldsNeil Armstrong
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-17clk: fix clk_get_bulk when phandle errorNeil Armstrong
2018-04-10clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong
2018-01-28clk: implement clk_set_defaults()Philipp Tomsich
2018-01-28clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()Philipp Tomsich
2018-01-28clk: add clk_set_parent()Philipp Tomsich
2018-01-21clk: Remove superfluous gd declarationsMario Six
2018-01-21clk: clk-uclass: Fix style violationsMario Six
2017-09-15dtoc: Put phandle args in an arraySimon Glass
2017-09-15dtoc: Rename the phandle structSimon Glass
2017-07-28clk: fix compilation errors for poplar platformPatrice Chotard
2017-07-28clk: add clk_release_all()Patrice Chotard
2017-06-01dm: clk: Update uclass to support livetreeSimon Glass
2017-06-01clk: Modify xlate() method for livetreeSimon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-28clk: clk-uclass: Assign clk->dev before call .of_xlateWenyou Yang
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-07-22dm: clk: Remove simple version of clk_get_by_index/name()Michal Simek
2016-07-14dm: clk: Add support for of-platdataSimon Glass
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-01-21dm: clk: Add a simple version of clk_get_by_index()Simon Glass
2016-01-21dm: clk: Add support for decoding clocks from the device treeSimon Glass
2016-01-20clk: add API to enable clockMasahiro Yamada
2015-07-21dm: Add a clock uclassSimon Glass