[PATCH] MAINTAINERS: Drop entry for PCA9541 bus master selector

Guenter Roeck posted 1 patch 1 week, 5 days ago
MAINTAINERS | 6 ------
1 file changed, 6 deletions(-)
[PATCH] MAINTAINERS: Drop entry for PCA9541 bus master selector
Posted by Guenter Roeck 1 week, 5 days ago
I no longer have access to PCA9541 hardware, and I am no longer involved
in related development. Listing me as PCA9541 maintainer does not make
sense anymore. Remove PCA9541 from MAINTAINERS to let its support default
to the generic I2C multiplexer entry.

Cc: Peter Rosin <peda@axentia.se>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ebf03f5f0619..652cce499273 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16799,12 +16799,6 @@ S:	Maintained
 F:	drivers/leds/leds-pca9532.c
 F:	include/linux/leds-pca9532.h
 
-PCA9541 I2C BUS MASTER SELECTOR DRIVER
-M:	Guenter Roeck <linux@roeck-us.net>
-L:	linux-i2c@vger.kernel.org
-S:	Maintained
-F:	drivers/i2c/muxes/i2c-mux-pca9541.c
-
 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
 M:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 M:	Pali Rohár <pali@kernel.org>
-- 
2.39.2

Re: [PATCH] MAINTAINERS: Drop entry for PCA9541 bus master selector
Posted by Wolfram Sang 1 week, 4 days ago
On Thu, Apr 25, 2024 at 01:57:19PM -0700, Guenter Roeck wrote:
> I no longer have access to PCA9541 hardware, and I am no longer involved
> in related development. Listing me as PCA9541 maintainer does not make
> sense anymore. Remove PCA9541 from MAINTAINERS to let its support default
> to the generic I2C multiplexer entry.
> 
> Cc: Peter Rosin <peda@axentia.se>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>

Applied to for-current, thanks!

Re: [PATCH] MAINTAINERS: Drop entry for PCA9541 bus master selector
Posted by Peter Rosin 1 week, 5 days ago
Hi!

And thank you!

2024-04-25 at 22:57, Guenter Roeck wrote:
> I no longer have access to PCA9541 hardware, and I am no longer involved
> in related development. Listing me as PCA9541 maintainer does not make
> sense anymore. Remove PCA9541 from MAINTAINERS to let its support default
> to the generic I2C multiplexer entry.
> 
> Cc: Peter Rosin <peda@axentia.se>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>

Acked-by: Peter Rosin <peda@axentia.se>

Cheers,
Peter