Searched hist:"4 abdf38d206fdc22f7a3f7bf79eef78734ec84ab" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | adt7475.c | diff 4abdf38d206fdc22f7a3f7bf79eef78734ec84ab Fri Apr 21 21:08:09 CEST 2017 Chris Packham <chris.packham@alliedtelesis.co.nz> hwmon: (adt7475) set start bit in probe
The ADT7475 and ADT7476 have the STRT bit cleared by default[1]. Before any monitoring activities the STRT bit needs to be set. Logically this needs to happen before any of the sensors are read so the probe() function seems the best place for it.
[1] - https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|