aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAge
* clk: add missing lock when call clk_core_enable in clk_set_parentDong Aisheng2015-05-06
* clk: check ->determine/round_rate() return value in clk_calc_new_ratesBoris Brezillon2015-04-13
* Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-03-12
|\
| * clk: introduce clk_is_matchMichael Turquette2015-03-11
| * clk: don't export static symbolJulia Lawall2015-03-11
* | clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd2015-03-12
* | clk: Rename child_node to clks_node to avoid confusionStephen Boyd2015-03-12
* | clk: clk_set_parent() with current parent shouldn't failStephen Boyd2015-03-12
* | clk: Add tracepoints for hardware operationsStephen Boyd2015-03-12
* | clk: Missing set_phase op is an errorStephen Boyd2015-03-12
* | clk: Use lockdep asserts to find missing hold of prepare_lockKrzysztof Kozlowski2015-03-12
|/
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-21
|\
| * clk: Only recalculate the rate if neededTomeu Vizoso2015-02-19
| * clk: Don't dereference parent clock if is NULLJavier Martinez Canillas2015-02-18
| * clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd2015-02-06
| * clk: Add rate constraints to clocksTomeu Vizoso2015-02-02
| * clk: remove clk-private.hMichael Turquette2015-02-02
| * clk: Make clk API return per-user struct clk instancesTomeu Vizoso2015-02-02
| * clk: Remove __clk_registerTomeu Vizoso2015-01-28
| * clk: Remove unneeded NULL checksTomeu Vizoso2015-01-28
| * clk: Export phase functionsMaxime Ripard2015-01-27
| * clk: Add __clk_mux_determine_rate_closestStephen Boyd2015-01-27
| * clk: Fix debugfs clk removal before initedSrinivas Kandagatla2015-01-27
| * Merge branch 'clk-has-parent' into clk-nextMichael Turquette2015-01-24
| |\
| | * clk: Introduce clk_has_parent()Thierry Reding2015-01-24
| * | clk: Skip fetching index for single parent clocksStephen Boyd2015-01-20
* | | clk: convert clock name allocations to kstrdup_constAndrzej Hajda2015-02-14
|/ /
* / 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