summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: check ->determine/round_rate() return value in clk_calc_new_ratesBoris Brezillon2015-04-131-7/+16
* Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-03-121-1/+26
|\
| * clk: introduce clk_is_matchMichael Turquette2015-03-111-0/+26
| * clk: don't export static symbolJulia Lawall2015-03-111-1/+0Star
* | clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd2015-03-121-18/+14Star
* | clk: Rename child_node to clks_node to avoid confusionStephen Boyd2015-03-121-6/+6
* | clk: clk_set_parent() with current parent shouldn't failStephen Boyd2015-03-121-4/+6
* | clk: Add tracepoints for hardware operationsStephen Boyd2015-03-121-10/+46
* | clk: Missing set_phase op is an errorStephen Boyd2015-03-121-8/+4Star
* | clk: Use lockdep asserts to find missing hold of prepare_lockKrzysztof Kozlowski2015-03-121-0/+14
|/
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-211-304/+705
|\
| * clk: Only recalculate the rate if neededTomeu Vizoso2015-02-201-1/+4
| * clk: Don't dereference parent clock if is NULLJavier Martinez Canillas2015-02-181-2/+2
| * clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd2015-02-071-4/+14
| * clk: Add rate constraints to clocksTomeu Vizoso2015-02-021-54/+218
| * clk: remove clk-private.hMichael Turquette2015-02-021-2/+39
| * clk: Make clk API return per-user struct clk instancesTomeu Vizoso2015-02-021-225/+406
| * clk: Remove __clk_registerTomeu Vizoso2015-01-281-42/+0Star
| * clk: Remove unneeded NULL checksTomeu Vizoso2015-01-281-9/+0Star
| * clk: Export phase functionsMaxime Ripard2015-01-271-0/+2
| * clk: Add __clk_mux_determine_rate_closestStephen Boyd2015-01-271-9/+38
| * clk: Fix debugfs clk removal before initedSrinivas Kandagatla2015-01-271-4/+0Star
| * Merge branch 'clk-has-parent' into clk-nextMichael Turquette2015-01-251-0/+30
| |\
| | * clk: Introduce clk_has_parent()Thierry Reding2015-01-251-0/+30
| * | clk: Skip fetching index for single parent clocksStephen Boyd2015-01-201-1/+1
* | | clk: convert clock name allocations to kstrdup_constAndrzej Hajda2015-02-141-6/+6
|/ /
* / clk: fix possible null pointer dereferenceStanimir Varbanov2015-01-171-1/+1
|/
* clk: Really fix deadlock with mmap_semStephen Boyd2014-12-161-2/+3
* clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-041-6/+11
* clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso2014-12-041-3/+3
* clk: Don't expose __clk_get_accuracyTomeu Vizoso2014-12-041-1/+1
* clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso2014-12-041-1/+4
* clk: Remove unused function __clk_get_prepare_countTomeu Vizoso2014-12-041-5/+0Star
* clk: delete a local variable's repeated assignmentZhen Lei2014-11-191-1/+1
* 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/+27Star
|/
* clk: Propagate any error return from debug_init()Chris Brand2014-07-301-2/+4
* clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki2014-07-261-2/+10
* clk: define and export clk_debugs_add_filePeter De Schrijver2014-07-031-0/+12
* clk: Fix build warningsSachin Kamat2014-07-021-11/+11
* clk: flatten clk tree in debugfsPeter De Schrijver2014-06-261-79/+35Star
* clk: export __clk_round_rate for providersArnd Bergmann2014-06-031-0/+1
* clk: Neaten clk_summary outputGeert Uytterhoeven2014-05-231-4/+3Star
* 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/+11Star
* clk: Don't check for missing ops in clk_set_parent()Stephen Boyd2014-04-301-3/+0Star