summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael Turquette2015-06-201-0/+8
|\
| * clk: Expose clk_hw_reparent() to providersTomeu Vizoso2015-05-131-0/+8
* | Merge branch 'clk-exynos-cpu-clk' into clk-nextMichael Turquette2015-06-201-0/+3
|\ \
| * | clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock supportBartlomiej Zolnierkiewicz2015-06-201-0/+3
* | | clk: Move debug_node field under DEBUG_FS flag in struct clk_coreMaxime Coquelin2015-06-101-1/+1
* | | clk: of: helper for filling parent clock array and return num of parentsDinh Nguyen2015-06-051-0/+21
* | | clk: Fix typo in clk_register() commentShailendra Verma2015-05-201-1/+1
* | | clk: Silence sparse warnings about __clk_{get,put}()Stephen Boyd2015-05-141-0/+1
* | | clk: Add some more lockdep assertionsStephen Boyd2015-05-071-0/+8
* | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-05-071-0/+8
|\ \ \ | |/ /
| * | clk: add missing lock when call clk_core_enable in clk_set_parentDong Aisheng2015-05-061-0/+8
| |/
* | clk: add newline character after dumping all clocksFelipe Balbi2015-05-071-1/+1
* | clk: Fix JSON output in debugfsStefan Wahren2015-05-011-2/+3
* | clk: Update some comments to reflect realityStephen Boyd2015-04-301-33/+18
* | clk: Remove forward declared function prototypesStephen Boyd2015-04-301-418/+393
* | clk: Remove impossible if condition in clk_core_get_phase()Stephen Boyd2015-04-301-5/+1
* | clk: Drop unnecessary OOM printsStephen Boyd2015-04-301-5/+0
* | clk: Squash __clk_{enable,disable}() into callersDong Aisheng2015-04-301-18/+5
* | clk: s/clk/core/ for struct clk_coreStephen Boyd2015-04-301-412/+412
|/
* clk: check ->determine/round_rate() return value in clk_calc_new_ratesBoris Brezillon2015-04-121-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/+0
* | clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd2015-03-121-18/+14
* | 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/+4
* | 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-191-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-061-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/+0
| * clk: Remove unneeded NULL checksTomeu Vizoso2015-01-281-9/+0
| * 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/+0
| * Merge branch 'clk-has-parent' into clk-nextMichael Turquette2015-01-241-0/+30
| |\
| | * clk: Introduce clk_has_parent()Thierry Reding2015-01-241-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-131-6/+6
|/ /
* | clk: fix possible null pointer dereferenceStanimir Varbanov2015-01-171-1/+1
|/
* clk: Really fix deadlock with mmap_semStephen Boyd2014-12-151-2/+3
* clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-031-6/+11
* clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso2014-12-031-3/+3
* clk: Don't expose __clk_get_accuracyTomeu Vizoso2014-12-031-1/+1
OpenPOWER on IntegriCloud