[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230508212852.8413-1-dinh.nguyen@linux.intel.com>
Date: Mon, 8 May 2023 16:28:47 -0500
From: dinh.nguyen@...ux.intel.com
To: linux-hwmon@...r.kernel.org
Cc: dinguyen@...nel.org, devicetree@...r.kernel.org,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
linux-kernel@...r.kernel.org, jdelvare@...e.com,
linux@...ck-us.net, Dinh Nguyen <dinh.nguyen@...ux.intel.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Subject: [PATCHv2 1/6] units: add a macro for MILLIVOLT_PER_VOLT
From: Dinh Nguyen <dinh.nguyen@...ux.intel.com>
Add a define for MILLIVOLT_PER_VOLT.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Signed-off-by: Dinh Nguyen <dinh.nguyen@...ux.intel.com>
---
include/linux/units.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/units.h b/include/linux/units.h
index 2793a41e73a2..5b797535e1b9 100644
--- a/include/linux/units.h
+++ b/include/linux/units.h
@@ -31,6 +31,8 @@
#define MICROWATT_PER_MILLIWATT 1000UL
#define MICROWATT_PER_WATT 1000000UL
+#define MILLIVOLT_PER_VOLT 1000UL
+
#define ABSOLUTE_ZERO_MILLICELSIUS -273150
static inline long milli_kelvin_to_millicelsius(long t)
--
2.40.0
Powered by blists - more mailing lists