summaryrefslogtreecommitdiffstats
path: root/include/linux/clk-private.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne...Mike Turquette2014-09-271-0/+1
|\
| * clk: introduce clk_set_phase function & callbackMike Turquette2014-09-271-0/+1
* | clk: Don't hold prepare_lock across debugfs creationStephen Boyd2014-09-101-0/+1
|/
* Merge branch 'clk-next-unregister' into clk-nextMike Turquette2013-12-311-0/+5
|\
| * clk: Implement clk_unregisterSylwester Nawrocki2013-12-041-0/+2
| * clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki2013-12-041-0/+3
* | clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette2013-12-281-1/+1
* | clk: add clk accuracy retrieval supportBoris BREZILLON2013-12-231-0/+1
|/
* clk: add support for clock reparent on set_rateJames Hogan2013-08-191-0/+3
* clk: add table lookup to muxPeter De Schrijver2013-03-221-1/+1
* clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak2012-07-121-1/+1
* clk: Add support for rate table based dividersRajendra Nayak2012-07-121-2/+18
* clk: add a fixed factor clockSascha Hauer2012-05-081-0/+20
* clk: Use a separate struct for holding init data.Saravana Kannan2012-05-021-0/+2
* clk: constify parent name arrays in macrosRajendra Nayak2012-05-021-3/+3
* clk: clk-private: Add DEFINE_CLK macroViresh Kumar2012-04-251-39/+20Star
* clk: core: copy parent_names & return error codesMike Turquette2012-04-251-1/+3
* clk: Constify parent name arraysMark Brown2012-04-251-1/+1
* clk: declare clk_ops of basic clks in clk-provider.hShawn Guo2012-04-251-8/+0Star
* clk: add "const" for clk_ops of basic clksShawn Guo2012-04-251-4/+4
* clk: basic clock hardware typesMike Turquette2012-03-161-0/+124
* clk: introduce the common clock frameworkMike Turquette2012-03-161-0/+72