Re: [PATCH v4] hwmon: corsair-psu: add support for critical values

2021-03-19 Thread Guenter Roeck
On 3/19/21 1:58 AM, Wilken Gottwalt wrote: > On Thu, 18 Mar 2021 12:01:50 -0700 > Guenter Roeck wrote: > >> On Thu, Mar 18, 2021 at 03:17:14PM +0100, Wilken Gottwalt wrote: >>> Adds support for reading the critical values of the temperature sensors >>> and the rail sensors (voltage and current)

Re: [PATCH v4] hwmon: corsair-psu: add support for critical values

2021-03-19 Thread Wilken Gottwalt
On Thu, 18 Mar 2021 12:01:50 -0700 Guenter Roeck wrote: > On Thu, Mar 18, 2021 at 03:17:14PM +0100, Wilken Gottwalt wrote: > > Adds support for reading the critical values of the temperature sensors > > and the rail sensors (voltage and current) once and caches them. Updates > > the naming of

Re: [PATCH v4] hwmon: corsair-psu: add support for critical values

2021-03-18 Thread Guenter Roeck
On Thu, Mar 18, 2021 at 03:17:14PM +0100, Wilken Gottwalt wrote: > Adds support for reading the critical values of the temperature sensors > and the rail sensors (voltage and current) once and caches them. Updates > the naming of the constants following a more clear scheme. Also updates > the

[PATCH v4] hwmon: corsair-psu: add support for critical values

2021-03-18 Thread Wilken Gottwalt
Adds support for reading the critical values of the temperature sensors and the rail sensors (voltage and current) once and caches them. Updates the naming of the constants following a more clear scheme. Also updates the documentation and fixes some typos. Updates is_visible and ops_read functions