From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Luka Kovacic <luka.kovacic@sartura.hr>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: andrew@lunn.ch, Luka Kovacic <luka.kovacic@sartura.hr>,
jason@lakedaemon.net, sebastian.hesselbarth@gmail.com
Subject: Re: [PATCH 0/4] Add support for a series of MikroTik CRS3xx switches
Date: Wed, 23 Sep 2020 16:38:30 +0200 [thread overview]
Message-ID: <87eemsimmx.fsf@BL-laptop> (raw)
In-Reply-To: <20200724103840.18994-1-luka.kovacic@sartura.hr>
Hi Luka,
> These patches add support for a series of MikroTik CRS3xx switches
> based on the Marvell Prestera 98DX3236 switch chip.
>
> Namely, support is added for:
> - MikroTik CRS305-1G-4S+ (including the Bit variant)
> - MikroTik CRS326-24G-2S+ (including the Bit variant)
> - MikroTik CRS328-4C-20S-4S+ (including the Bit variant)
>
> The Bit board variant is added for each of the boards.
> These boards were modified to use a bigger Macronix flash.
>
> Currently only basic board support is added, but the support will
> be extended in a new patchset.
>
> Luka Kovacic (4):
> arm: mvebu: dts: Add CRS326-24G-2S board
> arm: mvebu: dts: Add CRS305-1G-4S board
> arm: mvebu: dts: Add CRS328-4C-20S-4S board
These 3 patches have been applied on mvebu/dt
> MAINTAINERS: Add an entry for MikroTik CRS3xx 98DX3236 boards
and this one on mvebu/arm
Thanks,
Gregory
>
> MAINTAINERS | 11 ++
> arch/arm/boot/dts/Makefile | 6 +
> .../boot/dts/armada-xp-crs305-1g-4s-bit.dts | 43 ++++++++
> arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts | 17 +++
> arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi | 104 ++++++++++++++++++
> .../boot/dts/armada-xp-crs326-24g-2s-bit.dts | 43 ++++++++
> arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts | 17 +++
> .../arm/boot/dts/armada-xp-crs326-24g-2s.dtsi | 104 ++++++++++++++++++
> .../dts/armada-xp-crs328-4c-20s-4s-bit.dts | 43 ++++++++
> .../boot/dts/armada-xp-crs328-4c-20s-4s.dts | 17 +++
> .../boot/dts/armada-xp-crs328-4c-20s-4s.dtsi | 104 ++++++++++++++++++
> 11 files changed, 509 insertions(+)
> create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s-bit.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi
> create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s-bit.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dtsi
> create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s-bit.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dtsi
>
> --
> 2.26.2
>
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Luka Kovacic <luka.kovacic@sartura.hr>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: jason@lakedaemon.net, andrew@lunn.ch,
sebastian.hesselbarth@gmail.com,
Luka Kovacic <luka.kovacic@sartura.hr>
Subject: Re: [PATCH 0/4] Add support for a series of MikroTik CRS3xx switches
Date: Wed, 23 Sep 2020 16:38:30 +0200 [thread overview]
Message-ID: <87eemsimmx.fsf@BL-laptop> (raw)
In-Reply-To: <20200724103840.18994-1-luka.kovacic@sartura.hr>
Hi Luka,
> These patches add support for a series of MikroTik CRS3xx switches
> based on the Marvell Prestera 98DX3236 switch chip.
>
> Namely, support is added for:
> - MikroTik CRS305-1G-4S+ (including the Bit variant)
> - MikroTik CRS326-24G-2S+ (including the Bit variant)
> - MikroTik CRS328-4C-20S-4S+ (including the Bit variant)
>
> The Bit board variant is added for each of the boards.
> These boards were modified to use a bigger Macronix flash.
>
> Currently only basic board support is added, but the support will
> be extended in a new patchset.
>
> Luka Kovacic (4):
> arm: mvebu: dts: Add CRS326-24G-2S board
> arm: mvebu: dts: Add CRS305-1G-4S board
> arm: mvebu: dts: Add CRS328-4C-20S-4S board
These 3 patches have been applied on mvebu/dt
> MAINTAINERS: Add an entry for MikroTik CRS3xx 98DX3236 boards
and this one on mvebu/arm
Thanks,
Gregory
>
> MAINTAINERS | 11 ++
> arch/arm/boot/dts/Makefile | 6 +
> .../boot/dts/armada-xp-crs305-1g-4s-bit.dts | 43 ++++++++
> arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts | 17 +++
> arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi | 104 ++++++++++++++++++
> .../boot/dts/armada-xp-crs326-24g-2s-bit.dts | 43 ++++++++
> arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts | 17 +++
> .../arm/boot/dts/armada-xp-crs326-24g-2s.dtsi | 104 ++++++++++++++++++
> .../dts/armada-xp-crs328-4c-20s-4s-bit.dts | 43 ++++++++
> .../boot/dts/armada-xp-crs328-4c-20s-4s.dts | 17 +++
> .../boot/dts/armada-xp-crs328-4c-20s-4s.dtsi | 104 ++++++++++++++++++
> 11 files changed, 509 insertions(+)
> create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s-bit.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs305-1g-4s.dtsi
> create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s-bit.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs326-24g-2s.dtsi
> create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s-bit.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dts
> create mode 100644 arch/arm/boot/dts/armada-xp-crs328-4c-20s-4s.dtsi
>
> --
> 2.26.2
>
--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com
next prev parent reply other threads:[~2020-09-23 14:40 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-24 10:38 [PATCH 0/4] Add support for a series of MikroTik CRS3xx switches Luka Kovacic
2020-07-24 10:38 ` Luka Kovacic
2020-07-24 10:38 ` [PATCH 1/4] arm: mvebu: dts: Add CRS326-24G-2S board Luka Kovacic
2020-07-24 10:38 ` Luka Kovacic
2020-07-24 14:53 ` Andrew Lunn
2020-07-24 14:53 ` Andrew Lunn
2020-07-24 10:38 ` [PATCH 2/4] arm: mvebu: dts: Add CRS305-1G-4S board Luka Kovacic
2020-07-24 10:38 ` Luka Kovacic
2020-07-24 14:54 ` Andrew Lunn
2020-07-24 14:54 ` Andrew Lunn
2020-07-24 10:38 ` [PATCH 3/4] arm: mvebu: dts: Add CRS328-4C-20S-4S board Luka Kovacic
2020-07-24 10:38 ` Luka Kovacic
2020-07-24 14:56 ` Andrew Lunn
2020-07-24 14:56 ` Andrew Lunn
2020-07-24 10:38 ` [PATCH 4/4] MAINTAINERS: Add an entry for MikroTik CRS3xx 98DX3236 boards Luka Kovacic
2020-07-24 10:38 ` Luka Kovacic
2020-07-24 14:56 ` Andrew Lunn
2020-07-24 14:56 ` Andrew Lunn
2020-09-23 14:38 ` Gregory CLEMENT [this message]
2020-09-23 14:38 ` [PATCH 0/4] Add support for a series of MikroTik CRS3xx switches 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=87eemsimmx.fsf@BL-laptop \
--to=gregory.clement@bootlin.com \
--cc=andrew@lunn.ch \
--cc=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luka.kovacic@sartura.hr \
--cc=sebastian.hesselbarth@gmail.com \
/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.