Re: [PATCH RFC 3/3] MAINTAINERS: add Open Sensor Fusion IIO driver entry

From: j k

Date: Wed May 20 2026 - 04:26:46 EST


Sorry, resending in plain text.

Thanks, that makes sense.

I will fold the binding-related MAINTAINERS entry into the dt-bindings patch

and add the driver path entry in the driver patch in the next revision.

Thanks again

Jinseob


2026년 5월 20일 (수) 오후 5:07, j k <kimjinseob88@xxxxxxxxx>님이 작성:
>
> Thanks, that makes sense.
>
> I will fold the binding-related MAINTAINERS entry into the dt-bindings patch
> and add the driver path entry in the driver patch in the next revision.
>
> Thanks again
>
> Jinseob
>
> 2026년 5월 20일 (수) 오후 4:59, Joshua Crofts <joshua.crofts1@xxxxxxxxx>님이 작성:
>>
>> On Wed, 20 May 2026 at 09:35, Jinseob Kim <kimjinseob88@xxxxxxxxx> wrote:
>> >
>> > Add a maintainer entry for the Open Sensor Fusion IIO driver and binding.
>> >
>> > The driver path reflects the current RFC layout. It may need to be adjusted
>> > after review if the driver moves under a different IIO directory.
>> >
>> > Signed-off-by: Jinseob Kim <kimjinseob88@xxxxxxxxx>
>> > ---
>> > MAINTAINERS | 7 +++++++
>> > 1 file changed, 7 insertions(+)
>> >
>> > diff --git a/MAINTAINERS b/MAINTAINERS
>> > index c2c6d7927..001ba4ea6 100644
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -20011,6 +20011,13 @@ F: Documentation/devicetree/
>> > F: arch/*/boot/dts/
>> > F: include/dt-bindings/
>> >
>> > +OPEN SENSOR FUSION IIO DRIVER
>> > +M: Jinseob Kim <kimjinseob88@xxxxxxxxx>
>> > +L: linux-iio@xxxxxxxxxxxxxxx
>> > +S: Maintained
>> > +F: Documentation/devicetree/bindings/iio/imu/opensensorfusion,osf-uart.yaml
>>
>> All of the above should be added in your dt-bindings patch. If you're
>> adding a new file,
>> it's expected for you to also add a new entry in MAINTAINERS in the same patch,
>> otherwise it creates confusion and an unnecessary additional patch that the
>> maintainer could overlook (highly unlikely, but could happen).
>>
>> > +F: drivers/iio/opensensorfusion/
>>
>> And this line would be added in the actual driver patch.
>>
>> --
>> Kind regards
>>
>> CJD