From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Marcel Ziswiler <marcel@ziswiler.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>,
Marcel Ziswiler <marcel@ziswiler.com>,
Arnd Bergmann <arnd@arndb.de>,
Frank Rowand <frowand.list@gmail.com>,
Olof Johansson <olof@lixom.net>, Rob Herring <robh+dt@kernel.org>,
Russell King <linux@armlinux.org.uk>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
soc@kernel.org
Subject: Re: [PATCH v3 0/3] ARM: prepare and add netgear gs110emx support
Date: Wed, 13 Oct 2021 16:43:38 +0200 [thread overview]
Message-ID: <87ily1dlyd.fsf@BL-laptop> (raw)
In-Reply-To: <20211007205659.702842-1-marcel@ziswiler.com>
Hello Marcel Ziswiler,
> Cleanup mvebu_v7_defconfig and then add support for the Netgear
> GS110EMX which is an 8 port Gigabit switch with two additional
> Multi-Gig ports. An 88E6390X switch sits at its core connecting to two
> 88X3310P 10G PHYs while the control plane is handled by an 88F6811
> Armada 381 SoC.
>
> Changes in v3:
> - Got rid of unused 3.3 volt regulator as suggested by Andrew.
> - Got rid of partitioning comment.
> - Added switch interrupt GPIO configuration.
>
> Changes in v2:
> - Add Andrew's reviewed-by tag.
> - Add Andrew's reviewed-by tag.
> - Send previous first patch separately to netdev mailing list as
> suggested by Andrew.
> - Fix numbering of the PHY labels as suggested by Andrew.
>
> Marcel Ziswiler (3):
> ARM: mvebu_v7_defconfig: enable mtd physmap
> ARM: mvebu_v7_defconfig: rebuild default configuration
Both applied on mvebu/defconfig
> ARM: dts: mvebu: add device tree for netgear gs110emx switch
Applied on mvebu/dt
Thanks,
Gregory
>
> arch/arm/boot/dts/Makefile | 1 +
> .../boot/dts/armada-381-netgear-gs110emx.dts | 295 ++++++++++++++++++
> arch/arm/configs/mvebu_v7_defconfig | 18 +-
> 3 files changed, 304 insertions(+), 10 deletions(-)
> create mode 100644 arch/arm/boot/dts/armada-381-netgear-gs110emx.dts
>
> --
> 2.26.2
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Marcel Ziswiler <marcel@ziswiler.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>,
Marcel Ziswiler <marcel@ziswiler.com>,
Arnd Bergmann <arnd@arndb.de>,
Frank Rowand <frowand.list@gmail.com>,
Olof Johansson <olof@lixom.net>, Rob Herring <robh+dt@kernel.org>,
Russell King <linux@armlinux.org.uk>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
soc@kernel.org
Subject: Re: [PATCH v3 0/3] ARM: prepare and add netgear gs110emx support
Date: Wed, 13 Oct 2021 16:43:38 +0200 [thread overview]
Message-ID: <87ily1dlyd.fsf@BL-laptop> (raw)
Message-ID: <20211013144338.6scATs67S7EAOBZV8PWwGAy98FJlPGTLvnXy_9V8JdY@z> (raw)
In-Reply-To: <20211007205659.702842-1-marcel@ziswiler.com>
Hello Marcel Ziswiler,
> Cleanup mvebu_v7_defconfig and then add support for the Netgear
> GS110EMX which is an 8 port Gigabit switch with two additional
> Multi-Gig ports. An 88E6390X switch sits at its core connecting to two
> 88X3310P 10G PHYs while the control plane is handled by an 88F6811
> Armada 381 SoC.
>
> Changes in v3:
> - Got rid of unused 3.3 volt regulator as suggested by Andrew.
> - Got rid of partitioning comment.
> - Added switch interrupt GPIO configuration.
>
> Changes in v2:
> - Add Andrew's reviewed-by tag.
> - Add Andrew's reviewed-by tag.
> - Send previous first patch separately to netdev mailing list as
> suggested by Andrew.
> - Fix numbering of the PHY labels as suggested by Andrew.
>
> Marcel Ziswiler (3):
> ARM: mvebu_v7_defconfig: enable mtd physmap
> ARM: mvebu_v7_defconfig: rebuild default configuration
Both applied on mvebu/defconfig
> ARM: dts: mvebu: add device tree for netgear gs110emx switch
Applied on mvebu/dt
Thanks,
Gregory
>
> arch/arm/boot/dts/Makefile | 1 +
> .../boot/dts/armada-381-netgear-gs110emx.dts | 295 ++++++++++++++++++
> arch/arm/configs/mvebu_v7_defconfig | 18 +-
> 3 files changed, 304 insertions(+), 10 deletions(-)
> create mode 100644 arch/arm/boot/dts/armada-381-netgear-gs110emx.dts
>
> --
> 2.26.2
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-10-13 14:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-07 20:56 [PATCH v3 0/3] ARM: prepare and add netgear gs110emx support Marcel Ziswiler
2021-10-07 20:56 ` Marcel Ziswiler
2021-10-07 20:56 ` [PATCH v3 1/3] ARM: mvebu_v7_defconfig: enable mtd physmap Marcel Ziswiler
2021-10-07 20:56 ` Marcel Ziswiler
2021-10-07 20:56 ` [PATCH v3 2/3] ARM: mvebu_v7_defconfig: rebuild default configuration Marcel Ziswiler
2021-10-07 20:56 ` Marcel Ziswiler
2021-10-07 20:56 ` [PATCH v3 3/3] ARM: dts: mvebu: add device tree for netgear gs110emx switch Marcel Ziswiler
2021-10-07 20:56 ` Marcel Ziswiler
2021-10-07 21:00 ` Andrew Lunn
2021-10-07 21:00 ` Andrew Lunn
2021-10-13 14:43 ` Gregory CLEMENT [this message]
2021-10-13 14:43 ` [PATCH v3 0/3] ARM: prepare and add netgear gs110emx support Gregory CLEMENT
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ily1dlyd.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=andrew@lunn.ch \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=frowand.list@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=marcel@ziswiler.com \
--cc=netdev@vger.kernel.org \
--cc=olof@lixom.net \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.