aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAge
* clk: fix possible null pointer dereferenceStanimir Varbanov2015-01-17
* clk: Really fix deadlock with mmap_semStephen Boyd2014-12-15
* clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-03
* clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso2014-12-03
* clk: Don't expose __clk_get_accuracyTomeu Vizoso2014-12-03
* clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso2014-12-03
* clk: Remove unused function __clk_get_prepare_countTomeu Vizoso2014-12-03
* clk: delete a local variable's repeated assignmentZhen Lei2014-11-19
* Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kerne...Mike Turquette2014-09-27
|\
| * clk: Add a function to retrieve phaseMaxime Ripard2014-09-27
| * clk: introduce clk_set_phase function & callbackMike Turquette2014-09-27
* | Merge branch 'clk-fixes' into clk-nextMike Turquette2014-09-17
|\ \
| * | clk: prevent erronous parsing of children during rate changeTero Kristo2014-09-03
| |/
* / clk: Don't hold prepare_lock across debugfs creationStephen Boyd2014-09-10
|/
* clk: Propagate any error return from debug_init()Chris Brand2014-07-29
* clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki2014-07-25
* clk: define and export clk_debugs_add_filePeter De Schrijver2014-07-02
* clk: Fix build warningsSachin Kamat2014-07-01
* clk: flatten clk tree in debugfsPeter De Schrijver2014-06-26
* clk: export __clk_round_rate for providersArnd Bergmann2014-06-03
* clk: Neaten clk_summary outputGeert Uytterhoeven2014-05-23
* clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()Stephen Boyd2014-04-30
* clk: Consolidate recalc rate logicStephen Boyd2014-04-30
* clk: Don't check for missing ops in clk_set_parent()Stephen Boyd2014-04-30
* 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