Message ID | 20200717132859.237120-14-jacopo+renesas@jmondi.org (mailing list archive) |
---|---|
State | New |
Delegated to: | Kieran Bingham |
Headers | show |
Series | dt-bindings: media: ov5640: Convert to json-schema | expand |
Hi Jacopo, Thank you for the patch. On Fri, Jul 17, 2020 at 03:28:59PM +0200, Jacopo Mondi wrote: > Add myself as co-maintainer of the driver and the bindings > file. I'd squash this with 01/13 too. > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > Documentation/devicetree/bindings/media/i2c/ov5640.yaml | 1 + > MAINTAINERS | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/media/i2c/ov5640.yaml b/Documentation/devicetree/bindings/media/i2c/ov5640.yaml > index 514f8150b52e..e28ea471bc00 100644 > --- a/Documentation/devicetree/bindings/media/i2c/ov5640.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/ov5640.yaml > @@ -8,6 +8,7 @@ title: Omnivision OV5640 MIPI CSI-2 / parallel sensor > > maintainers: > - Steve Longerbeam <slongerbeam@gmail.com> > + - Jacopo Mondi <jacopo@jmondi.org> > > description: -| > The OV5640 is a 5 megapixels image sensor capable of producing images in RGB, > diff --git a/MAINTAINERS b/MAINTAINERS > index fc2a2129d18e..b5dd706d072b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12601,6 +12601,7 @@ F: drivers/media/i2c/ov2740.c > > OMNIVISION OV5640 SENSOR DRIVER > M: Steve Longerbeam <slongerbeam@gmail.com> > +M: Jacopo Mondi <jacopo@jmondi.org> > L: linux-media@vger.kernel.org > S: Maintained > T: git git://linuxtv.org/media_tree.git
diff --git a/Documentation/devicetree/bindings/media/i2c/ov5640.yaml b/Documentation/devicetree/bindings/media/i2c/ov5640.yaml index 514f8150b52e..e28ea471bc00 100644 --- a/Documentation/devicetree/bindings/media/i2c/ov5640.yaml +++ b/Documentation/devicetree/bindings/media/i2c/ov5640.yaml @@ -8,6 +8,7 @@ title: Omnivision OV5640 MIPI CSI-2 / parallel sensor maintainers: - Steve Longerbeam <slongerbeam@gmail.com> + - Jacopo Mondi <jacopo@jmondi.org> description: -| The OV5640 is a 5 megapixels image sensor capable of producing images in RGB, diff --git a/MAINTAINERS b/MAINTAINERS index fc2a2129d18e..b5dd706d072b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12601,6 +12601,7 @@ F: drivers/media/i2c/ov2740.c OMNIVISION OV5640 SENSOR DRIVER M: Steve Longerbeam <slongerbeam@gmail.com> +M: Jacopo Mondi <jacopo@jmondi.org> L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media_tree.git
Add myself as co-maintainer of the driver and the bindings file. Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> --- Documentation/devicetree/bindings/media/i2c/ov5640.yaml | 1 + MAINTAINERS | 1 + 2 files changed, 2 insertions(+)