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 v2: * Correct possible uninitialised pointer issue. 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): hwmon: (it87) Allow disabling exiting of configuration mode hwmon: (it87) Disable configuration exit for certain chips hwmon: (it87) List full chip model name hwmon: (it87) Add chip_id in some info message hwmon: (it87) Allow multiple chip IDs for force_id hwmon: (it87) Add new chipset IT87952E hwmon: (it87) Updated documentation for recent updates to it87 Documentation/hwmon/it87.rst | 47 ++++++++++++-- drivers/hwmon/it87.c | 119 ++++++++++++++++++++++------------- 2 files changed, 117 insertions(+), 49 deletions(-) -- 2.39.1