From patchwork Sun Apr 14 14:21:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13629009 X-Patchwork-Delegate: kuba@kernel.org Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (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 5426959172; Sun, 14 Apr 2024 14:23:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.198 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713104619; cv=none; b=Wyazs+qaGzHEqnPVsmG5ph59AtqguGcWm9LGYSzA0J24G/9ZxCx2Z96ve1EyGkaz8DVLsnmJFIYHurPOJDKukr0nx/OlD3OkFDMH+NA38ll5ghrzALrQqiAkOFRCBdBxqgvuDK0oDTYWhfwm6s/v9Y1VS6p1PI4EJJx5Z3eFzwM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713104619; c=relaxed/simple; bh=AuTizRlBucGQsy/udo+KknCjERM2RoNGeMqV2UjoRq0=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=DzFBWCmy1UbELVaucwe9npijFVDUSDuou4t2ZvWtLZ3lMR81lM34A5hVI5PHZUyL1/cPSw/x5Er0MHheAwkJZOQodaX4xJi40AHBZZd3RvUsRJUiR0/p0kJIm8y5/kv3dHzF6k+MpJjYMHDpAjNbNzk1rExnicFWmXiKUxRKeRM= 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=Vfr24ZyG; arc=none smtp.client-ip=217.70.183.198 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="Vfr24ZyG" Received: by mail.gandi.net (Postfix) with ESMTPSA id 79189C0003; Sun, 14 Apr 2024 14:23:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1713104615; 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=K4LeRQ5OxpUS3XI25Dn4t1Qa5oIuaGs8bDOiCvVceS8=; b=Vfr24ZyGmFkdq2BoKXOHn8Ma8WM540H12qbpNYCycJzfXMbnjfCixDWFkSBfHOZvmR4U+H G5CdwHRW5p+Hu5zD1BVRzTcucPKa5Vy4OrebLsAl4ocnl3qWi4P30C3+J8OjU/Ix3iJov4 Cl9QyWsd498CK/bKu8C9g835GFDboC+ZdWjYJDW3dcM8ZSlQgoXY/3a4UXlPJJvdxqo92V npYsvHAgoLtfGtGU54wS3z8zlx6GDPq+5ipG5e5zsYFMnjxZyizQ1s6itiSsfoN3o0uqST NZZwDNUF+bfJOC9yeykNho0K8YpKZGlcGDpX/dVYlPRtCmdU30ayj0zoar7dQA== From: Kory Maincent Date: Sun, 14 Apr 2024 16:21:58 +0200 Subject: [PATCH net-next v8 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: <20240414-feature_poe-v8-9-e4bf1e860da5@bootlin.com> References: <20240414-feature_poe-v8-0-e4bf1e860da5@bootlin.com> In-Reply-To: <20240414-feature_poe-v8-0-e4bf1e860da5@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 , kernel@pengutronix.de, Maxime Chevallier , 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 f22698a7859f..55b289f8bc05 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17782,6 +17782,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/