linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh)
@ 2022-03-29 11:37 Krzysztof Kozlowski
  2022-03-30  5:47 ` Kuldeep Singh
  2022-04-04 18:12 ` Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-29 11:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Mark Brown, linux-arm-msm, devicetree,
	linux-spi

Emails to Akash Asthana and Mukesh Savaliya bounce (550: Recipient
address rejected: User unknown in virtual alias table), so switch
maintainers to Andy and Bjorn (as Qualcomm platform maintainers).

Cc: Andy Gross <agross@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml  | 4 ++--
 Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
index 1ca081b1664e..1bc12b6a7e01 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
@@ -7,8 +7,8 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
 title: GENI Serial Engine QUP Wrapper Controller
 
 maintainers:
-  - Mukesh Savaliya <msavaliy@codeaurora.org>
-  - Akash Asthana <akashast@codeaurora.org>
+  - Andy Gross <agross@kernel.org>
+  - Bjorn Andersson <bjorn.andersson@linaro.org>
 
 description: |
  Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper
diff --git a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
index 055524fe8327..e009cb3e6dc9 100644
--- a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
+++ b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
@@ -8,8 +8,8 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
 title: Qualcomm Quad Serial Peripheral Interface (QSPI)
 
 maintainers:
-  - Mukesh Savaliya <msavaliy@codeaurora.org>
-  - Akash Asthana <akashast@codeaurora.org>
+  - Andy Gross <agross@kernel.org>
+  - Bjorn Andersson <bjorn.andersson@linaro.org>
 
 description: The QSPI controller allows SPI protocol communication in single,
   dual, or quad wire transmission modes for read/write access to slaves such
-- 
2.32.0


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

* Re: [PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh)
  2022-03-29 11:37 [PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh) Krzysztof Kozlowski
@ 2022-03-30  5:47 ` Kuldeep Singh
  2022-03-30  7:03   ` Krzysztof Kozlowski
  2022-04-04 18:12 ` Rob Herring
  1 sibling, 1 reply; 4+ messages in thread
From: Kuldeep Singh @ 2022-03-30  5:47 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Mark Brown, linux-arm-msm, devicetree,
	linux-spi

On Tue, Mar 29, 2022 at 01:37:17PM +0200, Krzysztof Kozlowski wrote:
> Emails to Akash Asthana and Mukesh Savaliya bounce (550: Recipient
> address rejected: User unknown in virtual alias table), so switch
> maintainers to Andy and Bjorn (as Qualcomm platform maintainers).

Thanks Krzysztof as it was really anonoying to hear bounce emails.

One thing, I heard bounce from Akash only and not from Mukesh.
Did you hear bounce from Mukesh as well?

-Kuldeep

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

* Re: [PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh)
  2022-03-30  5:47 ` Kuldeep Singh
@ 2022-03-30  7:03   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-30  7:03 UTC (permalink / raw)
  To: Kuldeep Singh
  Cc: linux-kernel, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Mark Brown, linux-arm-msm, devicetree,
	linux-spi

On 30/03/2022 07:47, Kuldeep Singh wrote:
> On Tue, Mar 29, 2022 at 01:37:17PM +0200, Krzysztof Kozlowski wrote:
>> Emails to Akash Asthana and Mukesh Savaliya bounce (550: Recipient
>> address rejected: User unknown in virtual alias table), so switch
>> maintainers to Andy and Bjorn (as Qualcomm platform maintainers).
> 
> Thanks Krzysztof as it was really anonoying to hear bounce emails.
> 
> One thing, I heard bounce from Akash only and not from Mukesh.
> Did you hear bounce from Mukesh as well?

Yes, both:
550 5.1.1 <msavaliy@codeaurora.org>: Recipient address rejected: User
unknown in virtual alias table

I think there might be a change in the email domain, so the best would
be if Akash and Mukesh simply updated the file...


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh)
  2022-03-29 11:37 [PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh) Krzysztof Kozlowski
  2022-03-30  5:47 ` Kuldeep Singh
@ 2022-04-04 18:12 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-04-04 18:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Andy Gross, Bjorn Andersson, Krzysztof Kozlowski,
	Mark Brown, linux-arm-msm, devicetree, linux-spi

On Tue, Mar 29, 2022 at 01:37:17PM +0200, Krzysztof Kozlowski wrote:
> Emails to Akash Asthana and Mukesh Savaliya bounce (550: Recipient
> address rejected: User unknown in virtual alias table), so switch
> maintainers to Andy and Bjorn (as Qualcomm platform maintainers).
> 
> Cc: Andy Gross <agross@kernel.org>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml  | 4 ++--
>  Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
> index 1ca081b1664e..1bc12b6a7e01 100644
> --- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
> +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
> @@ -7,8 +7,8 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
>  title: GENI Serial Engine QUP Wrapper Controller
>  
>  maintainers:
> -  - Mukesh Savaliya <msavaliy@codeaurora.org>
> -  - Akash Asthana <akashast@codeaurora.org>
> +  - Andy Gross <agross@kernel.org>

Andy is no longer active AFAIK, so I don't think I'd add him.

> +  - Bjorn Andersson <bjorn.andersson@linaro.org>
>  
>  description: |
>   Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper
> diff --git a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
> index 055524fe8327..e009cb3e6dc9 100644
> --- a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml
> @@ -8,8 +8,8 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
>  title: Qualcomm Quad Serial Peripheral Interface (QSPI)
>  
>  maintainers:
> -  - Mukesh Savaliya <msavaliy@codeaurora.org>
> -  - Akash Asthana <akashast@codeaurora.org>
> +  - Andy Gross <agross@kernel.org>
> +  - Bjorn Andersson <bjorn.andersson@linaro.org>
>  
>  description: The QSPI controller allows SPI protocol communication in single,
>    dual, or quad wire transmission modes for read/write access to slaves such
> -- 
> 2.32.0
> 
> 

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

end of thread, other threads:[~2022-04-04 21:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 11:37 [PATCH] dt-bindings: qcom: update maintainers (drop Akash and Mukesh) Krzysztof Kozlowski
2022-03-30  5:47 ` Kuldeep Singh
2022-03-30  7:03   ` Krzysztof Kozlowski
2022-04-04 18:12 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).