]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mse102x-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 Dec 2021 14:15:41 +0000 (14:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Dec 2021 14:15:41 +0000 (14:15 +0000)
commit24e13e3c130c9c1d9971f17397d0dc5cceb3eeb8
tree9dfde92d4b852edec8b99adfe833f2ec64c83703
parent678c7d13573b5a9c8fffd0659c559e409169a9d9
parente70bb034e25129592c6f2499164708c2a73f905d
Merge branch 'mse102x-support'

Stefan Wahren says:

====================
add Vertexcom MSE102x support

This patch series adds support for the Vertexcom MSE102x Homeplug GreenPHY
chips [1]. They can be connected either via RGMII, RMII or SPI to a host CPU.
These patches handles only the last one, with an Ethernet over SPI protocol
driver.

The code has been tested only on Raspberry Pi boards, but should work
on other platforms.

Changes in V3:
- drop IF_PORT_HOMEPLUG again, since it's actually not used

Changes in V2:
- improve lock handling for RX & TX path
- add new patch to introduce IF_PORT_HOMEPLUG as suggested by Andrew Lunn
- address all the comments by Jakub Kicinski, Andrew Lunn, Kernel test robot

[1] - http://www.vertexcom.com/p_homeplug_plc_en.html
====================

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