From: Iyappan Subramanian <isubramanian@apm.com>
To: davem@davemloft.net, netdev@vger.kernel.org, devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org, patches@apm.com,
matthias.bgg@gmail.com, andrew@lunn.ch,
Iyappan Subramanian <isubramanian@apm.com>
Subject: [PATCH v3 0/5] drivers: net: xgene: Fix 1G hot-plug and module support
Date: Mon, 6 Jun 2016 11:15:57 -0700 [thread overview]
Message-ID: <1465236962-12131-1-git-send-email-isubramanian@apm.com> (raw)
This patchset addresses the following issues,
1. hot-plug issue on the SGMII 1G interface
- by adding a driver for MDIO management
2. fixes the kernel crash when the driver loaded as an kernel module
- by fixing hardware cleanups and rearrange kernel API calls
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Tested-by: Matthias Brugger <mbrugger@suse.com>
---
v3: Address review comments from v2
- Add comment about hardware clock reset sequence on xgene_mdio_reset
v2: Address review comments from v1
- Fixed patch 1 compilation error
- Fixed mdio@1f610000 xge0clk reference
- Squashed dtb patches
- Added PORT_OFFSET macro
v1:
- Initial version
---
Iyappan Subramanian (5):
drivers: net: xgene: MAC and PHY configuration changes
drivers: net: xgene: Backward compatibility with older firmware
drivers: net: phy: Add MDIO driver
dtb: xgene: Add MDIO node
drivers: net: xgene: Fix module load/unload crash
arch/arm64/boot/dts/apm/apm-merlin.dts | 9 +
arch/arm64/boot/dts/apm/apm-mustang.dts | 12 +
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 11 +
arch/arm64/boot/dts/apm/apm-storm.dtsi | 38 +-
drivers/net/ethernet/apm/xgene/Kconfig | 1 +
drivers/net/ethernet/apm/xgene/xgene_enet_hw.c | 241 ++++++----
drivers/net/ethernet/apm/xgene/xgene_enet_hw.h | 19 +-
drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 325 ++++++++-----
drivers/net/ethernet/apm/xgene/xgene_enet_main.h | 36 +-
drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c | 191 +++++++-
drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.h | 8 +
drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c | 66 ++-
drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.h | 4 +
drivers/net/phy/Kconfig | 7 +
drivers/net/phy/Makefile | 1 +
drivers/net/phy/mdio-xgene.c | 532 ++++++++++++++++++++++
drivers/net/phy/mdio-xgene.h | 140 ++++++
17 files changed, 1374 insertions(+), 267 deletions(-)
create mode 100644 drivers/net/phy/mdio-xgene.c
create mode 100644 drivers/net/phy/mdio-xgene.h
--
1.9.1
next reply other threads:[~2016-06-06 18:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-06 18:15 Iyappan Subramanian [this message]
2016-06-06 18:15 ` [PATCH v3 1/5] drivers: net: xgene: MAC and PHY configuration changes Iyappan Subramanian
2016-06-08 9:06 ` Matthias Brugger
2016-06-06 18:15 ` [PATCH v3 2/5] drivers: net: xgene: Backward compatibility with older firmware Iyappan Subramanian
2016-06-08 10:35 ` Matthias Brugger
[not found] ` <1465236962-12131-1-git-send-email-isubramanian-qTEPVZfXA3Y@public.gmane.org>
2016-06-06 18:16 ` [PATCH v3 3/5] drivers: net: phy: Add MDIO driver Iyappan Subramanian
[not found] ` <1465236962-12131-4-git-send-email-isubramanian-qTEPVZfXA3Y@public.gmane.org>
2016-06-08 10:17 ` Matthias Brugger
2016-06-06 18:16 ` [PATCH v3 4/5] dtb: xgene: Add MDIO node Iyappan Subramanian
2016-06-06 18:16 ` [PATCH v3 5/5] drivers: net: xgene: Fix module load/unload crash Iyappan Subramanian
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=1465236962-12131-1-git-send-email-isubramanian@apm.com \
--to=isubramanian@apm.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=patches@apm.com \
/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;
as well as URLs for NNTP newsgroup(s).