summaryrefslogtreecommitdiff
path: root/drivers/clk/msm/Kconfig (follow)
Commit message (Collapse)AuthorAge
* clk: msm: Add virtual clock frontend driverZhiqiang Tu2017-12-08
| | | | | | | | | It is virtual clock frontend driver which communicates with host backend clock service/driver over HABMM. It only supports msm8996 virtual platform currently. Change-Id: Icfee28c301fa4a583b45e5d364432535643eb9b7 Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
* msm: Rename msmfalcon/apqfalcon to sdm660/sda660Neeraj Upadhyay2016-12-28
| | | | | | | | | Update the code name from msmfalcon/apqfalcon to sdm660/sda660. As part of this, update the filename containing "falcon" and files content containing "falcon". Change-Id: Iec85862251b9e1b4dcc8bdce8b214ce87c0049bc Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
* msm: 8998: Replace cobalt with 8998Runmin Wang2016-11-22
| | | | | | | | | | | Update the code name from msmcobalt to msm8998. As a result, update the filename containing "cobalt" and files content containing "cobalt". CRs-Fixed: 1070840 Change-Id: I2c7b95e3e2a2fec7730724da9eeb86a39a77faf1 Signed-off-by: Runmin Wang <runminw@codeaurora.org> Signed-off-by: Kyle Yan <kyan@codeaurora.org> Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
* clk: msm: Select appropriate clock flags for 32-bitSrinivas Ramana2016-09-01
| | | | | | | | | | 1. Select COMMON_CLK_MSM for msmfalcon when building for 32-bit. 2. Select RATIONAL when COMMON_CLK_MSM is selected as it's using an api from rational library. Change-Id: I5b8fa962718a5ae44dfd18a13285715580ee0dbc Signed-off-by: Srinivas Ramana <sramana@codeaurora.org>
* clk: msm: Add MSM clock config for MSM clock controllerTaniya Das2016-07-12
| | | | | | | | Support MSM clock controller config to allow MSM devices to use the clock controller. Change-Id: Iae2cf922e8a69979ea353bf7353304f9be7405ce Signed-off-by: Taniya Das <tdas@codeaurora.org>
* clk: qcom: mdss: Add mdss pll clock driver supportDhaval Patel2016-03-23
| | | | | | | | | | | | Each display output interface such as eDP, HDMI and DSI are clocked by different pll clocks to support various displays at different resolution simultaneously. The mdss pll driver handles all these display output interfaces' pll clocks separately. It also handles their resources through dtsi configuration. Change-Id: I1de2ae9a0549de901a6c82ea489199a722344dc4 Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
* clk: msm: Add support for MSM clocksTaniya Das2016-03-01
Support added for MSM clock and modifications in the clk framework to use the MSM clock framework. Change-Id: Ibbcf0ffbf9d30dde2dcb0e943225ad95dd4e857d Signed-off-by: Taniya Das <tdas@codeaurora.org>