[PATCH v2 0/1] hwmon: sbtsi_temp: AMD CPU extended temperature range support

Chuande Chen posted 1 patch 1 month, 3 weeks ago
drivers/hwmon/sbtsi_temp.c | 46 +++++++++++++++++++++++++++-----------
1 file changed, 33 insertions(+), 13 deletions(-)
[PATCH v2 0/1] hwmon: sbtsi_temp: AMD CPU extended temperature range support
Posted by Chuande Chen 1 month, 3 weeks ago
From: Chuande Chen <chuachen@cisco.com>

V1 -> V2: addressed review comments, also save READ_ORDER bit into sbtsi_data

Chuande Chen (1):
  hwmon: sbtsi_temp: AMD CPU extended temperature range support

 drivers/hwmon/sbtsi_temp.c | 46 +++++++++++++++++++++++++++-----------
 1 file changed, 33 insertions(+), 13 deletions(-)

-- 
2.39.5 (Apple Git-154)
Re: [PATCH v2 0/1] hwmon: sbtsi_temp: AMD CPU extended temperature range support
Posted by Guenter Roeck 1 month, 3 weeks ago
On 8/10/25 22:07, Chuande Chen wrote:
> From: Chuande Chen <chuachen@cisco.com>
> 
> V1 -> V2: addressed review comments, also save READ_ORDER bit into sbtsi_data
> 
> Chuande Chen (1):
>    hwmon: sbtsi_temp: AMD CPU extended temperature range support
> 
>   drivers/hwmon/sbtsi_temp.c | 46 +++++++++++++++++++++++++++-----------
>   1 file changed, 33 insertions(+), 13 deletions(-)
> 

Introductory patches are not needed for individual patches and only add noise.
Please just send the patch with change log after "---".

Guenter