aboutsummaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)Author
2013-04-12clk: composite: rename 'div' references to 'rate'Mike Turquette
2013-04-12clk: add device tree fixed-factor-clock binding supportGregory CLEMENT
2013-04-03clk: divider: Introduce CLK_DIVIDER_ALLOW_ZERO flagSoren Brinkmann
2013-04-02clk: fix clk_mux::flags kerneldocJames Hogan
2013-03-26clk: Add composite clock typePrashant Gaikwad
2013-03-22clk: add table lookup to muxPeter De Schrijver
2013-03-19clk: Introduce optional unprepare_unused callbackUlf Hansson
2013-03-19clk: Introduce optional is_prepared callbackUlf Hansson
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds
2012-12-10clk: introduce optional disable_unused callbackMike Turquette
2012-11-15clk: remove inline usage from clk-provider.hIgor Mazanov
2012-10-29clk: Add devm_clk_{register,unregister}()Stephen Boyd
2012-10-29clk: Don't return negative numbers for unsigned values with !clkStephen Boyd
2012-10-29clk: Fix documentation typosStephen Boyd
2012-10-29clk: Document .is_enabled opStephen Boyd
2012-09-07clk: add of_clk_src_onecell_get() supportShawn Guo
2012-09-06clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson
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