Re: [PATCH] hwmon: (adt7470) No need for additional synchronization on kthread_stop()

2016-09-18 Thread Guenter Roeck
On 09/16/2016 01:07 AM, Daniel Wagner wrote: From: Daniel Wagner The kthread_stop() waits for the thread to exit. There is no need for an additional synchronization needed to join on the kthread. The completation was added by 89fac11cb3e7 ("adt7470: make automatic fan control really work"). S

[PATCH] Initial driver for the MAX31785 intelligent fan controller

2016-09-18 Thread Timothy Pearson
Add a basic driver for the MAX31785, focusing on the fan control features but ignoring the temperature and voltage monitoring features of the device. This driver supports all fan control modes and tachometer / PWM readback where applicable. Signed-off-by: Timothy Pearson --- Documentation/hwmon

Re: [PATCH] Initial driver for the MAX31785 intelligent fan controller

2016-09-18 Thread Guenter Roeck
On Sun, Sep 18, 2016 at 07:50:55PM -0500, Timothy Pearson wrote: > Add a basic driver for the MAX31785, focusing on the fan control > features but ignoring the temperature and voltage monitoring > features of the device. > > This driver supports all fan control modes and tachometer / PWM > readbac