From patchwork Mon Sep 9 02:31:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jijie Shao X-Patchwork-Id: 13795776 X-Patchwork-Delegate: kuba@kernel.org Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 268DA18FC99; Mon, 9 Sep 2024 02:38:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.190 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725849510; cv=none; b=L+WxoAArEmt1JlG9mSd71zZySDJN0hRBUqg6tGBbFISP+Vtieus2SJssuCdknuTFp47jYdoNfj9Y9YbcHKBjwQO9q0XgiV6Bwt9GPi6u/4EruWExH9wX+PFoI16ZYm2gn2rHdkRj9kw17ACSkVTCyGrtR4lX12yj/5fXmtD7gUc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725849510; c=relaxed/simple; bh=35hrwJvR49he0kMbM0QA/5DSa9OnviyYj2M9pLJoDgw=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=t2O1jQEJGbcXKafGWfvnRsTKuf176yNvrGxeFCkNUDIjti6Rhpae56K458vERnst2Jl6YQPtP+h04ZTN3sIrceWYeedvMurk2Kle5ikfSk4hhPQFXyjMm+GZ+0rwYcLxtCji3PiB2FDZ7l/Hp8xUW7RY796OMzAmSzVAeG2vRuA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.190 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.17]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4X29xW1fJzz20ngG; Mon, 9 Sep 2024 10:38:23 +0800 (CST) Received: from kwepemm000007.china.huawei.com (unknown [7.193.23.189]) by mail.maildlp.com (Postfix) with ESMTPS id 9C5931A0188; Mon, 9 Sep 2024 10:38:26 +0800 (CST) Received: from localhost.localdomain (10.90.30.45) by kwepemm000007.china.huawei.com (7.193.23.189) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 9 Sep 2024 10:38:25 +0800 From: Jijie Shao To: , , , CC: , , , , , , , , , , , , , , , , , , Subject: [PATCH V8 net-next 10/11] net: hibmcge: Add maintainer for hibmcge Date: Mon, 9 Sep 2024 10:31:40 +0800 Message-ID: <20240909023141.3234567-11-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20240909023141.3234567-1-shaojijie@huawei.com> References: <20240909023141.3234567-1-shaojijie@huawei.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemm000007.china.huawei.com (7.193.23.189) X-Patchwork-Delegate: kuba@kernel.org Add myself as the maintainer for the hibmcge ethernet driver. Signed-off-by: Jijie Shao --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 47e8de644b58..5ada4e9ff51b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10135,6 +10135,13 @@ S: Maintained W: http://www.hisilicon.com F: drivers/net/ethernet/hisilicon/hns3/ +HISILICON NETWORK HIBMCGE DRIVER +M: Jijie Shao +L: netdev@vger.kernel.org +S: Maintained +W: http://www.hisilicon.com +F: drivers/net/ethernet/hisilicon/hibmcge/ + HISILICON NETWORK SUBSYSTEM DRIVER M: Yisen Zhuang M: Salil Mehta