Re: [RFC PATCH net-next 03/12] phy: Add lan966x ethernet serdes PHY driver
From: Rob Herring <robh@kernel.org>
Date: 2021-09-23 12:46:26
Also in:
linux-devicetree, linux-phy, lkml, netdev
From: Rob Herring <robh@kernel.org>
Date: 2021-09-23 12:46:26
Also in:
linux-devicetree, linux-phy, lkml, netdev
On Mon, Sep 20, 2021 at 11:52:09AM +0200, Horatiu Vultur wrote:
Add the Microchip lan966x ethernet serdes PHY driver for 1G interfaces available in the lan966x SoC. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> --- drivers/phy/microchip/Kconfig | 8 + drivers/phy/microchip/Makefile | 1 + drivers/phy/microchip/lan966x_serdes.c | 525 ++++++++++++++++++++ drivers/phy/microchip/lan966x_serdes_regs.h | 482 ++++++++++++++++++ include/dt-bindings/phy/lan966x_serdes.h | 14 +
This belongs with the binding change.
5 files changed, 1030 insertions(+) create mode 100644 drivers/phy/microchip/lan966x_serdes.c create mode 100644 drivers/phy/microchip/lan966x_serdes_regs.h create mode 100644 include/dt-bindings/phy/lan966x_serdes.h