aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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