All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for 10G/25G to AXI emac driver
@ 2021-06-24  6:34 Ashok Reddy Soma
  2021-06-24  6:34 ` [PATCH 1/2] net: xilinx: axi_emac: Cleanup of of_to_plat() Ashok Reddy Soma
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ashok Reddy Soma @ 2021-06-24  6:34 UTC (permalink / raw)
  To: u-boot
  Cc: joe.hershberger, rfried.dev, monstr, git, somaashokreddy,
	Ashok Reddy Soma

 - Cleanup of_to_plat() to access platform data only in it
 - Copy plat data to priv data in probe function
 - Add support for 10G/25G to the AXI emac driver
 - Keep all phy related activity in the driver for 1G only


Ashok Reddy Soma (2):
  net: xilinx: axi_emac: Cleanup of of_to_plat()
  net: xilinx: axi_emac: Add support for 10G/25G AXI ethernet

 drivers/net/xilinx_axi_emac.c | 193 +++++++++++++++++++++++++---------
 1 file changed, 142 insertions(+), 51 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-06-29  5:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24  6:34 [PATCH 0/2] Add support for 10G/25G to AXI emac driver Ashok Reddy Soma
2021-06-24  6:34 ` [PATCH 1/2] net: xilinx: axi_emac: Cleanup of of_to_plat() Ashok Reddy Soma
2021-06-27 20:00   ` Ramon Fried
2021-06-24  6:34 ` [PATCH 2/2] net: xilinx: axi_emac: Add support for 10G/25G AXI ethernet Ashok Reddy Soma
2021-06-27 20:01   ` Ramon Fried
2021-06-28  7:07 ` [PATCH 0/2] Add support for 10G/25G to AXI emac driver Michal Simek
2021-06-28 17:13   ` Ramon Fried
2021-06-29  4:30     ` Ashok Reddy Soma
2021-06-29  5:17       ` Ramon Fried

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.