2022-08-11 07:02:33

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] spi: dt-bindings: Drop Pratyush Yadav

Emails to Pratyush Yadav bounce ("550 Invalid recipient"). Generic SPI
properties should be maintained by subsystem maintainer (Mark). Add
recent contributor Vaishnav Achath to the Cadence SPI bindings.

Signed-off-by: Krzysztof Kozlowski <[email protected]>

---

Vaishnav Achath, are you ok with that?
---
.../devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml | 2 +-
Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml | 2 +-
Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml b/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml
index 553601a441a7..510b82c177c0 100644
--- a/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml
+++ b/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml
@@ -10,7 +10,7 @@ description:
See spi-peripheral-props.yaml for more info.

maintainers:
- - Pratyush Yadav <[email protected]>
+ - Vaishnav Achath <[email protected]>

properties:
# cdns,qspi-nor.yaml
diff --git a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
index 0a537fa3a641..4707294d8f59 100644
--- a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
+++ b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Cadence Quad SPI controller

maintainers:
- - Pratyush Yadav <[email protected]>
+ - Vaishnav Achath <[email protected]>

allOf:
- $ref: spi-controller.yaml#
diff --git a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
index ce048e782e80..a4abe1588005 100644
--- a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
@@ -16,7 +16,7 @@ description:
their own separate schema that should be referenced from here.

maintainers:
- - Pratyush Yadav <[email protected]>
+ - Mark Brown <[email protected]>

properties:
reg:
--
2.34.1


2022-08-12 09:30:49

by Vaishnav Achath

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: Drop Pratyush Yadav

Hi Krzysztof,

On 11/08/22 12:08, Krzysztof Kozlowski wrote:
> Emails to Pratyush Yadav bounce ("550 Invalid recipient"). Generic SPI
> properties should be maintained by subsystem maintainer (Mark). Add
> recent contributor Vaishnav Achath to the Cadence SPI bindings.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
>
> ---
>
> Vaishnav Achath, are you ok with that?
Yes, I am good with that.
> ---
> .../devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml | 2 +-
> Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml | 2 +-
> Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml b/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml
> index 553601a441a7..510b82c177c0 100644
> --- a/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml
> +++ b/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml
> @@ -10,7 +10,7 @@ description:
> See spi-peripheral-props.yaml for more info.
>
> maintainers:
> - - Pratyush Yadav <[email protected]>
> + - Vaishnav Achath <[email protected]>
>
> properties:
> # cdns,qspi-nor.yaml
> diff --git a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
> index 0a537fa3a641..4707294d8f59 100644
> --- a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
> +++ b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml
> @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> title: Cadence Quad SPI controller
>
> maintainers:
> - - Pratyush Yadav <[email protected]>
> + - Vaishnav Achath <[email protected]>
>
> allOf:
> - $ref: spi-controller.yaml#
> diff --git a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
> index ce048e782e80..a4abe1588005 100644
> --- a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml
> @@ -16,7 +16,7 @@ description:
> their own separate schema that should be referenced from here.
>
> maintainers:
> - - Pratyush Yadav <[email protected]>
> + - Mark Brown <[email protected]>
>
> properties:
> reg:

--
Regards,
Vaishnav

2022-08-12 18:10:30

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: Drop Pratyush Yadav

On Thu, 11 Aug 2022 09:38:26 +0300, Krzysztof Kozlowski wrote:
> Emails to Pratyush Yadav bounce ("550 Invalid recipient"). Generic SPI
> properties should be maintained by subsystem maintainer (Mark). Add
> recent contributor Vaishnav Achath to the Cadence SPI bindings.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
>
> ---
>
> Vaishnav Achath, are you ok with that?
> ---
> .../devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml | 2 +-
> Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml | 2 +-
> Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>

Acked-by: Rob Herring <[email protected]>

2022-08-12 18:12:06

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: Drop Pratyush Yadav

On Thu, 11 Aug 2022 09:38:26 +0300, Krzysztof Kozlowski wrote:
> Emails to Pratyush Yadav bounce ("550 Invalid recipient"). Generic SPI
> properties should be maintained by subsystem maintainer (Mark). Add
> recent contributor Vaishnav Achath to the Cadence SPI bindings.
>
>

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: dt-bindings: Drop Pratyush Yadav
commit: 2fd92c7b8fe2cfc634613dc093d0f507c7389ea8

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark