summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2015-06-20Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael Turquette
2015-06-20Merge branch 'clk-exynos-cpu-clk' into clk-nextMichael Turquette
2015-06-20clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock supportBartlomiej Zolnierkiewicz
2015-06-10clk: Move debug_node field under DEBUG_FS flag in struct clk_coreMaxime Coquelin
2015-06-05clk: of: helper for filling parent clock array and return num of parentsDinh Nguyen
2015-05-20clk: Fix typo in clk_register() commentShailendra Verma
2015-05-14clk: Silence sparse warnings about __clk_{get,put}()Stephen Boyd
2015-05-13clk: Expose clk_hw_reparent() to providersTomeu Vizoso
2015-05-07clk: Add some more lockdep assertionsStephen Boyd
2015-05-07Merge branch 'clk-fixes' into clk-nextStephen Boyd
2015-05-07clk: add newline character after dumping all clocksFelipe Balbi
2015-05-06clk: add missing lock when call clk_core_enable in clk_set_parentDong Aisheng
2015-05-01clk: Fix JSON output in debugfsStefan Wahren
2015-04-30clk: Update some comments to reflect realityStephen Boyd
2015-04-30clk: Remove forward declared function prototypesStephen Boyd
2015-04-30clk: Remove impossible if condition in clk_core_get_phase()Stephen Boyd
2015-04-30clk: Drop unnecessary OOM printsStephen Boyd
2015-04-30clk: Squash __clk_{enable,disable}() into callersDong Aisheng
2015-04-30clk: s/clk/core/ for struct clk_coreStephen Boyd
2015-04-12clk: check ->determine/round_rate() return value in clk_calc_new_ratesBoris Brezillon
2015-03-12Merge branch 'clk-fixes' into clk-nextStephen Boyd
2015-03-12clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider()Stephen Boyd
2015-03-12clk: Rename child_node to clks_node to avoid confusionStephen Boyd
2015-03-12clk: clk_set_parent() with current parent shouldn't failStephen Boyd
2015-03-12clk: Add tracepoints for hardware operationsStephen Boyd
2015-03-12clk: Missing set_phase op is an errorStephen Boyd
2015-03-12clk: Use lockdep asserts to find missing hold of prepare_lockKrzysztof Kozlowski
2015-03-11clk: introduce clk_is_matchMichael Turquette
2015-03-11clk: don't export static symbolJulia Lawall
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds
2015-02-19clk: Only recalculate the rate if neededTomeu Vizoso
2015-02-18clk: Don't dereference parent clock if is NULLJavier Martinez Canillas
2015-02-13clk: convert clock name allocations to kstrdup_constAndrzej Hajda
2015-02-06clkdev: Always allocate a struct clk and call __clk_get() w/ CCFStephen Boyd
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2015-02-02clk: remove clk-private.hMichael Turquette
2015-02-02clk: Make clk API return per-user struct clk instancesTomeu Vizoso
2015-01-28clk: Remove __clk_registerTomeu Vizoso
2015-01-28clk: Remove unneeded NULL checksTomeu Vizoso
2015-01-27clk: Export phase functionsMaxime Ripard
2015-01-27clk: Add __clk_mux_determine_rate_closestStephen Boyd
2015-01-27clk: Fix debugfs clk removal before initedSrinivas Kandagatla
2015-01-24Merge branch 'clk-has-parent' into clk-nextMichael Turquette
2015-01-24clk: Introduce clk_has_parent()Thierry Reding
2015-01-20clk: Skip fetching index for single parent clocksStephen Boyd
2015-01-17clk: fix possible null pointer dereferenceStanimir Varbanov
2014-12-15clk: Really fix deadlock with mmap_semStephen Boyd
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso
2014-12-03clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso
2014-12-03clk: Don't expose __clk_get_accuracyTomeu Vizoso