aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-private.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02clk: remove clk-private.hMichael Turquette1-237/+0
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso1-8/+27
2015-01-28clk: Remove __clk_registerTomeu Vizoso1-2/+0
2014-09-27Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextMike Turquette1-0/+1
2014-09-27clk: introduce clk_set_phase function & callbackMike Turquette1-0/+1
2014-09-10clk: Don't hold prepare_lock across debugfs creationStephen Boyd1-0/+1
2013-12-31Merge branch 'clk-next-unregister' into clk-nextMike Turquette1-0/+5
2013-12-27clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette1-1/+1
2013-12-22clk: add clk accuracy retrieval supportBoris BREZILLON1-0/+1
2013-12-04clk: Implement clk_unregisterSylwester Nawrocki1-0/+2
2013-12-04clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki1-0/+3
2013-08-19clk: add support for clock reparent on set_rateJames Hogan1-0/+3
2013-03-22clk: add table lookup to muxPeter De Schrijver1-1/+1
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak1-1/+1
2012-07-11clk: Add support for rate table based dividersRajendra Nayak1-2/+18
2012-05-08clk: add a fixed factor clockSascha Hauer1-0/+20
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan1-0/+2
2012-05-01clk: constify parent name arrays in macrosRajendra Nayak1-3/+3
2012-04-24clk: clk-private: Add DEFINE_CLK macroViresh Kumar1-39/+20
2012-04-24clk: core: copy parent_names & return error codesMike Turquette1-1/+3
2012-04-24clk: Constify parent name arraysMark Brown1-1/+1
2012-04-24clk: declare clk_ops of basic clks in clk-provider.hShawn Guo1-8/+0
2012-04-24clk: add "const" for clk_ops of basic clksShawn Guo1-4/+4
2012-03-16clk: basic clock hardware typesMike Turquette1-0/+124
2012-03-16clk: introduce the common clock frameworkMike Turquette1-0/+72