Thread (1 message) 1 message, 1 author, 2021-08-02

Re: [PATCH v3 2/2] clk: qcom: Add Global Clock controller (GCC) driver for SM6115

From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-08-02 22:23:37
Also in: linux-arm-msm, linux-devicetree, lkml, phone-devel

Quoting Konrad Dybcio (2021-08-01 09:20:47)
quoted
diff --git a/drivers/clk/qcom/gcc-sm6115.c b/drivers/clk/qcom/gcc-sm6115.c
new file mode 100644
index 000000000000..535fe8ef1de2
--- /dev/null
+++ b/drivers/clk/qcom/gcc-sm6115.c
@@ -0,0 +1,3582 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
+ */
+
+#include <linux/err.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/of_device.h>
+#include <linux/clk-provider.h>
+#include <linux/regmap.h>
+#include <linux/reset-controller.h>
Most of these can go, check sm8250 gcc for reference.
Looks like all of these should stay, but please sort them
alphabetically.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help