* [PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni
@ 2022-02-18 10:49 Wolfram Sang
2022-02-18 17:52 ` Bjorn Andersson
2022-02-19 11:46 ` Wolfram Sang
0 siblings, 2 replies; 4+ messages in thread
From: Wolfram Sang @ 2022-02-18 10:49 UTC (permalink / raw)
To: linux-i2c; +Cc: linux-kernel, Andy Gross, Bjorn Andersson, Wolfram Sang
The driver is already covered in the ARM/QUALCOMM section. Also, Akash
Asthana's email bounces meanwhile and Mukesh Savaliya has never
responded to mails regarding this driver.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
---
MAINTAINERS | 8 --------
1 file changed, 8 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ea3e6c914384..f0485f61295d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15972,14 +15972,6 @@ F: Documentation/devicetree/bindings/misc/qcom,fastrpc.txt
F: drivers/misc/fastrpc.c
F: include/uapi/misc/fastrpc.h
-QUALCOMM GENERIC INTERFACE I2C DRIVER
-M: Akash Asthana <akashast@codeaurora.org>
-M: Mukesh Savaliya <msavaliy@codeaurora.org>
-L: linux-i2c@vger.kernel.org
-L: linux-arm-msm@vger.kernel.org
-S: Supported
-F: drivers/i2c/busses/i2c-qcom-geni.c
-
QUALCOMM HEXAGON ARCHITECTURE
M: Brian Cain <bcain@codeaurora.org>
L: linux-hexagon@vger.kernel.org
--
2.30.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni
2022-02-18 10:49 [PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni Wolfram Sang
@ 2022-02-18 17:52 ` Bjorn Andersson
2022-02-18 21:11 ` Wolfram Sang
2022-02-19 11:46 ` Wolfram Sang
1 sibling, 1 reply; 4+ messages in thread
From: Bjorn Andersson @ 2022-02-18 17:52 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-i2c, linux-kernel, Andy Gross
On Fri 18 Feb 02:49 PST 2022, Wolfram Sang wrote:
> The driver is already covered in the ARM/QUALCOMM section. Also, Akash
> Asthana's email bounces meanwhile and Mukesh Savaliya has never
> responded to mails regarding this driver.
>
> Signed-off-by: Wolfram Sang <wsa@kernel.org>
It would have been nice to go the other direction (reducing
ARM/QUALCOMM), but your assessment looks accurate, so:
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Regards,
Bjorn
> ---
> MAINTAINERS | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea3e6c914384..f0485f61295d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15972,14 +15972,6 @@ F: Documentation/devicetree/bindings/misc/qcom,fastrpc.txt
> F: drivers/misc/fastrpc.c
> F: include/uapi/misc/fastrpc.h
>
> -QUALCOMM GENERIC INTERFACE I2C DRIVER
> -M: Akash Asthana <akashast@codeaurora.org>
> -M: Mukesh Savaliya <msavaliy@codeaurora.org>
> -L: linux-i2c@vger.kernel.org
> -L: linux-arm-msm@vger.kernel.org
> -S: Supported
> -F: drivers/i2c/busses/i2c-qcom-geni.c
> -
> QUALCOMM HEXAGON ARCHITECTURE
> M: Brian Cain <bcain@codeaurora.org>
> L: linux-hexagon@vger.kernel.org
> --
> 2.30.2
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni
2022-02-18 17:52 ` Bjorn Andersson
@ 2022-02-18 21:11 ` Wolfram Sang
0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2022-02-18 21:11 UTC (permalink / raw)
To: Bjorn Andersson; +Cc: linux-i2c, linux-kernel, Andy Gross
[-- Attachment #1: Type: text/plain, Size: 191 bytes --]
> It would have been nice to go the other direction (reducing
> ARM/QUALCOMM), but your assessment looks accurate, so:
I totally agree. Sadly, I don't know who could take over the driver.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni
2022-02-18 10:49 [PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni Wolfram Sang
2022-02-18 17:52 ` Bjorn Andersson
@ 2022-02-19 11:46 ` Wolfram Sang
1 sibling, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2022-02-19 11:46 UTC (permalink / raw)
To: linux-i2c; +Cc: linux-kernel, Andy Gross, Bjorn Andersson
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
On Fri, Feb 18, 2022 at 11:49:04AM +0100, Wolfram Sang wrote:
> The driver is already covered in the ARM/QUALCOMM section. Also, Akash
> Asthana's email bounces meanwhile and Mukesh Savaliya has never
> responded to mails regarding this driver.
>
> Signed-off-by: Wolfram Sang <wsa@kernel.org>
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:[~2022-02-19 11:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-18 10:49 [PATCH] MAINTAINERS: remove duplicate entry for i2c-qcom-geni Wolfram Sang
2022-02-18 17:52 ` Bjorn Andersson
2022-02-18 21:11 ` Wolfram Sang
2022-02-19 11:46 ` Wolfram Sang
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).