Re: [PATCH v8 0/5] iio: add Open Sensor Fusion IIO driver
Jonathan Cameron <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260821033334.400af4d3@jic23-huawei> |
On Thu, 20 Aug 2026 14:06:03 +0900 Jinseob Kim <[email protected]> wrote: > Open Sensor Fusion (OSF) is a physical sensor board that reports > measurements over UART. Add a serdev driver using the generic > "opensensorfusion,osf" compatible. > > The compatible is intentionally independent of a board model or firmware > revision. A fixed wire header carries the protocol version, while a > capability report discovers the available sensors and channels at runtime. > Supported capabilities are exposed as four IIO devices: accelerometer, > gyroscope, magnetometer, and temperature. > Sashiko has one reasonable sounding comment https://sashiko.dev/#/patchset/20260820050608.5440-1-kimjinseob88%40gmail.com What this cover letter is missing is any info on maturity of the specification. Is this at a stage where merging it to Linux makes sense, or are there still elements on the spec side that need to be resolved? I'll take a fresh look anyway given it has been a while since the last version, but others may make their decisions based on that statement of how mature things are. Jonathan