mbox series

[v4,0/4] hwmon: lm75: Handle broken device nodes gracefully

Message ID 20210206095121.20625-1-matwey@sai.msu.ru (mailing list archive)
Headers show
Series hwmon: lm75: Handle broken device nodes gracefully | expand

Message

Matwey V. Kornilov Feb. 6, 2021, 9:51 a.m. UTC
This series is to fix a logical issue in lm75 driver.
The actual fix is in the last patch. 
Other patches are present in order not to break existing users.

Matwey V. Kornilov (4):
  hwmon: lm75: Add lm75 to of_match list
  hwmon: lm75: Add nxp,lm75a to of_match list
  hwmon: lm75: Add ti,lm75 to of_match list
  hwmon: lm75: Handle broken device nodes gracefully

 .../devicetree/bindings/hwmon/lm75.yaml       |  3 ++
 drivers/hwmon/lm75.c                          | 32 +++++++++++++++++--
 2 files changed, 32 insertions(+), 3 deletions(-)