public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] xilinx: Swith platforms to DM_ETH_PHY
@ 2022-05-10 11:26 Michal Simek
  2022-05-10 11:26 ` [PATCH 1/3] net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driver Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Michal Simek @ 2022-05-10 11:26 UTC (permalink / raw)
  To: u-boot, git; +Cc: Joe Hershberger, Ramon Fried


This patch series adds support for shared MDIO by using generic phy
framework. Also enable DM_ETH_PHY config for all xilinx platforms.

Thanks,
Michal


T Karthik Reddy (3):
  net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driver
  net: xilinx: axi_emaclite: Use shared MDIO bus support for axi
    emaclite driver
  xilinx: Add CONFIG_DM_ETH_PHY config

 configs/microblaze-generic_defconfig |  1 +
 configs/xilinx_versal_virt_defconfig |  1 +
 configs/xilinx_zynq_virt_defconfig   |  1 +
 configs/xilinx_zynqmp_virt_defconfig |  1 +
 drivers/net/xilinx_axi_emac.c        | 38 ++++++++++++++++--------
 drivers/net/xilinx_emaclite.c        | 43 ++++++++++++++++++----------
 6 files changed, 58 insertions(+), 27 deletions(-)

-- 
2.36.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-16 12:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-10 11:26 [PATCH 0/3] xilinx: Swith platforms to DM_ETH_PHY Michal Simek
2022-05-10 11:26 ` [PATCH 1/3] net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driver Michal Simek
2022-05-16  0:23   ` Ramon Fried
2022-05-10 11:26 ` [PATCH 2/3] net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver Michal Simek
2022-05-16  0:24   ` Ramon Fried
2022-05-10 11:26 ` [PATCH 3/3] xilinx: Add CONFIG_DM_ETH_PHY config Michal Simek
2022-05-10 11:32 ` [PATCH 0/3] xilinx: Swith platforms to DM_ETH_PHY Ashok Reddy Soma
2022-05-16 12:10 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox