On 19/04/16 10:14, David Rivshin (Allworx) wrote: >> Ah Ok. There are no user of cpsw_platform_data outside of net/ethernet/ti/, >> so yes, looks like your patch 1 does exactly what's needed. > > Given that the v1 of Andrew's patch is already in Dave's net tree, and > would obviously have many conflicts with mine, how should I proceed? > Since you already requested Dave revert that patch, should I just wait > for that to happen and then resubmit my series? > > Dave, Does that sound good to you?
At some point, it would be good for the cpsw driver to be moved to the DSA subsystem, a lot of these tiny little details, like how to attach the PHY to the internal, external, fixed MDIO bus have been solved already using standard DT bindings. This leaves you with the fun part: how to program your switch such that it works in response to the networking stack sollicitations (bridge, VLAN, ethtool etc.). -- Florian