summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-scpi.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Explicitly include correct DT includesRob Herring2023-07-191-1/+0
* clk: scpi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-281-3/+2
* clk: scpi: mark scpi_clk_match as maybe unusedKrzysztof Kozlowski2020-12-101-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-3/+3
* clk: scpi: error when clock fails to registerJerome Brunet2017-06-291-3/+5
* clk: scpi: fix return type of __scpi_dvfs_round_rateSudeep Holla2017-06-011-3/+3
* clk: scpi: don't add cpufreq device if the scpi dvfs node is disabledSudeep Holla2017-01-091-6/+8
* clk: scpi: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-08-241-19/+14
* clk: scpi: Remove CLK_IS_ROOTStephen Boyd2016-03-021-1/+1
* clk: scpi: Fix checking return value of platform_device_register_simple()Axel Lin2016-01-291-1/+1
* clk: scpi: add missing of_node_putJulia Lawall2015-11-301-0/+1
* clk: scpi: add support for cpufreq virtual deviceSudeep Holla2015-09-281-0/+13
* clk: add support for clocks provided by SCP(System Control Processor)Sudeep Holla2015-09-281-0/+312