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