linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] iio: magnetometer: qmc5883l: Add QMC5883L driver support
@ 2025-05-07 19:32 Brajesh Patil
  2025-05-07 19:32 ` [PATCH v1 1/3] iio: magnetometer: qmc5883l: add support for QMC5883L sensor Brajesh Patil
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Brajesh Patil @ 2025-05-07 19:32 UTC (permalink / raw)
  To: linux-iio; +Cc: jic23, marcelo.schmitt1, dlechner, Brajesh Patil

This series introduces support for the QST QMC5883L 3-axis magnetometer,
a magnetic sensor with I2C interface.

The implementation follows standard IIO conventions and includes:

Patch 1: Device tree Bindings and Base driver implementation
- Basic register access via regmap
- X/Y/Z axis and temperature readings
- Triggered buffer support
- Device tree bindings and vendor prefix
- Device tree bindings

Patch 2: Enhanced configuration interface
- Sysfs controls for ODR (10-200Hz), FSR (±2G/±8G)
- Mode selection (standby/continuous)
- Oversampling ratio configuration (512-64)
- Status monitoring (DRDY/OVL flags)

Patch 3: Advanced features
- Mount matrix support for orientation compensation
- Power management (suspend/resume)
- Control register features (soft reset, pointer rollover)

The driver has been tested on a Raspberry Pi 5.

Signed-off-by: Brajesh Patil <brajeshpatil11@gmail.com>

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

end of thread, other threads:[~2025-05-08  5:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 19:32 [PATCH v1 0/3] iio: magnetometer: qmc5883l: Add QMC5883L driver support Brajesh Patil
2025-05-07 19:32 ` [PATCH v1 1/3] iio: magnetometer: qmc5883l: add support for QMC5883L sensor Brajesh Patil
2025-05-08  5:50   ` Krzysztof Kozlowski
2025-05-07 19:32 ` [PATCH v1 2/3] iio: magnetometer: qmc5883l: add extended sysfs attributes and configuration options Brajesh Patil
2025-05-07 19:32 ` [PATCH v1 3/3] iio: magnetometer: qmc5883l: add mount matrix, control features and power management Brajesh Patil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).