Re: [PATCH v2] hwmon: (ina3221) Add averaging mode support

2019-04-16 Thread Guenter Roeck
On Tue, Apr 16, 2019 at 12:41:31PM -0700, Nicolin Chen wrote: > The CONFIG register has a 3-bit averaging mode field for users > to setup the number of samples that are collected and averaged > together. This is very useful to filter noise from sensor data. > > This patch adds a 'samples' sysfs

[PATCH v2] hwmon: (ina3221) Add averaging mode support

2019-04-16 Thread Nicolin Chen
The CONFIG register has a 3-bit averaging mode field for users to setup the number of samples that are collected and averaged together. This is very useful to filter noise from sensor data. This patch adds a 'samples' sysfs node using hwmon_chip_samples of hwmon core, and updates wait time