Re: [PATCH v2 1/2] dt-bindings: hwmon: add binding documentation for adt7475

2018-11-11 Thread Chris Packham
On 9/11/18 11:56 AM, Chris Packham wrote: > With the addition of the invert-pwm property the adt7475 needs its own > binding documentation rather being captured under trivial-devices.txt. > > Signed-off-by: Chris Packham > --- > Changes in v2: > - use pwm-polarity attiribute to indicate normal

Re: [PATCH] hwmon: rpi: Fix initial notify

2018-11-11 Thread Guenter Roeck
On Sun, Nov 11, 2018 at 01:01:11PM +0100, Stefan Wahren wrote: > In case an under-voltage happens before probing the driver wont > write the critical warning into the kernel log. So don't init > of last_throttled during probe and fix this issue. > > Fixes: 74d1e007915f ("hwmon: Add support for

[PATCH] hwmon: rpi: Fix initial notify

2018-11-11 Thread Stefan Wahren
In case an under-voltage happens before probing the driver wont write the critical warning into the kernel log. So don't init of last_throttled during probe and fix this issue. Fixes: 74d1e007915f ("hwmon: Add support for RPi voltage sensor") Reported-by: "Noralf Trønnes" Signed-off-by: Stefan