summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne...Mike Turquette2014-09-271-4/+91
|\
| * clk: Add a function to retrieve phaseMaxime Ripard2014-09-271-0/+10
| * clk: introduce clk_set_phase function & callbackMike Turquette2014-09-271-4/+81
* | Merge branch 'clk-fixes' into clk-nextMike Turquette2014-09-171-1/+6
|\ \
| * | clk: prevent erronous parsing of children during rate changeTero Kristo2014-09-031-1/+6
| |/
* / clk: Don't hold prepare_lock across debugfs creationStephen Boyd2014-09-101-46/+27
|/
* clk: Propagate any error return from debug_init()Chris Brand2014-07-291-2/+4
* clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki2014-07-251-2/+10
* clk: define and export clk_debugs_add_filePeter De Schrijver2014-07-021-0/+12
* clk: Fix build warningsSachin Kamat2014-07-011-11/+11
* clk: flatten clk tree in debugfsPeter De Schrijver2014-06-261-79/+35
* clk: export __clk_round_rate for providersArnd Bergmann2014-06-031-0/+1
* clk: Neaten clk_summary outputGeert Uytterhoeven2014-05-231-4/+3
* clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()Stephen Boyd2014-04-301-3/+6
* clk: Consolidate recalc rate logicStephen Boyd2014-04-301-16/+11
* clk: Don't check for missing ops in clk_set_parent()Stephen Boyd2014-04-301-3/+0
* clk: Fix slab corruption in clk_unregister()Stephen Boyd2014-04-301-1/+2
* clk: Fix double free due to devm_clk_register()Stephen Boyd2014-04-301-41/+30
* clk: Fix minor errors in of_clk_init() function commentsSylwester Nawrocki2014-03-271-2/+2
* clk: reverse default clk provider initialization order in of_clk_init()Sylwester Nawrocki2014-03-271-1/+1
* clk: support hardware-specific debugfs entriesAlex Elder2014-03-241-0/+4
* clk: turn rate change failed warning into pr_debugSascha Hauer2014-03-201-1/+1
* clk: respect the clock dependencies in of_clk_initGregory CLEMENT2014-03-191-4/+79
* Merge branch 'clk-fixes' into clk-nextMike Turquette2014-02-241-6/+7
|\
| * clk: Correct handling of NULL clk in __clk_{get, put}Sylwester Nawrocki2014-02-241-6/+7
* | clk: return probe defer when DT clock not yet readyJean-Francois Moine2014-02-241-1/+1
* | clk: add pr_debug & kerneldoc around clk notifiersMike Turquette2014-02-241-1/+4
* | clk: add clock-indices supportBen Dooks2014-02-231-1/+19
* | clk: Fix notifier documentationSoren Brinkmann2014-02-181-12/+3
|/
* clk: Export more clk-provider functionsStephen Boyd2014-01-271-0/+7
* CLK: ti: add init support for clock IP blocksTero Kristo2014-01-171-3/+1
* clk: Add set_rate_and_parent() opStephen Boyd2014-01-161-19/+59
* Merge branch 'clk-next-unregister' into clk-nextMike Turquette2013-12-311-11/+174
|\
| * clk: Implement clk_unregisterSylwester Nawrocki2013-12-041-3/+118
| * clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki2013-12-041-0/+26
| * clk: Provide not locked variant of of_clk_get_from_provider()Sylwester Nawrocki2013-12-041-8/+30
* | clk: remove CONFIG_COMMON_CLK_DEBUGMike Turquette2013-12-271-1/+1
* | clk: add clk accuracy retrieval supportBoris BREZILLON2013-12-221-7/+93
* | clk: Fix debugfs reparenting NULL pointer dereferenceStephen Boyd2013-12-141-2/+1
|/
* clk: clean up everything on debugfs errorAlex Elder2013-11-271-1/+2
* clk: of: helper for determining number of parent clocksMike Turquette2013-10-071-0/+6
* clk: Correct lookup logic in clk_fetch_parent_index()Tomasz Figa2013-10-011-4/+7
* clk: Use kcalloc() to allocate arraysTomasz Figa2013-10-011-7/+7
* clk: Add error handling to clk_fetch_parent_index()Tomasz Figa2013-10-011-11/+14
* clk: only call get_parent if there is oneAlex Elder2013-09-091-1/+1
* clk: Move symbol export to proper locationThierry Reding2013-09-031-1/+1
* clk: fix new_parent dereference before null checkJames Hogan2013-08-301-6/+7
* clk: get matching entry under lock in of_clk_init()Alex Elder2013-08-271-2/+2
* clk: handle NULL struct clk gracefullyMike Turquette2013-08-211-1/+7
* clk: clk-mux: implement remuxing on set_rateJames Hogan2013-08-191-0/+49