aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-17clk-divider: Fix READ_ONLY when divider > 1James Hogan1-1/+0
2014-09-27Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-nextMike Turquette1-0/+11
2014-09-27clk: Add a function to retrieve phaseMaxime Ripard1-0/+5
2014-09-27clk: Include of.h in clock-provider.hMaxime Ripard1-0/+1
2014-09-27clk: introduce clk_set_phase function & callbackMike Turquette1-0/+5
2014-09-26clk: add gpio gated clockJyri Sarha1-0/+22
2014-07-02clk: define and export clk_debugs_add_filePeter De Schrijver1-0/+5
2014-06-07Merge tag 'clk-for-linus-3.16' of git://git.linaro.org/people/mike.turquette/linux into nextLinus Torvalds1-57/+70
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds1-4/+1
2014-05-23clk: divider: add CLK_DIVIDER_READ_ONLY flagHeiko Stuebner1-0/+4
2014-05-20of: consolidate linker section OF match table declarationsRob Herring1-4/+1
2014-05-20clk: new basic clk type for fractional dividerHeikki Krogerus1-0/+31
2014-05-12clk: Improve clk_ops documentationGeert Uytterhoeven1-19/+25
2014-05-12clk: Fixup spacing in commentsGeert Uytterhoeven1-44/+44
2014-04-30clk: divider: Add round to closest dividerMaxime COQUELIN1-0/+3
2014-03-24clk: support hardware-specific debugfs entriesAlex Elder1-0/+8
2014-01-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+16
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-0/+16
2014-01-17CLK: ti: add init support for clock IP blocksTero Kristo1-0/+2
2014-01-16clk: Add set_rate_and_parent() opStephen Boyd1-0/+15
2014-01-12clk: mpc512x: introduce COMMON_CLK for MPC512x (disabled)Gerhard Sittig1-0/+16
2013-12-22clk: add accuracy support for fixed clockBoris BREZILLON1-0/+4
2013-12-22clk: add clk accuracy retrieval supportBoris BREZILLON1-0/+11
2013-10-07clk: of: helper for determining number of parent clocksMike Turquette1-0/+1
2013-08-27clk: wrap I/O access for improved portabilityGerhard Sittig1-0/+17
2013-08-19clk: clk-mux: implement remuxing on set_rateJames Hogan1-0/+3
2013-08-19clk: add CLK_SET_RATE_NO_REPARENT flagJames Hogan1-0/+1
2013-08-19clk: add support for clock reparent on set_rateJames Hogan1-0/+7
2013-08-19clk: abstract parent cacheJames Hogan1-0/+1
2013-08-05clk: mux: Add support for read-only muxes.Tomasz Figa1-0/+2
2013-06-15clk: gate: add CLK_GATE_HIWORD_MASKHaojian Zhuang1-0/+5
2013-06-15clk: divider: add CLK_DIVIDER_HIWORD_MASK flagHaojian Zhuang1-0/+5
2013-06-15clk: mux: add CLK_MUX_HIWORD_MASKHaojian Zhuang1-0/+5
2013-05-28clk: add non CONFIG_OF routines for clk-providerSebastian Hesselbarth1-8/+39
2013-04-12clk: composite: rename 'div' references to 'rate'Mike Turquette1-7/+7
2013-04-12clk: add device tree fixed-factor-clock binding supportGregory CLEMENT1-0/+2
2013-04-03clk: divider: Introduce CLK_DIVIDER_ALLOW_ZERO flagSoren Brinkmann1-1/+7
2013-04-02clk: fix clk_mux::flags kerneldocJames Hogan1-1/+1
2013-03-26clk: Add composite clock typePrashant Gaikwad1-0/+31
2013-03-22clk: add table lookup to muxPeter De Schrijver1-1/+8
2013-03-19clk: Introduce optional unprepare_unused callbackUlf Hansson1-0/+5
2013-03-19clk: Introduce optional is_prepared callbackUlf Hansson1-0/+6
2013-01-24clk: add common of_clk_init() functionPrashant Gaikwad1-0/+6
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-6/+18
2012-12-10clk: introduce optional disable_unused callbackMike Turquette1-0/+6
2012-11-15clk: remove inline usage from clk-provider.hIgor Mazanov1-2/+2
2012-10-29clk: Add devm_clk_{register,unregister}()Stephen Boyd1-0/+2
2012-10-29clk: Don't return negative numbers for unsigned values with !clkStephen Boyd1-3/+3
2012-10-29clk: Fix documentation typosStephen Boyd1-3/+3
2012-10-29clk: Document .is_enabled opStephen Boyd1-0/+4