projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4943c60
)
hwmon: (pmbus) Increase maximum number of phases per page
author
Vadim Pasternak
<vadimp@nvidia.com>
Tue, 11 May 2021 05:56:17 +0000
(08:56 +0300)
committer
Guenter Roeck
<linux@roeck-us.net>
Thu, 17 Jun 2021 11:21:45 +0000
(
04:21
-0700)
Increase maximum number of phases from 8 to 10 to support multi-phase
devices allowing up to 10 phases.
Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
Link:
https://lore.kernel.org/r/20210511055619.118104-2-vadimp@nvidia.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/pmbus.h
patch
|
blob
|
history
diff --git
a/drivers/hwmon/pmbus/pmbus.h
b/drivers/hwmon/pmbus/pmbus.h
index 3968924f85330ebfc6a3c0a5570040306696c44d..e0aa8aa46d8c49067a568c1fe6667850a13dfc35 100644
(file)
--- a/
drivers/hwmon/pmbus/pmbus.h
+++ b/
drivers/hwmon/pmbus/pmbus.h
@@
-375,7
+375,7
@@
enum pmbus_sensor_classes {
};
#define PMBUS_PAGES 32 /* Per PMBus specification */
-#define PMBUS_PHASES
8
/* Maximum number of phases per page */
+#define PMBUS_PHASES
10
/* Maximum number of phases per page */
/* Functionality bit mask */
#define PMBUS_HAVE_VIN BIT(0)