hwmon: (lm75) Add AMS AS6200 temperature sensor
authorAbdel Alkuor <alkuor@gmail.com>
Sat, 23 Dec 2023 16:21:59 +0000 (11:21 -0500)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 2 Jan 2024 16:44:57 +0000 (08:44 -0800)
commit4b6358e1fe4668e88cd654b345a2a62da9d373f7
tree04282cfb8194687737bf3e05244b4351ce8ccbdc
parentde9c6033fb4de6013c5a4f6cc23b3b40c618cad2
hwmon: (lm75) Add AMS AS6200 temperature sensor

as6200 is a temperature sensor with 0.0625°C resolution and a
range between -40°C to 125°C.

By default, the driver configures as6200 as following:
- Converstion rate: 8 Hz
- Conversion mode: continuous
- Consecutive fault counts: 4 samples
- Alert state: high polarity
- Alert mode: comparator mode

Interrupt is supported for the alert pin.

Signed-off-by: Abdel Alkuor <alkuor@gmail.com>
Link: https://lore.kernel.org/r/d1686678991bf8ee0d00cb08ca046798f37ca4b3.1703127334.git.alkuor@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/lm75.rst
drivers/hwmon/lm75.c