Thread (20 messages) 20 messages, 3 authors, 2019-02-06

Re: [PATCH v1 3/4] clk: qcom: Add MSM8998 Multimedia Clock Controller (MMCC) driver

From: Stephen Boyd <sboyd@kernel.org>
Date: 2019-02-05 22:16:45
Also in: linux-arm-msm, linux-clk, lkml

Quoting Jeffrey Hugo (2019-02-05 14:12:00)
On 2/5/2019 3:06 PM, Stephen Boyd wrote:
quoted
Quoting Jeffrey Hugo (2019-01-30 08:36:11)
[..]
quoted
+};
+MODULE_DEVICE_TABLE(of, mmcc_msm8998_match_table);
+
+static int mmcc_msm8998_probe(struct platform_device *pdev)
+{
+       struct device *dev = &pdev->dev;
+       int i, ret;
+       struct regmap *regmap;
+       struct clk *c;
+
+       c = devm_clk_get(dev, "xo");
+       if (!IS_ERR(c))
+               dummy_xo_init.parent_names =
+                                       (const char *[]){__clk_get_name(c)};
+       else
+               return PTR_ERR(c);
+
+       c = devm_clk_get(dev, "gpll0");
+       if (!IS_ERR(c))
+               dummy_gpll0_init.parent_names =
+                                       (const char *[]){__clk_get_name(c)};
+       else
+               return PTR_ERR(c);
Urgh, my parent mapping series can't come be merged fast enough it
seems!
Sorry, I'm not familiar with the context.  Something I should incorporate?
https://lkml.kernel.org/r/20190129061021.94775-1-sboyd@kernel.org
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help