netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] net: hns: bug fix for HNS driver
@ 2017-04-21  7:44 Yankejian
  2017-04-21  7:44 ` [PATCH net v2 1/3] net: hns: support deferred probe when can not obtain irq Yankejian
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yankejian @ 2017-04-21  7:44 UTC (permalink / raw)
  To: davem, salil.mehta, yisen.zhuang, lipeng321, huangdaode,
	zhouhuiru
  Cc: netdev, charles.chenxin, linuxarm

From: lipeng <lipeng321@huawei.com>

This series adds support defered probe when mdio or mbigen module
insmod behind HNS driver, and fixes a bug that a skb has been
freed, but it may be still used in driver.

change log:
V1 -> V2:
1. Return appropriate errno in hns_mac_register_phy;

lipeng (3):
  net: hns: support deferred probe when can not obtain irq
  net: hns: support deferred probe when no mdio
  net: hns: fixed bug that skb used after kfree

 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c  | 39 ++++++++++++++++++----
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 12 +++++++
 drivers/net/ethernet/hisilicon/hns/hns_enet.c      | 22 ++++++------
 drivers/net/ethernet/hisilicon/hns/hns_enet.h      |  6 ++--
 4 files changed, 58 insertions(+), 21 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-04-26  3:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-21  7:44 [PATCH net v2 0/3] net: hns: bug fix for HNS driver Yankejian
2017-04-21  7:44 ` [PATCH net v2 1/3] net: hns: support deferred probe when can not obtain irq Yankejian
2017-04-24 10:28   ` Matthias Brugger
     [not found]     ` <a64b254a-d5b4-287e-1f76-ec6f8189609a@huawei.com>
2017-04-24 14:47       ` Matthias Brugger
2017-04-25  8:21         ` lipeng (Y)
2017-04-21  7:44 ` [PATCH net v2 2/3] net: hns: support deferred probe when no mdio Yankejian
2017-04-21  7:44 ` [PATCH net v3 3/3] net: hns: fixed bug that skb used after kfree Yankejian
2017-04-24 16:24 ` [PATCH net v2 0/3] net: hns: bug fix for HNS driver David Miller
2017-04-26  3:05   ` lipeng (Y)

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).