netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 00/19] Xilinx axienet driver updates (v3)
@ 2019-06-04 21:43 Robert Hancock
  2019-06-04 21:43 ` [PATCH net-next v3 01/19] net: axienet: Fix casting of pointers to u32 Robert Hancock
                   ` (19 more replies)
  0 siblings, 20 replies; 25+ messages in thread
From: Robert Hancock @ 2019-06-04 21:43 UTC (permalink / raw)
  To: netdev; +Cc: anirudh, John.Linn, andrew, Robert Hancock

This is a series of enhancements and bug fixes in order to get the mainline
version of this driver into a more generally usable state, including on
x86 or ARM platforms. It also converts the driver to use the phylink API
in order to provide support for SFP modules.

Changes since v2:
-Fixed MDIO bus parent detection as suggested by Andrew Lunn
-Use clock framework to detect AXI bus clock rather than having to explicitly
 specify MDIO clock divisor
-Hold MDIO bus lock around device resets to avoid concurrent MDIO accesses
-Fix bug in "Make missing MAC address non-fatal" patch

Robert Hancock (19):
  net: axienet: Fix casting of pointers to u32
  net: axienet: Use standard IO accessors
  net: axienet: fix MDIO bus naming
  net: axienet: add X86 and ARM as supported platforms
  net: axienet: Use clock framework to get device clock rate
  net: axienet: fix teardown order of MDIO bus
  net: axienet: Re-initialize MDIO registers properly after reset
  net: axienet: Cleanup DMA device reset and halt process
  net: axienet: Make RX/TX ring sizes configurable
  net: axienet: Add DMA registers to ethtool register dump
  net: axienet: Support shared interrupts
  net: axienet: Add optional support for Ethernet core interrupt
  net: axienet: Fix race condition causing TX hang
  net: axienet: Make missing MAC address non-fatal
  net: axienet: stop interface during shutdown
  net: axienet: Fix MDIO bus parent node detection
  net: axienet: document axistream-connected attribute
  net: axienet: make use of axistream-connected attribute optional
  net: axienet: convert to phylink API

 .../devicetree/bindings/net/xilinx_axienet.txt     |  26 +-
 drivers/net/ethernet/xilinx/Kconfig                |   6 +-
 drivers/net/ethernet/xilinx/xilinx_axienet.h       |  35 +-
 drivers/net/ethernet/xilinx/xilinx_axienet_main.c  | 677 ++++++++++++++-------
 drivers/net/ethernet/xilinx/xilinx_axienet_mdio.c  | 112 ++--
 5 files changed, 593 insertions(+), 263 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2019-06-04 22:39 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 21:43 [PATCH net-next v3 00/19] Xilinx axienet driver updates (v3) Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 01/19] net: axienet: Fix casting of pointers to u32 Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 02/19] net: axienet: Use standard IO accessors Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 03/19] net: axienet: fix MDIO bus naming Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 04/19] net: axienet: add X86 and ARM as supported platforms Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 05/19] net: axienet: Use clock framework to get device clock rate Robert Hancock
2019-06-04 22:12   ` Andrew Lunn
2019-06-04 21:43 ` [PATCH net-next v3 06/19] net: axienet: fix teardown order of MDIO bus Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 07/19] net: axienet: Re-initialize MDIO registers properly after reset Robert Hancock
2019-06-04 22:18   ` Andrew Lunn
2019-06-04 22:39     ` Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 08/19] net: axienet: Cleanup DMA device reset and halt process Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 09/19] net: axienet: Make RX/TX ring sizes configurable Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 10/19] net: axienet: Add DMA registers to ethtool register dump Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 11/19] net: axienet: Support shared interrupts Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 12/19] net: axienet: Add optional support for Ethernet core interrupt Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 13/19] net: axienet: Fix race condition causing TX hang Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 14/19] net: axienet: Make missing MAC address non-fatal Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 15/19] net: axienet: stop interface during shutdown Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 16/19] net: axienet: Fix MDIO bus parent node detection Robert Hancock
2019-06-04 22:03   ` Andrew Lunn
2019-06-04 21:43 ` [PATCH net-next v3 17/19] net: axienet: document axistream-connected attribute Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 18/19] net: axienet: make use of axistream-connected attribute optional Robert Hancock
2019-06-04 21:43 ` [PATCH net-next v3 19/19] net: axienet: convert to phylink API Robert Hancock
2019-06-04 21:58 ` [PATCH net-next v3 00/19] Xilinx axienet driver updates (v3) Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).