Thread (34 messages) 34 messages, 7 authors, 2015-06-30

Re: [PATCH v6 6/9] nvmem: qfprom: Add Qualcomm QFPROM support.

From: Stephen Boyd <hidden>
Date: 2015-06-24 22:07:21
Also in: linux-api, linux-arm-kernel, linux-arm-msm, lkml

On 06/22/2015 04:09 PM, Srinivas Kandagatla wrote:
quoted hunk ↗ jump to hunk
diff --git a/drivers/nvmem/qfprom.c b/drivers/nvmem/qfprom.c
new file mode 100644
index 0000000..7f7a82f
--- /dev/null
+++ b/drivers/nvmem/qfprom.c
@@ -0,0 +1,89 @@

+
+#include <linux/platform_device.h>
+#include <linux/nvmem-provider.h>
+#include <linux/slab.h>
+#include <linux/regmap.h>
+#include <linux/device.h>
+#include <linux/io.h>
Is this include used?
+#include <linux/module.h>
+#include <linux/delay.h>
Is this include used?
+#include <linux/of.h>
+
+static struct regmap_config qfprom_regmap_config = {
Can this be const?
+	.reg_bits = 32,
+	.val_bits = 8,
+	.reg_stride = 1,
+};
+
+static struct nvmem_config econfig = {
And this one too?
+	.name = "qfprom",
+	.owner = THIS_MODULE,
+};
+

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help