|
@@ -77,7 +77,7 @@ Signed-off-by: Robert Marko <[email protected]>
|
|
obj-$(CONFIG_REGULATOR_PF8X00) += pf8x00-regulator.o
|
|
obj-$(CONFIG_REGULATOR_PF8X00) += pf8x00-regulator.o
|
|
--- /dev/null
|
|
--- /dev/null
|
|
+++ b/drivers/regulator/cpr3-npu-regulator.c
|
|
+++ b/drivers/regulator/cpr3-npu-regulator.c
|
|
-@@ -0,0 +1,695 @@
|
|
|
|
|
|
+@@ -0,0 +1,694 @@
|
|
+/*
|
|
+/*
|
|
+ * Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
+ * Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
+ *
|
|
+ *
|
|
@@ -752,7 +752,6 @@ Signed-off-by: Robert Marko <[email protected]>
|
|
+ .driver = {
|
|
+ .driver = {
|
|
+ .name = "qcom,cpr3-npu-regulator",
|
|
+ .name = "qcom,cpr3-npu-regulator",
|
|
+ .of_match_table = cpr3_regulator_match_table,
|
|
+ .of_match_table = cpr3_regulator_match_table,
|
|
-+ .owner = THIS_MODULE,
|
|
|
|
+ },
|
|
+ },
|
|
+ .probe = cpr3_npu_regulator_probe,
|
|
+ .probe = cpr3_npu_regulator_probe,
|
|
+ .remove = cpr3_npu_regulator_remove,
|
|
+ .remove = cpr3_npu_regulator_remove,
|
|
@@ -9866,7 +9865,7 @@ Signed-off-by: Robert Marko <[email protected]>
|
|
+}
|
|
+}
|
|
--- /dev/null
|
|
--- /dev/null
|
|
+++ b/drivers/regulator/cpr4-apss-regulator.c
|
|
+++ b/drivers/regulator/cpr4-apss-regulator.c
|
|
-@@ -0,0 +1,1819 @@
|
|
|
|
|
|
+@@ -0,0 +1,1818 @@
|
|
+/*
|
|
+/*
|
|
+ * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
|
|
+ * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
|
|
+ *
|
|
+ *
|
|
@@ -11663,7 +11662,6 @@ Signed-off-by: Robert Marko <[email protected]>
|
|
+ .driver = {
|
|
+ .driver = {
|
|
+ .name = "qcom,cpr4-apss-regulator",
|
|
+ .name = "qcom,cpr4-apss-regulator",
|
|
+ .of_match_table = cpr4_regulator_match_table,
|
|
+ .of_match_table = cpr4_regulator_match_table,
|
|
-+ .owner = THIS_MODULE,
|
|
|
|
+ },
|
|
+ },
|
|
+ .probe = cpr4_apss_regulator_probe,
|
|
+ .probe = cpr4_apss_regulator_probe,
|
|
+ .remove = cpr4_apss_regulator_remove,
|
|
+ .remove = cpr4_apss_regulator_remove,
|