]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
commitd96dac145492ff54e32967dc486e2a90e51664ea
treed35ca8c893f3e1af1618ba7acbb9abe91863dd77
parentf006b2c5dff35cb32ee77a0cbcabb52d90118c19
parenta51f4047232aeb4aee85268b351c7a84b83b36c5
Merge branch 'qcom-emac'

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>