OSDN Git Service

Merge branch 'stmmac-Add-additional-EHL-PCI-info-and-PCI-ID'
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2020 03:10:34 +0000 (20:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2020 03:10:34 +0000 (20:10 -0700)
commit1a795da798759471cfdc994f5efe998f915f1fd8
treebe374561dd2ba247fbbf5cb3820007e89e3cac4c
parent60d79ab33c4cc3c7b563cadea9e5bcf43e6e3951
parentd63439f575dc3927331d8fbc6448f15902187d38
Merge branch 'stmmac-Add-additional-EHL-PCI-info-and-PCI-ID'

Voon Weifeng says:

====================
stmmac: Add additional EHL PCI info and PCI ID

Thanks Jose Miguel Abreu for the feedback. Summary of v2 patches:

1/3: As suggested to keep the stmmac_pci.c file simple. So created a new
     file dwmac-intel.c and moved all the Intel specific PCI device out
     of stmmac_pci.c.

2/3: Added Intel(R) Programmable Services Engine (Intel(R) PSE) MAC PCI ID
     and PCI info

3/3: Added EHL 2.5Gbps PCI ID and info

Changes from v1:
-Added a patch to move all Intel specific PCI device from stmmac_pci.c to
 a new file named dwmac-intel.c.
-Combine v1 patch 1/3 and 2/3 into single patch.
====================

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