public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] IXP4XX MAINTAINERS entries
@ 2023-10-10 11:43 Krzysztof Hałasa
  2023-10-10 14:02 ` Linus Walleij
       [not found] ` <CAC4N5EN=7xrPZGNqa8UNxg_wshVWxOCVmLAYrHEPXa7u7DNn6w@mail.gmail.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Krzysztof Hałasa @ 2023-10-10 11:43 UTC (permalink / raw)
  To: lkml; +Cc: Linus Walleij, Imre Kaloz, Deepak Saxena

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>

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>

-- 
Krzysztof "Chris" Hałasa

Sieć Badawcza Łukasiewicz
Przemysłowy Instytut Automatyki i Pomiarów PIAP
Al. Jerozolimskie 202, 02-486 Warszawa

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

* Re: [RFC] IXP4XX MAINTAINERS entries
  2023-10-10 11:43 [RFC] IXP4XX MAINTAINERS entries Krzysztof Hałasa
@ 2023-10-10 14:02 ` Linus Walleij
  2023-10-10 17:53   ` Deepak Saxena
  2023-10-11  5:07   ` Krzysztof Hałasa
       [not found] ` <CAC4N5EN=7xrPZGNqa8UNxg_wshVWxOCVmLAYrHEPXa7u7DNn6w@mail.gmail.com>
  1 sibling, 2 replies; 5+ messages in thread
From: Linus Walleij @ 2023-10-10 14:02 UTC (permalink / raw)
  To: Krzysztof Hałasa; +Cc: lkml, Linus Walleij, Imre Kaloz, Deepak Saxena

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

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

* Re: [RFC] IXP4XX MAINTAINERS entries
  2023-10-10 14:02 ` Linus Walleij
@ 2023-10-10 17:53   ` Deepak Saxena
  2023-10-11  5:07   ` Krzysztof Hałasa
  1 sibling, 0 replies; 5+ messages in thread
From: Deepak Saxena @ 2023-10-10 17:53 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Krzysztof Hałasa, lkml, Linus Walleij, Imre Kaloz

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

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

* Re: [RFC] IXP4XX MAINTAINERS entries
       [not found] ` <CAC4N5EN=7xrPZGNqa8UNxg_wshVWxOCVmLAYrHEPXa7u7DNn6w@mail.gmail.com>
@ 2023-10-10 19:34   ` Linus Walleij
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2023-10-10 19:34 UTC (permalink / raw)
  To: Deepak Saxena; +Cc: Krzysztof Hałasa, lkml, Linus Walleij, Imre Kaloz

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

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

* Re: [RFC] IXP4XX MAINTAINERS entries
  2023-10-10 14:02 ` Linus Walleij
  2023-10-10 17:53   ` Deepak Saxena
@ 2023-10-11  5:07   ` Krzysztof Hałasa
  1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Hałasa @ 2023-10-11  5:07 UTC (permalink / raw)
  To: Linus Walleij; +Cc: lkml, Imre Kaloz, Deepak Saxena

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.
-- 
Krzysztof "Chris" Hałasa

Sieć Badawcza Łukasiewicz
Przemysłowy Instytut Automatyki i Pomiarów PIAP
Al. Jerozolimskie 202, 02-486 Warszawa

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

end of thread, other threads:[~2023-10-11  5:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10 11:43 [RFC] IXP4XX MAINTAINERS entries Krzysztof Hałasa
2023-10-10 14:02 ` Linus Walleij
2023-10-10 17:53   ` Deepak Saxena
2023-10-11  5:07   ` Krzysztof Hałasa
     [not found] ` <CAC4N5EN=7xrPZGNqa8UNxg_wshVWxOCVmLAYrHEPXa7u7DNn6w@mail.gmail.com>
2023-10-10 19:34   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox