Message ID | 20210407183532.2682-1-wsa@kernel.org |
---|---|
State | Accepted |
Commit | df8a39f2911a4c7769e0f760509f556a9e9d37af |
Headers | show |
Series | i2c: imx: mention Oleksij as maintainer of the binding docs | expand |
On Wed, Apr 07, 2021 at 08:35:32PM +0200, Wolfram Sang wrote: > When I removed myself as a maintainer of the yaml file, I missed that > some maintainer is required. Oleksij is already listed in MAINTAINERS > for this file, so add him here as well. > > Fixes: 1ae6b3780848 ("i2c: imx: drop me as maintainer of binding docs") > Signed-off-by: Wolfram Sang <wsa@kernel.org> > Cc: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de> > --- > Documentation/devicetree/bindings/i2c/i2c-imx.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml > index f33c6b29966b..3592d49235e0 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml > +++ b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml > @@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX > > +maintainers: > + - Oleksij Rempel <o.rempel@pengutronix.de> > + > allOf: > - $ref: /schemas/i2c/i2c-controller.yaml# > > -- > 2.29.2 > >
On Wed, Apr 7, 2021 at 1:35 PM Wolfram Sang <wsa@kernel.org> wrote: > > When I removed myself as a maintainer of the yaml file, I missed that > some maintainer is required. Oleksij is already listed in MAINTAINERS > for this file, so add him here as well. > > Fixes: 1ae6b3780848 ("i2c: imx: drop me as maintainer of binding docs") > Signed-off-by: Wolfram Sang <wsa@kernel.org> > Cc: Oleksij Rempel <o.rempel@pengutronix.de> > --- > Documentation/devicetree/bindings/i2c/i2c-imx.yaml | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Rob Herring <robh@kernel.org>
On Wed, Apr 07, 2021 at 08:35:32PM +0200, Wolfram Sang wrote: > When I removed myself as a maintainer of the yaml file, I missed that > some maintainer is required. Oleksij is already listed in MAINTAINERS > for this file, so add him here as well. > > Fixes: 1ae6b3780848 ("i2c: imx: drop me as maintainer of binding docs") > Signed-off-by: Wolfram Sang <wsa@kernel.org> > Cc: Oleksij Rempel <o.rempel@pengutronix.de> Applied to for-current, thanks!
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml index f33c6b29966b..3592d49235e0 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml @@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX +maintainers: + - Oleksij Rempel <o.rempel@pengutronix.de> + allOf: - $ref: /schemas/i2c/i2c-controller.yaml#
When I removed myself as a maintainer of the yaml file, I missed that some maintainer is required. Oleksij is already listed in MAINTAINERS for this file, so add him here as well. Fixes: 1ae6b3780848 ("i2c: imx: drop me as maintainer of binding docs") Signed-off-by: Wolfram Sang <wsa@kernel.org> Cc: Oleksij Rempel <o.rempel@pengutronix.de> --- Documentation/devicetree/bindings/i2c/i2c-imx.yaml | 3 +++ 1 file changed, 3 insertions(+)