[PATCH V12 net-next 10/10] net: hibmcge: Add maintainer for hibmcge

Jijie Shao posted 10 patches 1 month, 2 weeks ago
There is a newer version of this series
[PATCH V12 net-next 10/10] net: hibmcge: Add maintainer for hibmcge
Posted by Jijie Shao 1 month, 2 weeks ago
Add myself as the maintainer for the hibmcge ethernet driver.

Signed-off-by: Jijie Shao <shaojijie@huawei.com>
---
ChangeLog:
v11 -> v12:
  - remove the W entry of hibmcge driver from MAINTAINERS, suggested by Jakub.
  v11: https://lore.kernel.org/all/20241008022358.863393-1-shaojijie@huawei.com/
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1389704c7d8d..371d4dc4aafb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10275,6 +10275,12 @@ S:	Maintained
 W:	http://www.hisilicon.com
 F:	drivers/net/ethernet/hisilicon/hns3/
 
+HISILICON NETWORK HIBMCGE DRIVER
+M:	Jijie Shao <shaojijie@huawei.com>
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	drivers/net/ethernet/hisilicon/hibmcge/
+
 HISILICON NETWORK SUBSYSTEM DRIVER
 M:	Yisen Zhuang <yisen.zhuang@huawei.com>
 M:	Salil Mehta <salil.mehta@huawei.com>
-- 
2.33.0
Re: [PATCH V12 net-next 10/10] net: hibmcge: Add maintainer for hibmcge
Posted by Paolo Abeni 1 month, 1 week ago
On 10/10/24 16:21, Jijie Shao wrote:
> Add myself as the maintainer for the hibmcge ethernet driver.
> 
> Signed-off-by: Jijie Shao <shaojijie@huawei.com>
> ---
> ChangeLog:
> v11 -> v12:
>    - remove the W entry of hibmcge driver from MAINTAINERS, suggested by Jakub.
>    v11: https://lore.kernel.org/all/20241008022358.863393-1-shaojijie@huawei.com/
> ---
>   MAINTAINERS | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1389704c7d8d..371d4dc4aafb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10275,6 +10275,12 @@ S:	Maintained
>   W:	http://www.hisilicon.com
>   F:	drivers/net/ethernet/hisilicon/hns3/
>   
> +HISILICON NETWORK HIBMCGE DRIVER
> +M:	Jijie Shao <shaojijie@huawei.com>
> +L:	netdev@vger.kernel.org
> +S:	Maintained
> +F:	drivers/net/ethernet/hisilicon/hibmcge/
> +
>   HISILICON NETWORK SUBSYSTEM DRIVER
>   M:	Yisen Zhuang <yisen.zhuang@huawei.com>
>   M:	Salil Mehta <salil.mehta@huawei.com>

Unfortunately does not apply anymore. Please rebase, thanks.

Paolo
Re: [PATCH V12 net-next 10/10] net: hibmcge: Add maintainer for hibmcge
Posted by Jijie Shao 1 month, 1 week ago
on 2024/10/15 18:30, Paolo Abeni wrote:
> On 10/10/24 16:21, Jijie Shao wrote:
>> Add myself as the maintainer for the hibmcge ethernet driver.
>>
>> Signed-off-by: Jijie Shao <shaojijie@huawei.com>
>> ---
>> ChangeLog:
>> v11 -> v12:
>>    - remove the W entry of hibmcge driver from MAINTAINERS, suggested 
>> by Jakub.
>>    v11: 
>> https://lore.kernel.org/all/20241008022358.863393-1-shaojijie@huawei.com/
>> ---
>>   MAINTAINERS | 6 ++++++
>>   1 file changed, 6 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 1389704c7d8d..371d4dc4aafb 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10275,6 +10275,12 @@ S:    Maintained
>>   W:    http://www.hisilicon.com
>>   F:    drivers/net/ethernet/hisilicon/hns3/
>>   +HISILICON NETWORK HIBMCGE DRIVER
>> +M:    Jijie Shao <shaojijie@huawei.com>
>> +L:    netdev@vger.kernel.org
>> +S:    Maintained
>> +F:    drivers/net/ethernet/hisilicon/hibmcge/
>> +
>>   HISILICON NETWORK SUBSYSTEM DRIVER
>>   M:    Yisen Zhuang <yisen.zhuang@huawei.com>
>>   M:    Salil Mehta <salil.mehta@huawei.com>
>
> Unfortunately does not apply anymore. Please rebase, thanks.
>
> Paolo

Ok, I'll resend it.

Thanks,

Jijie Shao