summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2018-06-27Merge android-4.4.135 (c9d74f2) into msm-4.4Srinivasarao P
2018-05-30clk: Don't show the incorrect clock phaseShawn Lin
2017-05-12clk: Move vdd voting before set rate and parentTaniya Das
2017-05-02clk: Add support to dump state of all clocks into ftraceAmit Nischal
2017-03-17clk: Move the measure functionality from common clock frameworkTaniya Das
2017-03-17clk: qcom: Move clock debug measure support from common codeTaniya Das
2017-02-14clk: qcom: Add support to log PLL/RCGR values in case of failureTaniya Das
2017-01-23clk: Add separate function to print clocks enabled during suspendTaniya Das
2016-12-30clk: Fix handoff counts for parent of handoff enabled clocksAmit Nischal
2016-12-22clk: move check for CLK_ENABLE_HAND_OFF at unused treeTaniya Das
2016-12-22clk: introduce CLK_ENABLE_HAND_OFF flagMichael Turquette
2016-12-09clk: qcom: Add support for debugfs measure clockTaniya Das
2016-12-06clk: Add vdd_class support for handoff and use_max_uVTaniya Das
2016-11-28clk: fix critical clock lockingMaxime Ripard
2016-11-28clk: Provide OF helper to mark clocks as CRITICALLee Jones
2016-11-28clk: WARN_ON about to disable a critical clockLee Jones
2016-11-28clk: Allow clocks to be marked as CRITICALLee Jones
2016-11-16clk: Add support to allow client to print all enabled clocksTaniya Das
2016-11-16clk: Add support for list_rates ops for clocksTaniya Das
2016-11-16clk: add/modify debugfs support for clocksTaniya Das
2016-11-03clk: Add support to vote to regulator framework from clk frameworkStephen Boyd
2016-10-21clk: Check for failure at clk_change_rateTaniya Das
2016-10-14clk: qcom: clk-voter: Add support for voter clocksTaniya Das
2016-07-14clk: Add support to set custom flags with clk_set_flagsTaniya Das
2016-03-01clk: msm: Add support for MSM clocksTaniya Das
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