mbox series

[0/1] hwmon: (it87) Add DMI table

Message ID 20221015120110.1472074-1-frank@crawford.emu.id.au (mailing list archive)
Headers show
Series hwmon: (it87) Add DMI table | expand

Message

Frank Crawford Oct. 15, 2022, 12:01 p.m. UTC
Add in DMI matching table to match various board quirks and settings.
This will be useful for future extentions, but will start with the
existing definition of the Shuttle SN68PT.

Frank Crawford (1):
  Create DMI matching table for various board quirks, starting with the
    existing definition for the Shuttle SN68PT.

 drivers/hwmon/it87.c | 57 ++++++++++++++++++++++++++++----------------
 1 file changed, 37 insertions(+), 20 deletions(-)

Comments

Guenter Roeck Oct. 15, 2022, 12:28 p.m. UTC | #1
On 10/15/22 05:01, Frank Crawford wrote:
> Add in DMI matching table to match various board quirks and settings.
> This will be useful for future extentions, but will start with the
> existing definition of the Shuttle SN68PT.
> 
> Frank Crawford (1):
>    Create DMI matching table for various board quirks, starting with the
>      existing definition for the Shuttle SN68PT.
> 
>   drivers/hwmon/it87.c | 57 ++++++++++++++++++++++++++++----------------
>   1 file changed, 37 insertions(+), 20 deletions(-)
> 

You don't need to send an intro message if there is only one patch
in the series.

Thanks,
Guenter