All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/9] net: hns: fix the typo of hns
@ 2016-06-30  7:25 Yisen Zhuang
  2016-06-30  7:25 ` [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver Yisen Zhuang
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Yisen Zhuang @ 2016-06-30  7:25 UTC (permalink / raw)
  To: davem, yisen.zhuang, salil.mehta
  Cc: akpm, gregkh, kvalo, mchehab, linux, jslaby, yankejian,
	huangdaode, lipeng321, xieqianqian, arnd, andrew, xypron.glpk,
	linux-kernel, netdev

This series includes typo fixes which review by Andy, adding
the hns maintainer to MAINTAINERS, as below:

 > from Daode: adds the maintainer for hns driver;

 > from Daode: fix the typo of hns reviewed by Andy Shevchenko;

 > from Kejian: one remove redundant function and two fix to get 
configuration from DT.

changlog:
 v1 -> v2:
  fix the indentations reviewed by David.

Daode Huang (6):
  MAINTAINERS: add maintainers for hns driver
  net: hns: fix code style about hns driver
  net: hns: change code style from a = a + x to a += x
  net: hns: delete redundant parens
  net: hns: add a space before "*/"
  net: hns: normalize two different loop

Kejian Yan (3):
  net: hns: remove redundant hns_mac_dev_to_enet_if()
  net: hns: add media-type property for hns
  net: hns: get reset registers from DT

 MAINTAINERS                                        |  9 +++
 drivers/net/ethernet/hisilicon/hns/hnae.h          |  9 +++
 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c  |  1 +
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c  | 41 +++++++----
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h  |  1 +
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 52 +++++++-------
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 16 ++---
 drivers/net/ethernet/hisilicon/hns/hns_enet.c      |  4 +-
 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c   | 14 +++-
 drivers/net/ethernet/hisilicon/hns_mdio.c          | 80 ++++++++++++++++++----
 10 files changed, 158 insertions(+), 69 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-07-01  2:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-30  7:25 [PATCH v2 net-next 0/9] net: hns: fix the typo of hns Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver Yisen Zhuang
2016-06-30 10:48   ` Joe Perches
2016-06-30 10:48     ` Joe Perches
2016-07-01  2:15     ` Daode Huang
2016-06-30  7:25 ` [PATCH v2 net-next 2/9] net: hns: fix code style about " Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 3/9] net: hns: change code style from a = a + x to a += x Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 4/9] net: hns: delete redundant parenthese Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 5/9] net: hns: add a space before "*/" Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 6/9] net: hns: normalize two different loop Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 7/9] net: hns: remove redundant hns_mac_dev_to_enet_if() Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 8/9] net: hns: add media-type property for hns Yisen Zhuang
2016-06-30  7:25 ` [PATCH v2 net-next 9/9] net: hns: get reset registers from DT Yisen Zhuang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.