]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stmmac-Add-EHL-and-TGL-PCI-info-and-PCI-ID'
authorDavid S. Miller <davem@davemloft.net>
Wed, 28 Aug 2019 04:59:38 +0000 (21:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Aug 2019 04:59:38 +0000 (21:59 -0700)
commit0ad2d3b0358fb30ece514454939b4d4942c98ad5
tree2fb35df8641af5aad5fdd0a4b276cb05932b136a
parent7722bc34f6aad204f701dca2652aac7cf3ac638c
parent2daf8a6cd54bee406f659fe410c9dbd04b340b29
Merge branch 'stmmac-Add-EHL-and-TGL-PCI-info-and-PCI-ID'

Voon Weifeng says:

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

In order to keep PCI info simple and neat, this patch series have
introduced a 3 hierarchy of struct. First layer will be the
intel_mgbe_common_data struct which keeps all Intel common configuration.
Second layer will be xxx_common_data which keeps all the different Intel
microarchitecture, e.g tgl, ehl. The third layer will be configuration
that tied to the PCI ID only based on speed and RGMII/SGMII interface.

EHL and TGL will also having a higher system clock which is 200Mhz.
====================

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