summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-12clk: add DT fixed-clock binding supportGrant Likely1-0/+2
2012-07-12clk: add DT clock binding supportGrant Likely1-0/+14
2012-07-12clk: Constify struct clk_init_dataMark Brown1-1/+1
2012-07-12clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak1-0/+1
2012-07-12clk: Add support for rate table based dividersRajendra Nayak1-0/+12
2012-05-15clk: Provide dummy clk_unregister()Mark Brown1-0/+2
2012-05-09clk: add a fixed factor clockSascha Hauer1-0/+23
2012-05-02clk: Use a separate struct for holding init data.Saravana Kannan1-21/+38
2012-04-25clk: Fix typo in commentViresh Kumar1-2/+2
2012-04-25clk: pass parent_rate into .set_rateShawn Guo1-14/+7
2012-04-25clk: basic: improve parent_names & return errorsMike Turquette1-2/+0
2012-04-25clk: core: copy parent_names & return error codesMike Turquette1-1/+2
2012-04-25clk: Constify parent name arraysMark Brown1-4/+4
2012-04-25clk: declare clk_ops of basic clks in clk-provider.hShawn Guo1-0/+4
2012-03-17clk: basic clock hardware typesMike Turquette1-0/+127
2012-03-17clk: introduce the common clock frameworkMike Turquette1-0/+173