Re: [PATCH v2] hwmon: gsc-hwmon: add fan sensor

2020-08-30 Thread Guenter Roeck
On Thu, Aug 27, 2020 at 01:04:54PM -0700, Tim Harvey wrote: > Add a fan sensor to report RPM's from a fan tach input. > > Signed-off-by: Tim Harvey Applied. Thanks, Guenter > -- Note there is a '-' missing here, causing the version history to be added to the commit log. I dropped that. > v2:

[PATCH v2] hwmon: gsc-hwmon: add fan sensor

2020-08-27 Thread Tim Harvey
Add a fan sensor to report RPM's from a fan tach input. Signed-off-by: Tim Harvey -- v2: - avoid unnecessary line split and fix opening brace location --- drivers/hwmon/gsc-hwmon.c | 32 +--- include/linux/platform_data/gsc_hwmon.h | 1 + 2 files chang