]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'mv88e6390-initial-support'
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Nov 2016 14:55:32 +0000 (09:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Nov 2016 14:55:32 +0000 (09:55 -0500)
commit2903372695eb33568bc13a02b3e91da1fe6fe855
treeb5733e0d5650b144544f620fd902280ef083fdd9
parente796f49d826aadb856981c751efc086c6ce11a77
parent7f9ef3af397b2a10730e11fac8475f6509cbf603
Merge branch 'mv88e6390-initial-support'

Andrew Lunn says:

====================
Start adding support for mv88e6390

This is the first patchset implementing support for the mv88e6390
family.  This is a new generation of switch devices and has numerous
incompatible changes to the registers. These patches allow the switch
to the detected during probe, and makes the statistics unit work.

These patches are insufficient to make the mv88e6390 functional. More
patches will follow.

v2:
  Move stats code into global1
  Change DT compatible string to mv88e6190
  Fixed mv88e6351 stats which v1 had broken
====================

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