[RFC] IXP4XX MAINTAINERS entries

Message ID m334yivh1f.fsf@t19.piap.pl
State New
Headers
Series [RFC] IXP4XX MAINTAINERS entries |

Commit Message

Krzysztof Hałasa Oct. 10, 2023, 11:43 a.m. UTC
  Hi everyone,

Are you OK with the following?
If so, perhaps you can pick it up?
Or state your Ack, or something :-)
Thanks.

Here it goes:

Update MAINTAINERS entries for Intel IXP4xx SoCs.

Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>
  

Comments

Linus Walleij Oct. 10, 2023, 2:02 p.m. UTC | #1
On Tue, Oct 10, 2023 at 1:44 PM Krzysztof Hałasa <khalasa@piap.pl> wrote:

> Are you OK with the following?

I'm sad about you stepping down, IXP4xx has a mean time before failure
of 60 years and we've only done 20 years yet! ;)

> If so, perhaps you can pick it up?
> Or state your Ack, or something :-)

Acked-by: Linus Walleij <linus.walleij@linaro.org>

I sent a pull request for IXP4xx today already, so just send
this to soc@kernel.org for direct application.

Yours,
Linus Walleij
  
Deepak Saxena Oct. 10, 2023, 5:53 p.m. UTC | #2
Acked-by: Deepak Saxena <dsaxena@plexity.net>


On Tue, Oct 10, 2023 at 7:02 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Tue, Oct 10, 2023 at 1:44 PM Krzysztof Hałasa <khalasa@piap.pl> wrote:
>
> > Are you OK with the following?
>
> I'm sad about you stepping down, IXP4xx has a mean time before failure
> of 60 years and we've only done 20 years yet! ;)
>
> > If so, perhaps you can pick it up?
> > Or state your Ack, or something :-)
>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>
> I sent a pull request for IXP4xx today already, so just send
> this to soc@kernel.org for direct application.
>
> Yours,
> Linus Walleij
  
Linus Walleij Oct. 10, 2023, 7:34 p.m. UTC | #3
On Tue, Oct 10, 2023 at 7:52 PM Deepak Saxena <dsaxena@plexity.net> wrote:

> Whoa, I can't believe I'm still listed as the maintainer of anything!
>
> Acked-by: Deepak Saxena <dsaxena@plexity.net>

In a way it is nice to keep you around, but I remember you told
me that you got rid of all your IXP4xx reference designs :)

Next time in Portland!

Linus
  
Krzysztof Hałasa Oct. 11, 2023, 5:07 a.m. UTC | #4
Linus,

Linus Walleij <linus.walleij@linaro.org> writes:

> I'm sad about you stepping down, IXP4xx has a mean time before failure
> of 60 years and we've only done 20 years yet! ;)

Well, ARM64, greener pastures, follow the white rabbit, no, rabbits
don't fit here at all. It was maybe practical when I was using IXP425
and 43x, but then I went to ARM11MP, Cortex A9, Cortex Axx.

> I sent a pull request for IXP4xx today already, so just send
> this to soc@kernel.org for direct application.

Wilco... Done.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 6c4cce45a09db..6d1c4e8d1ff8f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2210,21 +2210,28 @@  F:	arch/arm/boot/dts/ti/omap/omap3-igep*
 ARM/INTEL IXP4XX ARM ARCHITECTURE
 M:	Linus Walleij <linusw@kernel.org>
 M:	Imre Kaloz <kaloz@openwrt.org>
-M:	Krzysztof Halasa <khalasa@piap.pl>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml
 F:	Documentation/devicetree/bindings/gpio/intel,ixp4xx-gpio.txt
 F:	Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml
 F:	Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion*
+F:	Documentation/devicetree/bindings/rng/intel,ixp46x-rng.yaml
 F:	Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml
 F:	arch/arm/boot/dts/intel/ixp/
 F:	arch/arm/mach-ixp4xx/
 F:	drivers/bus/intel-ixp4xx-eb.c
+F:	drivers/char/hw_random/ixp4xx-rng.c
 F:	drivers/clocksource/timer-ixp4xx.c
 F:	drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
 F:	drivers/gpio/gpio-ixp4xx.c
 F:	drivers/irqchip/irq-ixp4xx.c
+F:	drivers/net/ethernet/xscale/ixp4xx_eth.c
+F:	drivers/net/wan/ixp4xx_hss.c
+F:	drivers/soc/ixp4xx/ixp4xx-npe.c
+F:	drivers/soc/ixp4xx/ixp4xx-qmgr.c
+F:	include/linux/soc/ixp4xx/npe.h
+F:	include/linux/soc/ixp4xx/qmgr.h
 
 ARM/INTEL KEEMBAY ARCHITECTURE
 M:	Paul J. Murphy <paul.j.murphy@intel.com>
@@ -10619,22 +10626,6 @@  L:	linux-crypto@vger.kernel.org
 S:	Maintained
 F:	drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
 
-INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
-M:	Krzysztof Halasa <khalasa@piap.pl>
-S:	Maintained
-F:	drivers/net/ethernet/xscale/ixp4xx_eth.c
-F:	drivers/net/wan/ixp4xx_hss.c
-F:	drivers/soc/ixp4xx/ixp4xx-npe.c
-F:	drivers/soc/ixp4xx/ixp4xx-qmgr.c
-F:	include/linux/soc/ixp4xx/npe.h
-F:	include/linux/soc/ixp4xx/qmgr.h
-
-INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
-M:	Deepak Saxena <dsaxena@plexity.net>
-S:	Maintained
-F:	Documentation/devicetree/bindings/rng/intel,ixp46x-rng.yaml
-F:	drivers/char/hw_random/ixp4xx-rng.c
-
 INTEL KEEM BAY DRM DRIVER
 M:	Anitha Chrisanthus <anitha.chrisanthus@intel.com>
 M:	Edmund Dea <edmund.j.dea@intel.com>