]> 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)
commit15425456c8ff9b994994d5b5203d9037a8c645dc
tree64f4600ee23d4920a4a2bfc5174b00eb65de2828
parenta7b3047b02306e9ff24290243b100eca8a39ea5e
parent04c1e5f6479f3b2553abbcd028f725f1834446e3
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>