[net-next,v2,0/2] add support for DP83TG720S PHY

Message ID 20231212054144.87527-1-o.rempel@pengutronix.de
Headers
Series add support for DP83TG720S PHY |

Message

Oleksij Rempel Dec. 12, 2023, 5:41 a.m. UTC
  changes v2:
- reorder DP83TG720_PHY in Kconfig in Makefile
- use dp83tg720_config_aneg() directly
- add Reviewed-by to the first patch

Oleksij Rempel (2):
  net: phy: c45: add genphy_c45_pma_read_ext_abilities() function
  net: phy: Add support for the DP83TG720S Ethernet PHY

 drivers/net/phy/Kconfig     |  13 +++
 drivers/net/phy/Makefile    |   1 +
 drivers/net/phy/dp83tg720.c | 188 ++++++++++++++++++++++++++++++++++++
 drivers/net/phy/phy-c45.c   | 129 ++++++++++++++-----------
 include/linux/phy.h         |   1 +
 5 files changed, 277 insertions(+), 55 deletions(-)
 create mode 100644 drivers/net/phy/dp83tg720.c
  

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 14, 2023, 2:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 12 Dec 2023 06:41:42 +0100 you wrote:
> changes v2:
> - reorder DP83TG720_PHY in Kconfig in Makefile
> - use dp83tg720_config_aneg() directly
> - add Reviewed-by to the first patch
> 
> Oleksij Rempel (2):
>   net: phy: c45: add genphy_c45_pma_read_ext_abilities() function
>   net: phy: Add support for the DP83TG720S Ethernet PHY
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: phy: c45: add genphy_c45_pma_read_ext_abilities() function
    https://git.kernel.org/netdev/net-next/c/0c476157085f
  - [net-next,v2,2/2] net: phy: Add support for the DP83TG720S Ethernet PHY
    https://git.kernel.org/netdev/net-next/c/cb80ee2f9bee

You are awesome, thank you!