From patchwork Fri Aug 30 12:16:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jijie Shao X-Patchwork-Id: 13785041 X-Patchwork-Delegate: kuba@kernel.org Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) (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 3D2B11A4ABC; Fri, 30 Aug 2024 12:22:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.187 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725020532; cv=none; b=S7IvDmS/6ouLN2fuNdZDwKCRQmiRV+seEUpyz3oCHtJTnpgY22QEx49KMSfx9rG3F5rtPxzkYkn+nsf8uDuBdUiGJfOlv/azDucGRfGusuyTAk0d8G5Y0JgA8ubT0C4APVlERZZNpE6CyjlCOTSpO2+Q7uJZunaRwmOQlOw69hk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725020532; c=relaxed/simple; bh=ATVyEJlwbZPimhIz3q6w8QdVcn/4THkYOQtwFB5X738=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YHJB4X+spS4xqfg1EEJXFoxtZQ5OVsEH8nBx+LGO4kUehyjbpgc2DBbc6fReymSUVqT6CvEtYBhbUNbRqBXr1Ms9miSGuyC8mnQRkqKcySyGXPPQ+7mY34JDlWmJjIW6IxJfj+8fkZEjsJhjqLuUCIU3GDmtFcTEJAf1mb0PKdU= 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.187 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.174]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4WwHM35w2VzyR1q; Fri, 30 Aug 2024 20:21:35 +0800 (CST) Received: from kwepemm000007.china.huawei.com (unknown [7.193.23.189]) by mail.maildlp.com (Postfix) with ESMTPS id 6E9B5140202; Fri, 30 Aug 2024 20:22:08 +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; Fri, 30 Aug 2024 20:22:07 +0800 From: Jijie Shao To: , , , CC: , , , , , , , , , , , , , , , , Subject: [PATCH V6 net-next 10/11] net: hibmcge: Add maintainer for hibmcge Date: Fri, 30 Aug 2024 20:16:03 +0800 Message-ID: <20240830121604.2250904-11-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20240830121604.2250904-1-shaojijie@huawei.com> References: <20240830121604.2250904-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: dggems705-chm.china.huawei.com (10.3.19.182) 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 5dbf23cf11c8..2691a08e16db 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10123,6 +10123,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