OSDN Git Service

Merge branch 'micrel-lan8841-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Feb 2023 09:16:07 +0000 (09:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Feb 2023 09:16:07 +0000 (09:16 +0000)
commit6da13bf9765789e6b9e683d15aa0163adbb33381
treebb65a9960e86702da20d6df4c25760506018c9db
parent9ed138ff37670e7eb6291d822f5648de685cfb32
parent33e581d76e3527dfa5aea59327f969a59322fc2e
Merge branch 'micrel-lan8841-support'

Horatiu Vultur says:

====================
net: micrel: Add support for lan8841 PHY

Add support for lan8841 PHY.

The first patch add the support for lan8841 PHY which can run at
10/100/1000Mbit. It also has support for other features, but they are not
added in this series.

The second patch updates the documentation for the dt-bindings which is
similar to the ksz9131.

v3->v4:
- add space between defines and function names
- inside lan8841_config_init use only ret variable

v2->v3:
- reuse ksz9131_config_init
- allow only open-drain configuration
- change from single patch to a patch series

v1->v2:
- Remove hardcoded values
- Fix typo in commit message
====================

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