Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1357720
| From | David Daney <ddaney.cavm@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] net/phy: Fixes for Cavium Thunder MDIO code. |
| Date | 2016-03-15 01:40 +0100 |
| Message-ID | <rcLbI-2RA-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: David Daney <david.daney@cavium.com>
Previous patch set:
commit 5fc7cf179449 ("net: thunderx: Cleanup PHY probing code.")
commit 1eefee901fca ("phy: mdio-octeon: Refactor into two files/modules")
commit 379d7ac7ca31 ("phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.")
Had several problems. We try to fix them here.
David Daney (3):
phy: mdio-cavium: Add missing MODULE_* annotations.
net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
net: thunderx: Don't leak phy device references on -EPROBE_DEFER
condition.
drivers/net/ethernet/cavium/Kconfig | 2 +-
drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 26 +++++++++++++++++------
drivers/net/phy/mdio-cavium.c | 4 ++++
3 files changed, 25 insertions(+), 7 deletions(-)
--
1.7.11.7
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] net/phy: Fixes for Cavium Thunder MDIO code. David Daney <ddaney.cavm@gmail.com> - 2016-03-15 01:40 +0100 [PATCH 1/3] phy: mdio-cavium: Add missing MODULE_* annotations. David Daney <ddaney.cavm@gmail.com> - 2016-03-15 01:40 +0100 [PATCH 3/3] net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition. David Daney <ddaney.cavm@gmail.com> - 2016-03-15 01:40 +0100
csiph-web