netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7] net: hns: fix some bugs in HNS driver
@ 2016-03-24 11:07 Yisen Zhuang
  2016-03-24 11:08 ` [PATCH net 1/7] net: hns: fix a bug for cycle index Yisen Zhuang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Yisen Zhuang @ 2016-03-24 11:07 UTC (permalink / raw)
  To: davem
  Cc: yankejian, huangdaode, salil.mehta, lisheng011, lipeng321,
	liguozhu, xieqianqian, netdev, linux-kernel, linuxarm

Here are some bug fixed patches for HNS driver.

They are:

>from Kejian, fix for the warning of passing zero to 'PTR_ERR'

>from qianqian, four fixes for inappropriate operation in hns driver

>from Sheng, one fix for optimization of irq proccess in hns driver, and
one fix for hilink status for hns driver.

For more details, please see individual patches.

MBR.

Kejian Yan (1):
  net: hns: fix warning of passing zero to 'PTR_ERR'

Qianqian Xie (4):
  net: hns: fix a bug for cycle index
  net: hns: optimizate fmt of snprintf()
  net: hns: bug fix for return values
  net: hns: remove useless variable assignment and comment

Sheng Li (2):
  net: hns: optimizate irq proccess for HNS V2
  net: hns: bug fix about getting hilink status for HNS v2

 drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c |  3 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 12 +++----
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 40 ++++++++++++----------
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h  |  2 ++
 drivers/net/ethernet/hisilicon/hns/hns_enet.c      | 16 ++++-----
 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c   |  4 +--
 6 files changed, 41 insertions(+), 36 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-03-24 18:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24 11:07 [PATCH net 0/7] net: hns: fix some bugs in HNS driver Yisen Zhuang
2016-03-24 11:08 ` [PATCH net 1/7] net: hns: fix a bug for cycle index Yisen Zhuang
2016-03-24 11:08 ` [PATCH net 2/7] net: hns: optimizate fmt of snprintf() Yisen Zhuang
2016-03-24 11:08 ` [PATCH net 3/7] net: hns: bug fix for return values Yisen Zhuang
2016-03-24 11:08 ` [PATCH net 4/7] net: hns: remove useless variable assignment and comment Yisen Zhuang
2016-03-24 11:08 ` [PATCH net 5/7] net: hns: optimizate irq proccess for HNS V2 Yisen Zhuang
2016-03-24 11:08 ` [PATCH net 6/7] net: hns: fix warning of passing zero to 'PTR_ERR' Yisen Zhuang
2016-03-24 11:08 ` [PATCH net 7/7] net: hns: bug fix about getting hilink status for HNS v2 Yisen Zhuang
2016-03-24 18:33 ` [PATCH net 0/7] net: hns: fix some bugs in HNS driver David Miller

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