summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2016-02-27clk: Make of_clk_get_parent_count() return unsigned intsStephen Boyd
2016-02-26clk: Ignore disabled DT clock providersGeert Uytterhoeven
2016-02-26clk: skip unnecessary set_phase if nothing to doShawn Lin
2016-02-22clk: Update some outdated commentsStephen Boyd
2016-02-22Revert "clk: avoid circular clock topology"Stephen Boyd
2016-02-18clk: Make of_clk_get_from_provider() available to modulesAndrew F. Davis
2016-02-09clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada
2016-02-07clk: Deprecate CLK_IS_ROOTStephen Boyd
2016-02-02clk: unlock for handling unregistered clockInsu Yun
2016-02-02clk: slightly optimize clk_core_set_parent()Masahiro Yamada
2016-02-02clk: simplify clk_fetch_parent_index() functionMasahiro Yamada
2016-02-02clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada
2016-02-02clk: walk the orphan clock list more simplyMasahiro Yamada
2016-02-02clk: avoid circular clock topologyMasahiro Yamada
2016-02-02clk: simplify __clk_init_parent()Masahiro Yamada
2016-02-02clk: move checking .get_parent to __clk_core_init()Masahiro Yamada
2016-02-02clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada
2016-02-02clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada
2016-02-02clk: simplify clk_core_get_parent_by_index()Masahiro Yamada
2016-02-02clk: move core->parents allocation to clk_register()Masahiro Yamada
2016-02-02clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada
2016-02-02clk: remove unnecessary !core->parents conditionalMasahiro Yamada
2016-02-02clk: rename __clk_init() into __clk_core_init()Masahiro Yamada
2016-02-02clk: change the argument of __clk_init() into pointer to clk_coreMasahiro Yamada
2016-02-02clk: remove unused first argument of __clk_init()Masahiro Yamada
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-03clk: 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-28clk: fix some determine_rate implementationsBoris Brezillon