summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/clk-rpmh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clk: qcom: clk-rpmh: Add IPA clock supportDavid Dai2019-02-211-0/+146
| | | | | | | | | | | | | The clk-rpmh driver only supports on and off RPMh clock resources. Let's extend the driver by adding support for clocks that are managed by a different type of RPMh resource known as Bus Clock Manager(BCM). The BCM is a configurable shared resource aggregator that scales performance based on a set of frequency points. The Qualcomm IP Accelerator (IPA) clock is an example of a resource that is managed by the BCM and this a requirement from the IPA driver in order to scale its core clock. Signed-off-by: David Dai <daidavid1@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
* clk: qcom: clk-rpmh: Add QCOM RPMh clock driverTaniya Das2018-07-161-0/+329
Add the RPMh clock driver to control the RPMh managed clock resources on some of the Qualcomm Technologies, Inc. SoCs. Signed-off-by: Taniya Das <tdas@codeaurora.org> [sboyd@kernel.org: Clean up whitespace, indentation, remove cmd_db_ready check] Signed-off-by: Stephen Boyd <sboyd@kernel.org>