Re: [PATCH RFC v6 0/5] iio: add Open Sensor Fusion IIO driver
From: Jonathan Cameron
Date: Mon Jun 29 2026 - 18:59:33 EST
On Mon, 29 Jun 2026 10:25:38 -0500
David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> On 6/28/26 2:13 PM, Jinseob Kim wrote:
> > Open Sensor Fusion (OSF) devices expose a UART/serdev host interface
> > for a sensor aggregation hub. This RFC adds a Linux IIO driver that
> > parses OSF frames and creates IIO devices at runtime from capability
> > reports provided by the device firmware.
> >
> > When the corresponding capabilities are reported, the driver exposes
> > accelerometer, gyroscope, magnetometer, and temperature data as IIO
> > devices named osf-accel, osf-gyro, osf-magn, and osf-temp.
> >
> > This remains RFC while the binding, protocol subset, runtime discovery
> > model, and driver-facing ABI are reviewed.
>
> If you are just looking for review and don't have specific questions,
> then it is time to drop the RFC.
>
It isn't uncommon to keep RFC tags when there is a related spec
that isn't finalised yet. Basically they act as a 'don't merge this'
marker. However I can keep track of this one without it given we
don't have that happen a lot in IIO. Please do make sure that you
keep that bit of the cover letter, Jinseob!
Jonathan