Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: magnetometer: add support for Si7210
@ 2024-12-31 13:25 Antoni Pokusinski
  2024-12-31 13:25 ` [PATCH 1/2] dt-bindings: iio: magnetometer: add binding " Antoni Pokusinski
  2024-12-31 13:25 ` [PATCH 2/2] iio: magnetometer: si7210: add driver " Antoni Pokusinski
  0 siblings, 2 replies; 5+ messages in thread
From: Antoni Pokusinski @ 2024-12-31 13:25 UTC (permalink / raw)
  To: jic23, krzysztof.kozlowski, lars, robh, conor+dt,
	andrej.skvortzov, neil.armstrong, danila, icenowy,
	javier.carrasco.cruz, andy, megi
  Cc: linux-iio, devicetree, linux-kernel, Antoni Pokusinski

This patch series adds support for the Si7210 Hall effect I2C sensor.
The driver currently supports the basic functionalities (i.e. making
temperature and magnetic field measurements and changing the
measurements scale) but I plan to add support for some other features in
the future as well (e.g. the digital output interrupt).

Antoni Pokusinski (2):
  dt-bindings: iio: magnetometer: add binding for Si7210
  iio: magnetometer: si7210: add driver for Si7210

 .../iio/magnetometer/silabs,si7210.yaml       |  44 ++
 drivers/iio/magnetometer/Kconfig              |  11 +
 drivers/iio/magnetometer/Makefile             |   2 +
 drivers/iio/magnetometer/si7210.c             | 412 ++++++++++++++++++
 4 files changed, 469 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/magnetometer/silabs,si7210.yaml
 create mode 100644 drivers/iio/magnetometer/si7210.c

-- 
2.45.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-04 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 13:25 [PATCH 0/2] iio: magnetometer: add support for Si7210 Antoni Pokusinski
2024-12-31 13:25 ` [PATCH 1/2] dt-bindings: iio: magnetometer: add binding " Antoni Pokusinski
2025-01-02  8:24   ` Krzysztof Kozlowski
2024-12-31 13:25 ` [PATCH 2/2] iio: magnetometer: si7210: add driver " Antoni Pokusinski
2025-01-04 14:32   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox