]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'qcom-emac'
authorDavid S. Miller <davem@davemloft.net>
Sat, 10 Dec 2016 03:11:15 +0000 (22:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Dec 2016 03:11:15 +0000 (22:11 -0500)
Timur Tabi says:

====================
net: qcom/emac: simplify support for different SOCs

On SOCs that have the Qualcomm EMAC network controller, the internal
PHY block is always different.  Sometimes the differences are small,
sometimes it might be a completely different IP.  Either way, using version
numbers to differentiate them and putting all of the init code in one
file does not scale.

This patchset does two things:  The first breaks up the current code into
different files, and the second patch adds support for a third SOC, the
Qualcomm Technologies QDF2400 ARM Server SOC.
====================

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

Trivial merge