summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Support CLK_IS_CRITICAL flagSascha Hauer2019-03-111-0/+3
* clk: fix NULL deref without OF node in debug messageMatthias Schiffer2018-11-231-1/+1
* clk: support pinmux configuration in clock provider nodesNikita Yushchenko2018-05-141-3/+6
* clk: Make COMMON_CLK_OF_PROVIDER depend on OFTREEAndrey Smirnov2017-03-091-1/+1
* clk: Port two helper functions from LinuxAndrey Smirnov2017-03-091-0/+39
* clk: implement CLK_OPS_PARENT_ENABLESascha Hauer2017-02-061-4/+27
* clk: Keep enable count consistent over reparentSascha Hauer2017-02-061-6/+15
* clk: Port of_clk_set_defaults()Andrey Smirnov2017-01-111-0/+2
* Merge branch 'for-next/vybrid'Sascha Hauer2016-11-141-7/+82
|\
| * clk: Port clock dependency resolution codeAndrey Smirnov2016-11-141-7/+82
* | clk: add clock command completionSascha Hauer2016-11-081-0/+22
|/
* Merge branch 'for-next/rockchip'Sascha Hauer2015-03-091-0/+10
|\
| * CLK: Check and do not allow to register clock twiceAndrey Panov2015-03-051-0/+10
* | clk: Treat NULL as dummy clocksSascha Hauer2015-03-051-0/+17
|/
* clk: move of_clk_get_parent_name() to common clk codeAntony Pavlov2014-04-291-0/+20
* treewide: fix signedness mixups in printf format specifiersLucas Stach2014-04-231-1/+1
* clk: Add parent round/set rate for mux and gateSascha Hauer2014-03-281-0/+20
* clk: implement clk_round_rateSascha Hauer2014-03-281-0/+10
* clk: add of_clk_init and CLK_OF_DECLARE macroSebastian Hesselbarth2013-11-111-0/+37
* clk: of: introduce of_clk_src_simple_getSascha Hauer2013-09-231-0/+7
* clk: add clock lookup from devicetreeLucas Stach2013-07-021-0/+97
* clk: add prototype for clk_is_enabledSascha Hauer2013-06-201-1/+1
* clk: fix warning: no previous prototype for 'clk_is_enabled'Antony Pavlov2013-06-051-1/+1
* clk: Add is_enabled callbackSascha Hauer2013-03-151-15/+46
* commands: clk_dump: denote always enabled clocksAntony Pavlov2012-12-031-2/+6
* clk: add always enabled clocksAntony Pavlov2012-12-031-0/+10
* clk: check for invalid clocksSascha Hauer2012-11-291-0/+23
* clk: initial common clk supportSascha Hauer2012-10-041-0/+224