* [PATCH 0/2] Cleanup the MAINTAINER's file
@ 2024-07-11 23:19 Andi Shyti
2024-07-11 23:19 ` [PATCH 2/2] MAINTAINERS: Drop Thor Thayer from maintainers Andi Shyti
2024-07-12 6:34 ` [PATCH 0/2] Cleanup the MAINTAINER's file Wolfram Sang
0 siblings, 2 replies; 4+ messages in thread
From: Andi Shyti @ 2024-07-11 23:19 UTC (permalink / raw)
To: lkml
Cc: Andi Shyti, Andy Shevchenko, Krzysztof Kozlowski, Lee Jones,
Linus Walleij, Philipp Zabel, Viresh Kumar, Wolfram Sang,
linux-gpio, linux-i2c, virtualization
Hi,
while reviewing Wolfram's series, I received some delivery
failure notifications for e-mails that don't exist anymore.
With this series I'm removing:
- Conghui Chen <conghui.chen@intel.com>
- Thor Thayer <thor.thayer@linux.intel.com>
unfortunately both from Intel :-(
In the case of Altera's subsystems (except for the i2c), I didn't
really know what to do with them, so that I marked them as
Orphan.
Andi
Cc: Andy Shevchenko <andy@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Lee Jones <lee@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: linux-gpio@vger.kernel.org
Cc: linux-i2c@vger.kernel.org
Cc: virtualization@lists.linux.dev
Andi Shyti (2):
MAINTAINERS: i2c-virtio: Drop Conghui Chen from Maintainers
MAINTAINERS: Drop Thor Thayer from maintainers
MAINTAINERS | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
--
2.45.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] MAINTAINERS: Drop Thor Thayer from maintainers
2024-07-11 23:19 [PATCH 0/2] Cleanup the MAINTAINER's file Andi Shyti
@ 2024-07-11 23:19 ` Andi Shyti
2024-07-12 6:34 ` [PATCH 0/2] Cleanup the MAINTAINER's file Wolfram Sang
1 sibling, 0 replies; 4+ messages in thread
From: Andi Shyti @ 2024-07-11 23:19 UTC (permalink / raw)
To: lkml
Cc: Andi Shyti, Andy Shevchenko, Krzysztof Kozlowski, Lee Jones,
Linus Walleij, Philipp Zabel, Wolfram Sang, linux-gpio, linux-i2c
E-mails to Thor Thayer are bouncing back:
5.1.0 - Unknown address error 550-'[...] Recipient address rejected: User unknown in virtual mailbox table'
Drop the Atera i2c controller driver entry which will now be
maintained by me.
There are two entries related to Altera drivers:
- Altera system manager driver
- Altera system resource driver for the Intel Arria 10
development kit.
Mark those entries as orphan.
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Cc: Andy Shevchenko <andy@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Lee Jones <lee@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: linux-gpio@vger.kernel.org
Cc: linux-i2c@vger.kernel.org
---
MAINTAINERS | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 96745f7971100..366b9e2d33f7b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -846,12 +846,6 @@ ALPS PS/2 TOUCHPAD DRIVER
R: Pali Rohár <pali@kernel.org>
F: drivers/input/mouse/alps.*
-ALTERA I2C CONTROLLER DRIVER
-M: Thor Thayer <thor.thayer@linux.intel.com>
-S: Maintained
-F: Documentation/devicetree/bindings/i2c/i2c-altera.txt
-F: drivers/i2c/busses/i2c-altera.c
-
ALTERA MAILBOX DRIVER
M: Mun Yew Tham <mun.yew.tham@intel.com>
S: Maintained
@@ -872,14 +866,12 @@ S: Maintained
F: drivers/gpio/gpio-altera.c
ALTERA SYSTEM MANAGER DRIVER
-M: Thor Thayer <thor.thayer@linux.intel.com>
-S: Maintained
+S: Orphan
F: drivers/mfd/altera-sysmgr.c
F: include/linux/mfd/altera-sysmgr.h
ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
-M: Thor Thayer <thor.thayer@linux.intel.com>
-S: Maintained
+S: Orphan
F: drivers/gpio/gpio-altera-a10sr.c
F: drivers/mfd/altera-a10sr.c
F: drivers/reset/reset-a10sr.c
--
2.45.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Cleanup the MAINTAINER's file
2024-07-11 23:19 [PATCH 0/2] Cleanup the MAINTAINER's file Andi Shyti
2024-07-11 23:19 ` [PATCH 2/2] MAINTAINERS: Drop Thor Thayer from maintainers Andi Shyti
@ 2024-07-12 6:34 ` Wolfram Sang
2024-07-12 10:15 ` Andi Shyti
1 sibling, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2024-07-12 6:34 UTC (permalink / raw)
To: Andi Shyti
Cc: lkml, Andy Shevchenko, Krzysztof Kozlowski, Lee Jones,
Linus Walleij, Philipp Zabel, Viresh Kumar, linux-gpio, linux-i2c,
virtualization
[-- Attachment #1: Type: text/plain, Size: 443 bytes --]
On Fri, Jul 12, 2024 at 01:19:24AM +0200, Andi Shyti wrote:
> Hi,
>
> while reviewing Wolfram's series, I received some delivery
> failure notifications for e-mails that don't exist anymore.
>
> With this series I'm removing:
>
> - Conghui Chen <conghui.chen@intel.com>
> - Thor Thayer <thor.thayer@linux.intel.com>
Fixes for these two are already in my for-current branch. (And the
patches were on the i2c list, Andi ;))
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Cleanup the MAINTAINER's file
2024-07-12 6:34 ` [PATCH 0/2] Cleanup the MAINTAINER's file Wolfram Sang
@ 2024-07-12 10:15 ` Andi Shyti
0 siblings, 0 replies; 4+ messages in thread
From: Andi Shyti @ 2024-07-12 10:15 UTC (permalink / raw)
To: Wolfram Sang, lkml, Andy Shevchenko, Krzysztof Kozlowski,
Lee Jones, Linus Walleij, Philipp Zabel, Viresh Kumar, linux-gpio,
linux-i2c, virtualization
Hi Wolfram,
On Fri, Jul 12, 2024 at 08:34:11AM GMT, Wolfram Sang wrote:
> On Fri, Jul 12, 2024 at 01:19:24AM +0200, Andi Shyti wrote:
> > Hi,
> >
> > while reviewing Wolfram's series, I received some delivery
> > failure notifications for e-mails that don't exist anymore.
> >
> > With this series I'm removing:
> >
> > - Conghui Chen <conghui.chen@intel.com>
> > - Thor Thayer <thor.thayer@linux.intel.com>
>
> Fixes for these two are already in my for-current branch. (And the
> patches were on the i2c list, Andi ;))
oh yes... sorry, completely forgot. Please, ignore, then :-)
Andi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-12 10:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 23:19 [PATCH 0/2] Cleanup the MAINTAINER's file Andi Shyti
2024-07-11 23:19 ` [PATCH 2/2] MAINTAINERS: Drop Thor Thayer from maintainers Andi Shyti
2024-07-12 6:34 ` [PATCH 0/2] Cleanup the MAINTAINER's file Wolfram Sang
2024-07-12 10:15 ` Andi Shyti
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).