From: Robert Hancock <robert.hancock@calian.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, robh+dt@kernel.org,
michal.simek@xilinx.com, nicolas.ferre@microchip.com,
claudiu.beznea@microchip.com, devicetree@vger.kernel.org,
linux@armlinux.org.uk, laurent.pinchart@ideasonboard.com,
Robert Hancock <robert.hancock@calian.com>
Subject: [PATCH net-next v4 0/3] Cadence MACB/GEM support for ZynqMP SGMII
Date: Thu, 27 Jan 2022 10:37:33 -0600 [thread overview]
Message-ID: <20220127163736.3677478-1-robert.hancock@calian.com> (raw)
Changes to allow SGMII mode to work properly in the GEM driver on the
Xilinx ZynqMP platform.
Changes since v3:
-more code formatting and error handling fixes
Changes since v2:
-fixed missing includes in DT binding example
-fixed phy_init and phy_power_on error handling/cleanup, moved
phy_power_on to open rather than probe
Changes since v1:
-changed order of controller reset and PHY init as per suggestion
-switched device reset to be optional
-updated bindings doc patch for switch to YAML
Robert Hancock (3):
dt-bindings: net: cdns,macb: added generic PHY and reset mappings for
ZynqMP
net: macb: Added ZynqMP-specific initialization
arm64: dts: zynqmp: Added GEM reset definitions
.../devicetree/bindings/net/cdns,macb.yaml | 56 +++++++++++++++++
arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 8 +++
drivers/net/ethernet/cadence/macb.h | 4 ++
drivers/net/ethernet/cadence/macb_main.c | 63 ++++++++++++++++++-
4 files changed, 128 insertions(+), 3 deletions(-)
--
2.31.1
next reply other threads:[~2022-01-27 16:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-27 16:37 Robert Hancock [this message]
2022-01-27 16:37 ` [PATCH net-next v4 1/3] dt-bindings: net: cdns,macb: added generic PHY and reset mappings for ZynqMP Robert Hancock
2022-01-27 16:37 ` [PATCH net-next v4 2/3] net: macb: Added ZynqMP-specific initialization Robert Hancock
2022-01-28 8:21 ` Claudiu.Beznea
2022-01-27 16:37 ` [PATCH net-next v4 3/3] arm64: dts: zynqmp: Added GEM reset definitions Robert Hancock
2022-01-29 18:00 ` [PATCH net-next v4 0/3] Cadence MACB/GEM support for ZynqMP SGMII patchwork-bot+netdevbpf
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=20220127163736.3677478-1-robert.hancock@calian.com \
--to=robert.hancock@calian.com \
--cc=claudiu.beznea@microchip.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=kuba@kernel.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux@armlinux.org.uk \
--cc=michal.simek@xilinx.com \
--cc=netdev@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=robh+dt@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox