On 10/30/21 1:18 PM, Gwendal Grignou wrote:
[...]
diff --git a/include/linux/iio/proximity/sx_common.h b/include/linux/iio/proximity/sx_common.h
new file mode 100644
index 0000000000000..60c3291e7925c
--- /dev/null
+++ b/include/linux/iio/proximity/sx_common.h
Can this header live in drivers/iio/proximity? No need to put it in the
global space if it is only used locally.
@@ -0,0 +1,129 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Code shared between the different Qualcomm PMIC voltage ADCs
PMIC? I though this was a proximity sensor :)