summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2015-12-23Merge branch 'clk-rockchip' into clk-nextMichael Turquette
2015-12-23clk: add flag for clocks that need to be enabled on rate changesHeiko Stuebner
2015-12-02clk: let of_clk_get_parent_name() fail for invalid clock-indicesMasahiro Yamada
2015-11-30clk: fix a typo in comment block of clk_notifier_register()Masahiro Yamada
2015-11-20clk: Spelling s/derefing/dereferencing/Geert Uytterhoeven
2015-11-20clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw)Masahiro Yamada
2015-11-20clk: remove redundant negative index check in of_clk_get_parent_name()Masahiro Yamada
2015-10-26clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood
2015-10-21clk: add missing of_node_putJulia Lawall
2015-10-16clk: Make clk input parameter of __clk_get_name() constGeert Uytterhoeven
2015-10-16clk: Use %u to format unsigned int in of_clk_src_onecell_get()Geert Uytterhoeven
2015-10-15clk: Make of_clk_get_parent_name() robust with #clock-cells = 1Stephen Boyd
2015-09-17Merge branch 'clk-fixes' into clk-nextStephen Boyd
2015-09-17clk: Remove unneeded semicolonsJavier Martinez Canillas
2015-09-16clk: check for invalid parent index of orphans in __clk_init()Mans Rullgard
2015-08-24clk: remove duplicated code with __clk_set_parent_afterDong Aisheng
2015-08-24clk: Constify clk_hw argument to provider APIsStephen Boyd
2015-08-24clk: Remove unused provider APIsStephen Boyd
2015-08-24clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd
2015-08-12clk: track the orphan status of clocks and their childrenHeiko Stuebner
2015-07-28clk: Silence warnings about lock imbalancesStephen Boyd
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28clk: Allow providers to configure min/max ratesStephen Boyd
2015-07-28Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd
2015-07-27clk: fix some determine_rate implementationsBoris Brezillon
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon
2015-07-20clk: Include clk.h in clk.cStephen Boyd
2015-07-07clk: Move clk_provider_list to scope of function using itStephen Boyd
2015-07-07clk: Check for allocation errors in of_clk_init()Stephen Boyd
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