aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAge
* clk: add clk accuracy retrieval supportBoris BREZILLON2013-12-23
* clk: Fix debugfs reparenting NULL pointer dereferenceStephen Boyd2013-12-14
* clk: clean up everything on debugfs errorAlex Elder2013-11-27
* clk: of: helper for determining number of parent clocksMike Turquette2013-10-08
* clk: Correct lookup logic in clk_fetch_parent_index()Tomasz Figa2013-10-01
* clk: Use kcalloc() to allocate arraysTomasz Figa2013-10-01
* clk: Add error handling to clk_fetch_parent_index()Tomasz Figa2013-10-01
* clk: only call get_parent if there is oneAlex Elder2013-09-09
* clk: Move symbol export to proper locationThierry Reding2013-09-03
* clk: fix new_parent dereference before null checkJames Hogan2013-08-30
* clk: get matching entry under lock in of_clk_init()Alex Elder2013-08-27
* clk: handle NULL struct clk gracefullyMike Turquette2013-08-22
* clk: clk-mux: implement remuxing on set_rateJames Hogan2013-08-19
* clk: add support for clock reparent on set_rateJames Hogan2013-08-19
* clk: move some parent related functions upwardsJames Hogan2013-08-19
* clk: abstract parent cacheJames Hogan2013-08-19
* clk: fix typosPeter Meerwald2013-07-25
* Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-07-03
|\
| * clk: Always notify whole subtree when reparentingSoren Brinkmann2013-06-15
| * clk: honor CLK_GET_RATE_NOCACHE in clk_set_ratePeter De Schrijver2013-06-11
| * clk: use clk_get_rate() for debugfsPeter De Schrijver2013-06-11
| * clk: Disable unused clocks after deferred probing is doneSaravana Kannan2013-05-29
| * clk: Fix race condition between clk_set_parent and clk_enable()Saravana Kannan2013-05-29
* | clk: remove notifier from list before freeing itLai Jiangshan2013-06-06
|/
* clk: add clk_ignore_unused option to keep boot clocks onOlof Johansson2013-04-28
* clk: export __clk_get_flags for modular clock providersSebastian Hesselbarth2013-04-15
* clk: Properly handle notifier return valuesSoren Brinkmann2013-04-10
* clk: Fixup locking issues for clk_set_parentUlf Hansson2013-04-08
* clk: Fixup errorhandling for clk_set_parentUlf Hansson2013-04-08
* clk: Restructure code for __clk_reparentUlf Hansson2013-04-08
* clk: allow reentrant calls into the clk frameworkMike Turquette2013-04-02
* clk: abstract locking out into helper functionsMike Turquette2013-04-02
* clk: Fix incorrect return type in clk.cSachin Kamat2013-03-22
* clk: Introduce optional unprepare_unused callbackUlf Hansson2013-03-19
* clk: Unprepare the unused prepared slow clocks at late initUlf Hansson2013-03-19
* clk: Introduce optional is_prepared callbackUlf Hansson2013-03-19
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* clk: add common of_clk_init() functionPrashant Gaikwad2013-01-24
* clk: Deduplicate exit code in clk_set_rateNestor Ovroy2013-01-21
* clk: JSON debugfs clock tree summaryPrashant Gaikwad2013-01-11
* clk: human-readable debugfs clock tree summaryPrashant Gaikwad2013-01-11
* clk: export __clk_get_name for re-use in imx-ipu-v3 and othersNiels de Vos2013-01-11
* clk: Don't mark shared helper functions as inlineRuss Dill2013-01-11
* clk: introduce optional disable_unused callbackMike Turquette2012-12-11
* clk: clock multiplexers may register out of orderMartin Fuzzey2012-11-26
* clk: Add devm_clk_{register,unregister}()Stephen Boyd2012-10-29
* clk: Don't return negative numbers for unsigned values with !clkStephen Boyd2012-10-29
* clk: add of_clk_src_onecell_get() supportShawn Guo2012-09-07
* clk: Provide option for clk_get_rate to issue hw for new rateUlf Hansson2012-09-06
* clk: validate pointer in __clk_disable()Fengguang Wu2012-07-30