All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Joe Hershberger <joe.hershberger@ni.com>,
	Ramon Fried <rfried.dev@gmail.com>
Subject: [PATCH 0/3] xilinx: Swith platforms to DM_ETH_PHY
Date: Tue, 10 May 2022 13:26:08 +0200	[thread overview]
Message-ID: <cover.1652181968.git.michal.simek@amd.com> (raw)


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


             reply	other threads:[~2022-05-10 11:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10 11:26 Michal Simek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1652181968.git.michal.simek@amd.com \
    --to=monstr@monstr.eu \
    --cc=git@xilinx.com \
    --cc=joe.hershberger@ni.com \
    --cc=rfried.dev@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.