mbox series

[net-next,v4,0/7] add ti dp83td510 support

Message ID 20220506042357.923026-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series add ti dp83td510 support | expand

Message

Oleksij Rempel May 6, 2022, 4:23 a.m. UTC
changes v4:
- dp83td510: remove unused variables
- s/base1/baset1
- s/genphy_c45_baset1_read_master_slave/genphy_c45_pma_baset1_read_master_slave

changes v3:
- export reusable code snippets and make use of it in the dp83td510
  driver

changes v2:
- rewrite the driver reduce usage of common code and to reduce amount of
  quirks.
- add genphy_c45_baset1_an_config_aneg fix

Oleksij Rempel (7):
  net: phy: genphy_c45_baset1_an_config_aneg: do no set unknown
    configuration
  net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()
  net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown
    configuration
  net: phy: introduce genphy_c45_pma_baset1_read_master_slave()
  net: phy: genphy_c45_pma_baset1_read_master_slave: read actual
    configuration
  net: phy: export genphy_c45_baset1_read_status()
  net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY

 drivers/net/phy/Kconfig     |   6 ++
 drivers/net/phy/Makefile    |   1 +
 drivers/net/phy/dp83td510.c | 209 ++++++++++++++++++++++++++++++++++++
 drivers/net/phy/phy-c45.c   |  94 +++++++++++-----
 include/linux/phy.h         |   3 +
 5 files changed, 286 insertions(+), 27 deletions(-)
 create mode 100644 drivers/net/phy/dp83td510.c

Comments

patchwork-bot+netdevbpf@kernel.org May 9, 2022, 11:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri,  6 May 2022 06:23:50 +0200 you wrote:
> changes v4:
> - dp83td510: remove unused variables
> - s/base1/baset1
> - s/genphy_c45_baset1_read_master_slave/genphy_c45_pma_baset1_read_master_slave
> 
> changes v3:
> - export reusable code snippets and make use of it in the dp83td510
>   driver
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/7] net: phy: genphy_c45_baset1_an_config_aneg: do no set unknown configuration
    https://git.kernel.org/netdev/net-next/c/a7f0e4bea8ed
  - [net-next,v4,2/7] net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()
    https://git.kernel.org/netdev/net-next/c/90532850eb21
  - [net-next,v4,3/7] net: phy: genphy_c45_pma_baset1_setup_master_slave: do no set unknown configuration
    https://git.kernel.org/netdev/net-next/c/a04dd88f77a4
  - [net-next,v4,4/7] net: phy: introduce genphy_c45_pma_baset1_read_master_slave()
    https://git.kernel.org/netdev/net-next/c/b9a366f3d874
  - [net-next,v4,5/7] net: phy: genphy_c45_pma_baset1_read_master_slave: read actual configuration
    https://git.kernel.org/netdev/net-next/c/acb8c5aec2b1
  - [net-next,v4,6/7] net: phy: export genphy_c45_baset1_read_status()
    https://git.kernel.org/netdev/net-next/c/2013ad8836ac
  - [net-next,v4,7/7] net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY
    https://git.kernel.org/netdev/net-next/c/165cd04fe253

You are awesome, thank you!