All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: imx: mention Oleksij as maintainer of the binding docs
@ 2021-04-07 18:35 Wolfram Sang
  2021-04-08  4:21 ` Oleksij Rempel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wolfram Sang @ 2021-04-07 18:35 UTC (permalink / raw)
  To: linux-i2c; +Cc: devicetree, Rob Herring, Wolfram Sang, Oleksij Rempel

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(+)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] i2c: imx: mention Oleksij as maintainer of the binding docs
  2021-04-07 18:35 [PATCH] i2c: imx: mention Oleksij as maintainer of the binding docs Wolfram Sang
@ 2021-04-08  4:21 ` Oleksij Rempel
  2021-04-08 18:02 ` Rob Herring
  2021-04-08 20:40 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Oleksij Rempel @ 2021-04-08  4:21 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c, devicetree, Rob Herring

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
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] i2c: imx: mention Oleksij as maintainer of the binding docs
  2021-04-07 18:35 [PATCH] i2c: imx: mention Oleksij as maintainer of the binding docs Wolfram Sang
  2021-04-08  4:21 ` Oleksij Rempel
@ 2021-04-08 18:02 ` Rob Herring
  2021-04-08 20:40 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2021-04-08 18:02 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Linux I2C, devicetree, Oleksij Rempel

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] i2c: imx: mention Oleksij as maintainer of the binding docs
  2021-04-07 18:35 [PATCH] i2c: imx: mention Oleksij as maintainer of the binding docs Wolfram Sang
  2021-04-08  4:21 ` Oleksij Rempel
  2021-04-08 18:02 ` Rob Herring
@ 2021-04-08 20:40 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2021-04-08 20:40 UTC (permalink / raw)
  To: linux-i2c; +Cc: devicetree, Rob Herring, Oleksij Rempel

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

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!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-08 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 18:35 [PATCH] i2c: imx: mention Oleksij as maintainer of the binding docs Wolfram Sang
2021-04-08  4:21 ` Oleksij Rempel
2021-04-08 18:02 ` Rob Herring
2021-04-08 20:40 ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.