mbox series

[v2,0/2] hwmon (it87): Add scaling macro for recent ADC voltages

Message ID 20230318080543.1226700-1-frank@crawford.emu.id.au (mailing list archive)
Headers show
Series hwmon (it87): Add scaling macro for recent ADC voltages | expand

Message

Frank Crawford March 18, 2023, 8:05 a.m. UTC
Generalise scaling to include all recent ADC values and match the labels
for internal voltage sensors.

This includes correction of an existing error for voltage scaling for
chips that have 10.9mV ADCs, where scaling was not performed.

---

Changes since v1:
 * Split the original patch into two separate patches, one logical
   change per patch.

Frank Crawford (2):
  hwmon: (it87) Add scaling macro for recent ADC voltages
  hwmon: (it87) Generalise matching labels

 drivers/hwmon/it87.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)