From patchwork Tue Mar 26 14:04:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13604257 X-Patchwork-Delegate: kuba@kernel.org Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) (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 5451C823B2; Tue, 26 Mar 2024 14:05:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.197 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711461903; cv=none; b=GAlPqhoFQRJy+yrsqero44MP6ElIp5kkgG0+tI40UcSh93zPazHOExeG2WCNhvz7UsnQIWgHF4IobPA3zVMRc7O7VG0WktGURpOHLig5Wgz0W/RJ5B7A908lveJ8EKjrRVcFos8Wj8gwNjTJ8oFK4kxXLxMuX2cIhBl4Ig5EDtc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711461903; c=relaxed/simple; bh=lEtEq9V0RuFllRQfD4xXgr7vXGGhJ1GLPjsoHjPjsOc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=tfzS9smAgQJMKpamesPz6inT5KY59KpgOy0nOvWjopnZ+s3SuDUJuD0wZMu2N/gN33824u6P9h6B/40HjdxMlANQCNLW89A90t1Xlzbu5bsJ/hCz6qs5KtygQ7PHhG4iP4waJf4tmDxYfrF9wDI9Ug5ka13LkHh23wzr7yD6HZQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=ndoMdBkf; arc=none smtp.client-ip=217.70.183.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="ndoMdBkf" Received: by mail.gandi.net (Postfix) with ESMTPSA id 96FCA1C0016; Tue, 26 Mar 2024 14:04:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1711461898; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aX/QSO11UdB7CviNgZ7tOZxUEn4YEWW+iShs7kPcZvE=; b=ndoMdBkflwhXK2GiuSJhD8B8s9rFbDQc2GY+xNtlYzNlMMs4/KB5FCnWD8MRq5DgMdROjg tBs3u7B2sUQanriCaOj9rRr7Lml84IXF8XQnkqKKzVFjcBJUMjTc5SJSGCjWhB5l/ThhWq NKVnYlxYIZTmIz+qY5U7B/ETorRDGYM2Mgyj+O9SCcggUdF0SWZrRipzuFoKl8tzMJPM3z sbEd5Q/GrhHCupuF9ODb8HunesY/G5eL9DovpFwKZ8mVRAA5LzX6xFkA81uJ7rN1G6YHiU LjJHoglrLqFTanZ+Xpwx/KXpygvnxIUMYUMpg08Kcw9xsBL6HcZUggfrUriNpQ== From: Kory Maincent Date: Tue, 26 Mar 2024 15:04:46 +0100 Subject: [PATCH net-next v6 09/17] MAINTAINERS: Add myself to pse networking maintainer Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240326-feature_poe-v6-9-c1011b6ea1cb@bootlin.com> References: <20240326-feature_poe-v6-0-c1011b6ea1cb@bootlin.com> In-Reply-To: <20240326-feature_poe-v6-0-c1011b6ea1cb@bootlin.com> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Luis Chamberlain , Russ Weight , Greg Kroah-Hartman , "Rafael J. Wysocki" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Oleksij Rempel , Mark Brown , Frank Rowand , Andrew Lunn , Heiner Kallweit , Russell King Cc: Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org, Dent Project , Kory Maincent X-Mailer: b4 0.14-dev X-GND-Sasl: kory.maincent@bootlin.com X-Patchwork-Delegate: kuba@kernel.org From: Kory Maincent (Dent Project) As I add support for PoE in PSE networking subsystem it seems legitimate to be added to the maintainers. Reviewed-by: Andrew Lunn Signed-off-by: Kory Maincent --- Changes in v3: - New patch --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2ee2901581e1..e1180f6ae601 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17767,6 +17767,7 @@ F: net/psample PSE NETWORK DRIVER M: Oleksij Rempel +M: Kory Maincent L: netdev@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/net/pse-pd/