From nobody Wed Nov 27 23:35:33 2024 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 9752D1F60A; Tue, 8 Oct 2024 02:30:34 +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=1728354636; cv=none; b=q2eVr1V7dc4riN0acjybuiMNeOvw7oLoS2DyTw+8ONiNH4UH9sNUpcUoHn3Vm257PTUt0U3oKJr3CSQyU+g1GnMFLVFdNI/I4gmnUj72eDxTwiV4sEUS7orMFGtXq8HdHJNajvMWJmk8K++sJM/jhw73E9tJYHdnioQzBS4EPR8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728354636; c=relaxed/simple; bh=eVk/6znkIvhLWdFUkVUnt5EJsWbQQ/8E7L7rqK+GR90=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=sx7bkP8crGBEReJBueNfd0cwcPa7zGf6XADGdM/JYEeBnZ2rUwEECcmZkXMt+S44PD2/8uE6gdz3xkc6wlemRJtINAjbw9y37l7fHnoaIBuIJyiTsORZHQZznAgA7ByD3Lu/skHOeRbxQGBZTV8A9Yz/QvvPhcxVR/EXS8VwYaw= 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.88.234]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4XN0Ms0WwPz2Dd7Z; Tue, 8 Oct 2024 10:29:29 +0800 (CST) Received: from kwepemm000007.china.huawei.com (unknown [7.193.23.189]) by mail.maildlp.com (Postfix) with ESMTPS id 95BDD1400D2; Tue, 8 Oct 2024 10:30:32 +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; Tue, 8 Oct 2024 10:30:31 +0800 From: Jijie Shao To: , , , CC: , , , , , , , , , , , , , , , , , , Subject: [PATCH V11 net-next 10/10] net: hibmcge: Add maintainer for hibmcge Date: Tue, 8 Oct 2024 10:23:58 +0800 Message-ID: <20241008022358.863393-11-shaojijie@huawei.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20241008022358.863393-1-shaojijie@huawei.com> References: <20241008022358.863393-1-shaojijie@huawei.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemm000007.china.huawei.com (7.193.23.189) Content-Type: text/plain; charset="utf-8" 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 e71d066dc919..ee09be384816 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10275,6 +10275,13 @@ S: Maintained W: http://www.hisilicon.com F: drivers/net/ethernet/hisilicon/hns3/ =20 +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 --=20 2.33.0