]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Add-Ethernet-support-for-Intel-Keem-Bay-SoC'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2020 22:52:30 +0000 (15:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2020 22:52:30 +0000 (15:52 -0700)
commit307f5dadd526a3cfb9b626e6679710b83b375adf
tree64f4600ee23d4920a4a2bfc5174b00eb65de2828
parenta3fd6aa203598574083695f7e4ed3e10eeaab347
parent6ba6ca6c08006d1e3b30b6fd7f1bba12b37298bf
Merge branch 'Add-Ethernet-support-for-Intel-Keem-Bay-SoC'

Vineetha G. Jaya Kumaran says:

====================
Add Ethernet support for Intel Keem Bay SoC

This patch set enables support for Ethernet on the Intel Keem Bay SoC.
The first patch contains the required Device Tree bindings documentation,
while the second patch adds the Intel platform glue layer for the stmmac
device driver.

This driver was tested on the Keem Bay evaluation module board.
Changes since v2:
-Add a select in DT documentation to avoid matching with all nodes containing 'snps,dwmac'
-Rebased to 5.9-rc1

Changes since v1:
-Removed clocks maxItems property from DT bindings documentation
-Removed phy compatible strings from DT bindings documentation
====================

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