Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1434266 > unrolled thread

[PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver

Started byYisen Zhuang <Yisen.Zhuang@huawei.com>
First post2016-06-30 09:10 +0200
Last post2016-07-01 04:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver Yisen Zhuang <Yisen.Zhuang@huawei.com> - 2016-06-30 09:10 +0200
    Re: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns  driver Joe Perches <joe@perches.com> - 2016-06-30 13:00 +0200
      Re: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns  driver Daode Huang <huangdaode@hisilicon.com> - 2016-07-01 04:30 +0200

#1434266 — [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver

FromYisen Zhuang <Yisen.Zhuang@huawei.com>
Date2016-06-30 09:10 +0200
Subject[PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver
Message-ID<rPEgO-6zX-11@gated-at.bofh.it>
From: Daode Huang <huangdaode@hisilicon.com>

This patch adds maintainers for hisilicon network subsystem driver

Signed-off-by: Daode Huang <huangdaode@hisilicon.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3a171a9..c819659 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5421,6 +5421,15 @@ F:	include/uapi/linux/if_hippi.h
 F:	net/802/hippi.c
 F:	drivers/net/hippi/
 
+HISILICON NETWORK SUBSYSTEM DRIVER
+M:	Yisen Zhuang <yisen.zhuang@huawei.com>
+M:	Salil Mehta <salil.mehta@huawei.com>
+L:	netdev@vger.kernel.org
+W:	http://www.hisilicon.com
+S:	Maintained
+F:	drivers/net/ethernet/hisilicon/*
+F:	Documentation/devicetree/bindings/net/hisilicon*.txt
+
 HISILICON SAS Controller
 M:	John Garry <john.garry@huawei.com>
 W:	http://www.hisilicon.com
-- 
1.9.1

[toc] | [next] | [standalone]


#1434443 — Re: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver

FromJoe Perches <joe@perches.com>
Date2016-06-30 13:00 +0200
SubjectRe: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver
Message-ID<rPHRo-72-5@gated-at.bofh.it>
In reply to#1434266
On Thu, 2016-06-30 at 15:25 +0800, Yisen Zhuang wrote:
> From: Daode Huang <huangdaode@hisilicon.com>
> 
> This patch adds maintainers for hisilicon network subsystem driver
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -5421,6 +5421,15 @@ F:	include/uapi/linux/if_hippi.h
>  F:	net/802/hippi.c
>  F:	drivers/net/hippi/
>  
> +HISILICON NETWORK SUBSYSTEM DRIVER
> +M:	Yisen Zhuang <yisen.zhuang@huawei.com>
> +M:	Salil Mehta <salil.mehta@huawei.com>
> +L:	netdev@vger.kernel.org
> +W:	http://www.hisilicon.com
> +S:	Maintained
> +F:	drivers/net/ethernet/hisilicon/*

From MAINTAINERS:

	F: Files and directories with wildcard patterns.
	   A trailing slash includes all files and subdirectory files.
	   F:	drivers/net/	all files in and below drivers/net
	   F:	drivers/net/*	all files in drivers/net, but not below
	   F:	*/net/*		all files in "any top level directory"/net
	   One pattern per line.  Multiple F: lines acceptable.

So this pattern with the trailing /* matches only:

drivers/net/ethernet/hisilicon/Kconfig
drivers/net/ethernet/hisilicon/Makefile
drivers/net/ethernet/hisilicon/hip04_eth.c
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c

and not any file in drivers/net/ethernet/hisilicon/hns/

Is that what you want?

using

F:	drivers/net/ethernet/hisilicon/

matches all files in hisilicon and any directory below it.

[toc] | [prev] | [next] | [standalone]


#1434970 — Re: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver

FromDaode Huang <huangdaode@hisilicon.com>
Date2016-07-01 04:30 +0200
SubjectRe: [PATCH v2 net-next 1/9] MAINTAINERS: add maintainers for hns driver
Message-ID<rPWnn-Rf-9@gated-at.bofh.it>
In reply to#1434443

On 2016/6/30 18:48, Joe Perches wrote:
> On Thu, 2016-06-30 at 15:25 +0800, Yisen Zhuang wrote:
>> From: Daode Huang <huangdaode@hisilicon.com>
>>
>> This patch adds maintainers for hisilicon network subsystem driver
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
> []
>> @@ -5421,6 +5421,15 @@ F:	include/uapi/linux/if_hippi.h
>>   F:	net/802/hippi.c
>>   F:	drivers/net/hippi/
>>   
>> +HISILICON NETWORK SUBSYSTEM DRIVER
>> +M:	Yisen Zhuang <yisen.zhuang@huawei.com>
>> +M:	Salil Mehta <salil.mehta@huawei.com>
>> +L:	netdev@vger.kernel.org
>> +W:	http://www.hisilicon.com
>> +S:	Maintained
>> +F:	drivers/net/ethernet/hisilicon/*
> >From MAINTAINERS:
>
> 	F: Files and directories with wildcard patterns.
> 	   A trailing slash includes all files and subdirectory files.
> 	   F:	drivers/net/	all files in and below drivers/net
> 	   F:	drivers/net/*	all files in drivers/net, but not below
> 	   F:	*/net/*		all files in "any top level directory"/net
> 	   One pattern per line.  Multiple F: lines acceptable.
>
> So this pattern with the trailing /* matches only:
>
> drivers/net/ethernet/hisilicon/Kconfig
> drivers/net/ethernet/hisilicon/Makefile
> drivers/net/ethernet/hisilicon/hip04_eth.c
> drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
>
> and not any file in drivers/net/ethernet/hisilicon/hns/
>
> Is that what you want?

We will maintain all files in hisilicon and any directory below it.
will fix it in next submit.

Thanks

> using
>
> F:	drivers/net/ethernet/hisilicon/
>
> matches all files in hisilicon and any directory below it.
>
>
>
> .
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web