aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad1-0/+6
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-6/+18
2012-12-10clk: introduce optional disable_unused callbackMike Turquette1-0/+6
2012-11-15clk: remove inline usage from clk-provider.hIgor Mazanov1-2/+2
2012-10-29clk: Add devm_clk_{register,unregister}()Stephen Boyd1-0/+2
2012-10-29clk: Don't return negative numbers for unsigned values with !clkStephen Boyd1-3/+3
2012-10-29clk: Fix documentation typosStephen Boyd1-3/+3
2012-10-29clk: Document .is_enabled opStephen Boyd1-0/+4
2012-09-07clk: add of_clk_src_onecell_get() supportShawn Guo1-0/+5
2012-09-06clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson1-0/+1
2012-07-11clk: add DT fixed-clock binding supportGrant Likely1-0/+2
2012-07-11clk: add DT clock binding supportGrant Likely1-0/+14
2012-07-11clk: Constify struct clk_init_dataMark Brown1-1/+1
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak1-0/+1
2012-07-11clk: Add support for rate table based dividersRajendra Nayak1-0/+12
2012-05-15clk: Provide dummy clk_unregister()Mark Brown1-0/+2
2012-05-08clk: add a fixed factor clockSascha Hauer1-0/+23
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan1-21/+38
2012-04-24clk: Fix typo in commentViresh Kumar1-2/+2
2012-04-24clk: pass parent_rate into .set_rateShawn Guo1-14/+7
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette1-2/+0
2012-04-24clk: core: copy parent_names & return error codesMike Turquette1-1/+2
2012-04-24clk: Constify parent name arraysMark Brown1-4/+4
2012-04-24clk: declare clk_ops of basic clks in clk-provider.hShawn Guo1-0/+4
2012-03-16clk: basic clock hardware typesMike Turquette1-0/+127
2012-03-16clk: introduce the common clock frameworkMike Turquette1-0/+173