aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/gcc-mdm9615.c
Commit message (Collapse)AuthorAge
* clk: qcom: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-08-24
| | | | | | | | | Now that we have clk_hw based provider APIs to register clks, we can get rid of struct clk pointers in this driver, allowing us to move closer to a clear split of consumer and provider clk APIs. Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: mdm9615: Add support for MDM9615 Clock ControllersNeil Armstrong2016-08-15
In order to support the Qualcomm MDM9615 SoC, add support for the Global and LPASS Clock Controllers. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>