Re: [RFC] iio: magnetometer: mlx90393 - regmap vs command-based access
From: Nikhil Gautam
Date: Thu Apr 23 2026 - 08:27:42 EST
Hi,
Apologies for missing a few details in the previous mail.
The MLX90393 supports both I2C and SPI interfaces.
Commands include, for example:
- SM (Start Measurement)
- RM (Read Measurement)
- RR (Read Register)
Given this command-oriented interface over both I2C and SPI,
I wanted to confirm whether a custom command abstraction layer
would still be the preferred approach instead of regmap.
Thanks,
Nikhil Gautam