lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 6 May 2021 16:16:14 +0800
From:   Campion Kang <campion.kang@...antech.com.tw>
To:     Lee Jones <lee.jones@...aro.org>, Rob Herring <robh+dt@...nel.org>,
        Hans de Goede <hdegoede@...hat.com>,
        Mark Gross <mgross@...ux.intel.com>,
        Wim Van Sebroeck <wim@...ux-watchdog.org>,
        Guenter Roeck <linux@...ck-us.net>,
        Jean Delvare <jdelvare@...e.com>,
        Jonathan Corbet <corbet@....net>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <linux-watchdog@...r.kernel.org>,
        <linux-hwmon@...r.kernel.org>, <linux-doc@...r.kernel.org>,
        <platform-driver-x86@...r.kernel.org>,
        AceLan Kao <chia-lin.kao@...onical.com>,
        Campion Kang <campion.kang@...antech.com.tw>
Subject: [PATCH v7 2/7] mfd: ahc1ec0: Add Advantech EC include file used by dt-bindings

This files defines general used and HWMON profiles support by Advantech
embedded controller AHC1EC0.

Changed in v7:
	- remove unnecessary Sub-device definitions

Signed-off-by: Campion Kang <campion.kang@...antech.com.tw>
---
 include/dt-bindings/mfd/ahc1ec0-dt.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 include/dt-bindings/mfd/ahc1ec0-dt.h

diff --git a/include/dt-bindings/mfd/ahc1ec0-dt.h b/include/dt-bindings/mfd/ahc1ec0-dt.h
new file mode 100644
index 000000000000..a35ecd5ce9d2
--- /dev/null
+++ b/include/dt-bindings/mfd/ahc1ec0-dt.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Device Tree defines for Advantech Embedded Controller (AHC1EC0)
+ */
+
+#ifndef _DT_BINDINGS_MFD_AHC1EC0_H
+#define _DT_BINDINGS_MFD_AHC1EC0_H
+
+/* HWMON Profile Definitions */
+#define AHC1EC0_HWMON_PRO_TEMPLATE	0x0
+#define AHC1EC0_HWMON_PRO_TPC5XXX	0x1
+#define AHC1EC0_HWMON_PRO_PRVR4		0x2
+#define AHC1EC0_HWMON_PRO_UNO2271G	0x3
+#define AHC1EC0_HWMON_PRO_UNO1172A	0x4
+#define AHC1EC0_HWMON_PRO_UNO1372G	0x5
+
+#endif /* _DT_BINDINGS_MFD_AHC1EC0_H */
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ