summaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)Author
2012-07-11clk: add DT fixed-clock binding supportGrant Likely
2012-07-11clk: add DT clock binding supportGrant Likely
2012-07-11clk: Constify struct clk_init_dataMark Brown
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksRajendra Nayak
2012-07-11clk: Add support for rate table based dividersRajendra Nayak
2012-05-15clk: Provide dummy clk_unregister()Mark Brown
2012-05-08clk: add a fixed factor clockSascha Hauer
2012-05-01clk: Use a separate struct for holding init data.Saravana Kannan
2012-04-24clk: Fix typo in commentViresh Kumar
2012-04-24clk: pass parent_rate into .set_rateShawn Guo
2012-04-24clk: basic: improve parent_names & return errorsMike Turquette
2012-04-24clk: core: copy parent_names & return error codesMike Turquette
2012-04-24clk: Constify parent name arraysMark Brown
2012-04-24clk: declare clk_ops of basic clks in clk-provider.hShawn Guo
2012-03-16clk: basic clock hardware typesMike Turquette
2012-03-16clk: introduce the common clock frameworkMike Turquette