aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-19clk: fix critical clock lockingMaxime Ripard1-0/+5
2016-05-02clk: fix comment of devm_clk_hw_register()Masahiro Yamada1-1/+1
2016-04-21Merge branch 'clk-hw-register' (early part) into clk-nextStephen Boyd1-4/+167
2016-04-19clk: Add clk_hw OF clk providersStephen Boyd1-4/+81
2016-04-19clk: Add {devm_}clk_hw_{register,unregister}() APIsStephen Boyd1-0/+86
2016-04-09clk: Provide OF helper to mark clocks as CRITICALLee Jones1-0/+35
2016-04-09clk: WARN_ON about to disable a critical clockLee Jones1-0/+6
2016-04-09clk: Allow clocks to be marked as CRITICALLee Jones1-0/+5
2016-02-26clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd1-2/+14
2016-02-26clk: Ignore disabled DT clock providersGeert Uytterhoeven1-0/+3
2016-02-25clk: skip unnecessary set_phase if nothing to doShawn Lin1-0/+5
2016-02-22clk: Update some outdated commentsStephen Boyd1-3/+3
2016-02-22Revert "clk: avoid circular clock topology"Stephen Boyd1-40/+0
2016-02-17clk: Make of_clk_get_from_provider() available to modulesAndrew F. Davis1-0/+1
2016-02-09clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada1-1/+1
2016-02-06clk: Deprecate CLK_IS_ROOTStephen Boyd1-3/+3
2016-02-02clk: unlock for handling unregistered clockInsu Yun1-2/+2
2016-02-02clk: slightly optimize clk_core_set_parent()Masahiro Yamada1-1/+1
2016-02-02clk: simplify clk_fetch_parent_index() functionMasahiro Yamada1-16/+2
2016-02-02clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada1-0/+3
2016-02-02clk: walk the orphan clock list more simplyMasahiro Yamada1-15/+6
2016-02-02clk: avoid circular clock topologyMasahiro Yamada1-0/+40
2016-02-02clk: simplify __clk_init_parent()Masahiro Yamada1-34/+4
2016-02-02clk: move checking .get_parent to __clk_core_init()Masahiro Yamada1-7/+7
2016-02-01clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada1-5/+5
2016-02-01clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada1-11/+0
2016-02-01clk: simplify clk_core_get_parent_by_index()Masahiro Yamada1-7/+6
2016-02-01clk: move core->parents allocation to clk_register()Masahiro Yamada1-32/+19
2016-02-01clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada1-4/+4
2016-02-01clk: remove unnecessary !core->parents conditionalMasahiro Yamada1-4/+1
2016-02-01clk: rename __clk_init() into __clk_core_init()Masahiro Yamada1-3/+3
2016-02-01clk: change the argument of __clk_init() into pointer to clk_coreMasahiro Yamada1-8/+5
2016-02-01clk: remove unused first argument of __clk_init()Masahiro Yamada1-3/+2
2015-12-23Merge branch 'clk-rockchip' into clk-nextMichael Turquette1-0/+18
2015-12-23clk: add flag for clocks that need to be enabled on rate changesHeiko Stuebner1-0/+18
2015-12-02clk: let of_clk_get_parent_name() fail for invalid clock-indicesMasahiro Yamada1-0/+3
2015-11-30clk: fix a typo in comment block of clk_notifier_register()Masahiro Yamada1-4/+3
2015-11-20clk: Spelling s/derefing/dereferencing/Geert Uytterhoeven1-1/+1
2015-11-20clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw)Masahiro Yamada1-1/+1
2015-11-20clk: remove redundant negative index check in of_clk_get_parent_name()Masahiro Yamada1-3/+0
2015-10-26clk: Add clk_hw_is_enabled() for use by clk providersJoachim Eastwood1-0/+5
2015-10-21clk: add missing of_node_putJulia Lawall1-1/+4
2015-10-16clk: Make clk input parameter of __clk_get_name() constGeert Uytterhoeven1-1/+1
2015-10-16clk: Use %u to format unsigned int in of_clk_src_onecell_get()Geert Uytterhoeven1-1/+1
2015-10-15clk: Make of_clk_get_parent_name() robust with #clock-cells = 1Stephen Boyd1-2/+20
2015-09-17Merge branch 'clk-fixes' into clk-nextStephen Boyd1-1/+2
2015-09-17clk: Remove unneeded semicolonsJavier Martinez Canillas1-1/+1
2015-09-16clk: check for invalid parent index of orphans in __clk_init()Mans Rullgard1-1/+2
2015-08-24clk: remove duplicated code with __clk_set_parent_afterDong Aisheng1-7/+1
2015-08-24clk: Constify clk_hw argument to provider APIsStephen Boyd1-7/+8