Re: [PATCH] hwmon: (adm9240): Don't re-read config/limits

2021-03-09 Thread Guenter Roeck
On 3/9/21 7:36 PM, Chris Packham wrote: > The hwmon chip is configured either via sysfs or by an earlier boot > stage (e.g. bootloader/bios). In the sysfs case we already store the > configuration values before it's written to the device. Reading in the > configuration only needs to be done once at

[PATCH] hwmon: (adm9240): Don't re-read config/limits

2021-03-09 Thread Chris Packham
The hwmon chip is configured either via sysfs or by an earlier boot stage (e.g. bootloader/bios). In the sysfs case we already store the configuration values before it's written to the device. Reading in the configuration only needs to be done once at probe time to cover the second case. Signed-of