summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)Author
2015-02-18clk: Add __clk_hw_set_clk helper functionJavier Martinez Canillas
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso
2015-01-27clk: divider: Make generic for usage elsewhereStephen Boyd
2015-01-27clk: Add __clk_mux_determine_rate_closestStephen Boyd
2015-01-17clk: Add clk_unregister_{divider, gate, mux} to close memory leakKrzysztof Kozlowski
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso
2014-12-03clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso
2014-12-03clk: Don't expose __clk_get_accuracyTomeu Vizoso
2014-12-03clk: Remove unused function __clk_get_prepare_countTomeu Vizoso
2014-11-17clk-divider: Fix READ_ONLY when divider > 1James Hogan
2014-09-27Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne...Mike Turquette
2014-09-27clk: Add a function to retrieve phaseMaxime Ripard
2014-09-27clk: Include of.h in clock-provider.hMaxime Ripard
2014-09-27clk: introduce clk_set_phase function & callbackMike Turquette
2014-09-26clk: add gpio gated clockJyri Sarha
2014-07-02clk: define and export clk_debugs_add_filePeter De Schrijver
2014-06-07Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-05-23clk: divider: add CLK_DIVIDER_READ_ONLY flagHeiko Stuebner
2014-05-20of: consolidate linker section OF match table declarationsRob Herring
2014-05-20clk: new basic clk type for fractional dividerHeikki Krogerus
2014-05-12clk: Improve clk_ops documentationGeert Uytterhoeven
2014-05-12clk: Fixup spacing in commentsGeert Uytterhoeven
2014-04-30clk: divider: Add round to closest dividerMaxime COQUELIN
2014-03-24clk: support hardware-specific debugfs entriesAlex Elder
2014-01-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt
2014-01-17CLK: ti: add init support for clock IP blocksTero Kristo
2014-01-16clk: Add set_rate_and_parent() opStephen Boyd
2014-01-12clk: mpc512x: introduce COMMON_CLK for MPC512x (disabled)Gerhard Sittig
2013-12-22clk: add accuracy support for fixed clockBoris BREZILLON
2013-12-22clk: add clk accuracy retrieval supportBoris BREZILLON
2013-10-07clk: of: helper for determining number of parent clocksMike Turquette
2013-08-27clk: wrap I/O access for improved portabilityGerhard Sittig
2013-08-19clk: clk-mux: implement remuxing on set_rateJames Hogan
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan
2013-08-19clk: add support for clock reparent on set_rateJames Hogan
2013-08-19clk: abstract parent cacheJames Hogan
2013-08-05clk: mux: Add support for read-only muxes.Tomasz Figa
2013-06-15clk: gate: add CLK_GATE_HIWORD_MASKHaojian Zhuang
2013-06-15clk: divider: add CLK_DIVIDER_HIWORD_MASK flagHaojian Zhuang
2013-06-15clk: mux: add CLK_MUX_HIWORD_MASKHaojian Zhuang
2013-05-28clk: add non CONFIG_OF routines for clk-providerSebastian Hesselbarth
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