[PATCH 0/2] net: qcom/emac: simplify support for different SOCs

2016-12-07 Thread Timur Tabi
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

[PATCH 0/2] net: qcom/emac: simplify support for different SOCs

2016-11-21 Thread Timur Tabi
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