Re: [PATCH v2 3/4] phy: Add Sparx5 ethernet serdes PHY driver
From: Steen Hegelund <steen.hegelund@microchip.com>
Date: 2020-11-19 14:33:52
Also in:
lkml
On 19.11.2020 11:44, Vinod Koul wrote:
EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe On 10-11-20, 15:49, Steen Hegelund wrote:quoted
Add the Microchip Sparx5 ethernet serdes PHY driver for the 6G, 10G and 25G interfaces available in the Sparx5 SoC. Signed-off-by: Bjarni Jonasson <redacted> Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com> --- drivers/phy/Kconfig | 1 + drivers/phy/Makefile | 1 + drivers/phy/microchip/Kconfig | 12 + drivers/phy/microchip/Makefile | 6 + drivers/phy/microchip/sparx5_serdes.c | 2464 +++++++++++++++++ drivers/phy/microchip/sparx5_serdes_regs.h | 2773 ++++++++++++++++++++ 6 files changed, 5257 insertions(+) create mode 100644 drivers/phy/microchip/Kconfig create mode 100644 drivers/phy/microchip/Makefile create mode 100644 drivers/phy/microchip/sparx5_serdes.c create mode 100644 drivers/phy/microchip/sparx5_serdes_regs.hdiff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 01b53f86004c..ef0d17829610 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig@@ -71,6 +71,7 @@ source "drivers/phy/marvell/Kconfig" source "drivers/phy/mediatek/Kconfig" source "drivers/phy/motorola/Kconfig" source "drivers/phy/mscc/Kconfig" +source "drivers/phy/microchip/Kconfig"Sorted please
I will update the list.
quoted
source "drivers/phy/qualcomm/Kconfig" source "drivers/phy/ralink/Kconfig" source "drivers/phy/renesas/Kconfig"diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 6eb2916773c5..822040e1aaa7 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile@@ -21,6 +21,7 @@ obj-y += allwinner/ \ mediatek/ \ motorola/ \ mscc/ \ + microchip/ \Here as well
OK
quoted
qualcomm/ \ ralink/ \ renesas/ \
...
quoted
2.29.2-- ~Vinod
BR Steen --------------------------------------- Steen Hegelund steen.hegelund@microchip.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel