> > > static int dp83869_config_port_mirroring(struct phy_device *phydev) > > > { > > > struct dp83869_private *dp83869 = phydev->priv; > > Overall this code looks quite similar to dp83867, is there no way to > > factor this out? > > Factor what out? Yes the DP83867 and DP83869 are very similar in registers > and bitmaps. They just differ in their feature sets. > > The WoL code was copied and pasted to the 869 and I would like to keep the > two files as similar as I can as it will be easier to fix and find bugs.
It will be even easier if they shared the same code. You could create a library of functions, like bcm-phy-lib.c. Andrew