On Thu, Jan 05, 2017 at 03:25:53PM +0100, Gregory CLEMENT wrote: > Hi David, > > On mer., déc. 21 2016, Romain Perier <romain.per...@free-electrons.com> > wrote: > > > This set of patches adds support for the Marvell ethernet switch 88E6341. > > It also add the devicetree definition of this switch to the DT board. > > The forth version of this series had been sent while the net-next merge > window was closed so I think it was missed.
Having done a bit more research, i'm pretty sure the second patch is wrong. The 88E6341 is not compatible with the 6352, it is a different family. It might be more like the 6390. So supporting it will need a side-by-side comparison of the datasheet against the 6352 and the 6390, and the correct selection of the ops. Andrew