OSDN Git Service

Merge branch 'arrow-speedchips-xrs700x-dsa-driver'
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Jan 2021 23:37:53 +0000 (15:37 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Jan 2021 23:37:54 +0000 (15:37 -0800)
commit8a39bee15d1d4936f372276650397e252c81071b
treeaa3d5a76bc0678a7d6f132ae0a4ac61dff9354ed
parente7fa5c80defe079190537fd6b6aecb8866b446a3
parent8204c2b01cf998a28901af819227b46f0e4c67a8
Merge branch 'arrow-speedchips-xrs700x-dsa-driver'

George McCollister says:

====================
Arrow SpeedChips XRS700x DSA Driver

This series adds a DSA driver for the Arrow SpeedChips XRS 7000 series
of HSR/PRP gigabit switch chips.

The chips use Flexibilis IP.
More information can be found here:
 https://www.flexibilis.com/products/speedchips-xrs7000/

The switches have up to three RGMII ports and one MII port and are
managed via mdio or i2c. They use a one byte trailing tag to identify
the switch port when in managed mode so I've added a tag driver which
implements this.

This series contains minimal DSA functionality which may be built upon
in future patches. The ultimate goal is to add HSR and PRP
(IEC 62439-3 Clause 5 & 4) offloading with integration into net/hsr.
====================

Link: https://lore.kernel.org/r/20210114195734.55313-1-george.mccollister@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>