]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: magnetometer: add driver for MEMSIC MMC5983MA
authorVladislav Kulikov <vlad.kulikov.c@gmail.com>
Mon, 11 May 2026 19:11:35 +0000 (19:11 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2026 09:59:40 +0000 (10:59 +0100)
commit243a738ccdabb8f997a5c6678e22f60761dbadf1
tree68c131f59038f51341854d9c48e5964027347b19
parentecedfa46a2e5db329925bac8cab9ac8cbad55755
iio: magnetometer: add driver for MEMSIC MMC5983MA

Add support for the MEMSIC MMC5983MA 3-axis magnetometer. The driver
provides raw magnetic field readings via IIO sysfs with SET/RESET
offset cancellation for each measurement.

Reviewed-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Vladislav Kulikov <vlad.kulikov.c@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
MAINTAINERS
drivers/iio/magnetometer/Kconfig
drivers/iio/magnetometer/Makefile
drivers/iio/magnetometer/mmc5983.c [new file with mode: 0644]