mbox series

[v2,0/7] hwmon: (it87) Complete handling multi-chip configuration

Message ID 20230127044116.1257799-1-frank@crawford.emu.id.au (mailing list archive)
Headers show
Series hwmon: (it87) Complete handling multi-chip configuration | expand

Message

Frank Crawford Jan. 27, 2023, 4:41 a.m. UTC
Further support of multiple chips on a motherboard to disable
exiting configuration mode, including updating existing chips and adding
new chips that match.

Allow setting multiple chip IDs for testing, and correct listed chip
names and IDs, when required.

Update the system documentation.

---

Changes since v1:
 * Convert to use feature flag and related macros rather than a separate
   field, as suggested in review.
 * Reverse sense of flag in superio_exit to simplify feature macro.
 * Improved chip description following review.

Frank Crawford (7):
  Allow disabling exiting of configuration mode
  Disable configuration exit for certain chips
  List full chip model name
  Add chip_id in some info message
  Allow multiple chip IDs for force_id
  Add new chipset IT87952E
  Updated documentation for recent updates to it87

 Documentation/hwmon/it87.rst |  47 ++++++++++++--
 drivers/hwmon/it87.c         | 117 ++++++++++++++++++++++-------------
 2 files changed, 116 insertions(+), 48 deletions(-)