[PATCH v3 0/5] hwmon: it87: prep for IT8613E support

benoit.masson posted 5 patches 4 weeks ago
Only 0 patches received!
Documentation/hwmon/it87.rst |   8 +
drivers/hwmon/it87.c         | 336 +++++++++++++++++++++++++++++------
2 files changed, 286 insertions(+), 58 deletions(-)
[PATCH v3 0/5] hwmon: it87: prep for IT8613E support
Posted by benoit.masson 4 weeks ago
This series ports IT8613E support from the out-of-tree it87 fork into
upstream in small steps. It first adds per-chip resource metadata and
new PWM temp map handling, then expands temp limits/offsets, adds
IT8613E detection, and finally the IT8613E configuration.

Tested on: IT8613E, MEDION B660H7-M20 BIOS motherboard.

Changes in v3:
- Send as a proper patch series (maintainer request).
- Fix smatch warning in show_pwm_temp_map() (IS_ERR check before use).
- PWM control fixes based on fork diff:
  - Use IT8613E PWM register table (and it8622 for future extension).
  - Clamp invalid PWM temp map values when reading.
  - Default new-tempmap PWM mapping to channel 0.

benoit.masson (5):
  hwmon: it87: describe per-chip temperature resources
  hwmon: it87: prepare for extended PWM temp maps
  hwmon: it87: expose additional temperature limits
  hwmon: it87: add IT8613E identification
  hwmon: it87: add IT8613E configuration

 Documentation/hwmon/it87.rst |   8 +
 drivers/hwmon/it87.c         | 336 +++++++++++++++++++++++++++++------
 2 files changed, 286 insertions(+), 58 deletions(-)

-- 
2.50.1 (Apple Git-155)