Re: [PATCH] hwmon: (lm75) Add a basic interrupt handler

2017-07-16 Thread Tony O'Brien
Hi Guenter - The interrupt line the LM75 sits on is shared by other devices and therefore cannot be disabled. It was added in hardware as a possible feature can cannot be disconnected. Cheers, Tony O'Brien Senior Software/Hardware Engineer Allied Telesis Labs 27 Nazareth Avenue Christc

[PATCH] hwmon: (lm75) Add a basic interrupt handler

2017-07-11 Thread Tony O'Brien
: Tony O'Brien Reviewed-by: Chris Packham --- drivers/hwmon/lm75.c | 28 drivers/hwmon/lm75.h | 1 + 2 files changed, 29 insertions(+) diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index 005ffb5ffa92..08a833e960aa 100644 --- a/drivers/hwmon/lm75.c