From patchwork Thu Oct 10 14:21:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jijie Shao X-Patchwork-Id: 13830299 X-Patchwork-Delegate: kuba@kernel.org Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) (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 5D15C1E32DC; Thu, 10 Oct 2024 14:28:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.191 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728570515; cv=none; b=Asfwo/qf1YHhaxl44rRG7/L51qcjlM1eTQEpcNI1lXYZuGW7Mg+qFQDp/3LdW7R0do2nO4pFsPJ2rlmv5sBXzBKacW79uLtKJapXIeracwlgsxDgHy9z2J1fRTikasySBEyfTCusQhcza0aUuOhtPDKmRD2l1Uri5cNtfm5is/I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728570515; c=relaxed/simple; bh=aq3IPQzbGraGqTr9mMFgeF2PIZoGjGFqGWd/qvw2wcA=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=PJaN9KYW3lhg4u2gO0GSreTgyXdNjKza+lIG9m4ox9YEGhgNgd9xai5bBYG4EusmuMlRCBD5moFOnYJNXG7uiSMg+s3nSjq8wC0EbUYFQ9NvhW6pzy+kuI7c/ZK5Utpuat7BERET9VL79Qs/KHCUdWS177/SSMv5cBXj4Lmi7pE= 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.191 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.44]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4XPXCK0rLqz1j9dy; Thu, 10 Oct 2024 22:27:25 +0800 (CST) Received: from kwepemm000007.china.huawei.com (unknown [7.193.23.189]) by mail.maildlp.com (Postfix) with ESMTPS id A37961400DC; Thu, 10 Oct 2024 22:28:31 +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; Thu, 10 Oct 2024 22:28:30 +0800 From: Jijie Shao To: , , , CC: , , , , , , , , , , , , , , , , , , Subject: [PATCH V12 net-next 10/10] net: hibmcge: Add maintainer for hibmcge Date: Thu, 10 Oct 2024 22:21:39 +0800 Message-ID: <20241010142139.3805375-11-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20241010142139.3805375-1-shaojijie@huawei.com> References: <20241010142139.3805375-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: dggems702-chm.china.huawei.com (10.3.19.179) 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 --- 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 +L: netdev@vger.kernel.org +S: Maintained +F: drivers/net/ethernet/hisilicon/hibmcge/ + HISILICON NETWORK SUBSYSTEM DRIVER M: Yisen Zhuang M: Salil Mehta