Re: [PATCH RFC v2 7/7] MAINTAINERS: add Open Sensor Fusion IIO driver
From: Jonathan Cameron
Date: Thu May 28 2026 - 10:43:24 EST
On Sun, 24 May 2026 17:53:12 +0900
Jinseob Kim <kimjinseob88@xxxxxxxxx> wrote:
> Add file patterns for the driver, binding, and protocol reference.
>
> Signed-off-by: Jinseob Kim <kimjinseob88@xxxxxxxxx>
> ---
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c2c6d7927..9238701f4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19977,6 +19977,15 @@ F: Documentation/networking/oa-tc6-framework.rst
> F: drivers/net/ethernet/oa_tc6.c
> F: include/linux/oa_tc6.h
>
> +OPEN SENSOR FUSION IIO DRIVER
> +M: Jinseob Kim <kimjinseob88@xxxxxxxxx>
> +L: linux-iio@xxxxxxxxxxxxxxx
> +L: devicetree@xxxxxxxxxxxxxxx
As noted, no need for lists. The appropriate catch all listings in
maintainers cover IIO and DT-bindings.
> +S: Maintained
> +F: Documentation/devicetree/bindings/iio/imu/opensensorfusion,osf-uart.yaml
Bring this in with the first file, then update as you add additional files.
> +F: Documentation/iio/open-sensor-fusion-protocol-v0.rst
> +F: drivers/iio/opensensorfusion/
> +
> OPEN FIRMWARE AND FLATTENED DEVICE TREE
> M: Rob Herring <robh@xxxxxxxxxx>
> M: Saravana Kannan <saravanak@xxxxxxxxxx>