Re: [PATCH] hwmon: (pmbus) add missing definitions of pmbus registers

From: Guenter Roeck
Date: Fri Apr 29 2022 - 01:38:26 EST


On 4/28/22 18:04, wujek dev wrote:



On 4/28/22 06:46, Adam Wujek wrote:

Definitions are taken from the table 31 of the PMBUS specification
revision 1.3.1, 13 March 2015.


Do you plan to do anything with those registers, or a subset of it ?
yes, some of PMBUS_MFR_SPECIFIC_*, but in a driver that will not be published in the near future.


Adding defines just to add defines without using them only increases
source code size and compile time. Let's not do that. We can add
missing defines as they are needed.

Guenter