[PATCH 1/2] net: qcom/emac: move phy init code to separate files

2016-12-07 Thread Timur Tabi
The internal PHY of the EMAC differs on each SOC, and the list will only continue to grow. By separating the code into individual files, we can add support for more SOCs more cleanly. Note: The internal PHY is also sometimes called the SGMII device. We also stop referring to the various PHY

Re: [PATCH 1/2] net: qcom/emac: move phy init code to separate files

2016-11-24 Thread Timur Tabi
David Miller wrote: Please do not place empty blank lines at the end of files. GIT even warns about this. I need to rework this patchset anyway, and it won't be ready in time for 4.10. I will definitely fix this problem. Thanks. -- Sent by an employee of the Qualcomm Innovation Center,

Re: [PATCH 1/2] net: qcom/emac: move phy init code to separate files

2016-11-24 Thread David Miller
From: Timur Tabi Date: Mon, 21 Nov 2016 16:58:21 -0600 > diff --git a/drivers/net/ethernet/qualcomm/emac/emac-sgmii-fsm9900.c > b/drivers/net/ethernet/qualcomm/emac/emac-sgmii-fsm9900.c > new file mode 100644 > index 000..46f01b3 > --- /dev/null > +++

[PATCH 1/2] net: qcom/emac: move phy init code to separate files

2016-11-21 Thread Timur Tabi
The internal PHY of the EMAC differs on each SOC, and the list will only continue to grow. By separating the code into individual files, we can add support for more SOCs more cleanly. Note: The internal PHY is also sometimes called the SGMII device. We also stop referring to the various PHY