aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAge
* clk: Fix slab corruption in clk_unregister()Stephen Boyd2014-04-30
* clk: Fix double free due to devm_clk_register()Stephen Boyd2014-04-30
* clk: Fix minor errors in of_clk_init() function commentsSylwester Nawrocki2014-03-27
* clk: reverse default clk provider initialization order in of_clk_init()Sylwester Nawrocki2014-03-27
* clk: support hardware-specific debugfs entriesAlex Elder2014-03-24
* clk: turn rate change failed warning into pr_debugSascha Hauer2014-03-20
* clk: respect the clock dependencies in of_clk_initGregory CLEMENT2014-03-19
* Merge branch 'clk-fixes' into clk-nextMike Turquette2014-02-25
|\
| * clk: Correct handling of NULL clk in __clk_{get, put}Sylwester Nawrocki2014-02-25
* | clk: return probe defer when DT clock not yet readyJean-Francois Moine2014-02-24
* | clk: add pr_debug & kerneldoc around clk notifiersMike Turquette2014-02-24
* | clk: add clock-indices supportBen Dooks2014-02-23
* | clk: Fix notifier documentationSoren Brinkmann2014-02-18
|/
* clk: Export more clk-provider functionsStephen Boyd2014-01-27
* CLK: ti: add init support for clock IP blocksTero Kristo2014-01-17
* clk: Add set_rate_and_parent() opStephen Boyd2014-01-16
* Merge branch 'clk-next-unregister' into clk-nextMike Turquette2013-12-31
|\
| * clk: Implement clk_unregisterSylwester Nawrocki2013-12-04
| * clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki2013-12-04
| * clk: Provide not locked variant of of_clk_get_from_provider()Sylwester Nawrocki2013-12-04
* | clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette2013-12-27
* | 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