]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: magnetometer: si7210: add driver for Si7210
authorAntoni Pokusinski <apokusinski01@gmail.com>
Mon, 20 Jan 2025 21:56:20 +0000 (22:56 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 8 Feb 2025 15:16:28 +0000 (15:16 +0000)
commit15dbaed45b77ec7f31c9ea75ca90b9ae478b7299
tree981140a39ae743b61cc30a4dbb5a93b3fd4fb55b
parent2b368419955de59600973a48192f04e1704e89d6
iio: magnetometer: si7210: add driver for Si7210

Silicon Labs Si7210 is an I2C Hall effect magnetic position and
temperature sensor. The driver supports the following functionalities:
* reading the temperature measurements
* reading the magnetic field measurements in a single-shot mode
* choosing the magnetic field measurement scale (20 or 200 mT)

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Antoni Pokusinski <apokusinski01@gmail.com>
Link: https://patch.msgid.link/20250120215620.39766-3-apokusinski01@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/magnetometer/Kconfig
drivers/iio/magnetometer/Makefile
drivers/iio/magnetometer/si7210.c [new file with mode: 0644]