]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-mv88e6xxx-post-refactor-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Nov 2016 03:36:42 +0000 (22:36 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Nov 2016 03:36:42 +0000 (22:36 -0500)
commit3bb6ed0f548c8d838434bb936f720be804abbe41
tree9f6b2fedc17e9e8804dfefb5dded2b2307ed87fe
parent970c1063b22cea51576d80bb62d974eb40876556
parenta61b057b1d05737420105584094ee65bdaadac6d
Merge branch 'dsa-mv88e6xxx-post-refactor-fixes'

Andrew Lunn says:

====================
dsa: mv88e6xxx: Fixes for port refactoring

The patches which refactored setting up the switch MACs introduced a
couple of regressions. The RGMII delays for a port can be set using
other mechanism than just phy-mode. Don't overwrite the delays unless
explicitly asked to. This broke my Armada 370 RD. Also, the mv88e6351
family supports setting RGMII delays, but is missing the necessary
entries in the ops structures to allow this.

These fixes are to patches currently in net-next. No need for stable
etc.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>