From patchwork Tue Feb 27 14:42:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13573883 X-Patchwork-Delegate: kuba@kernel.org Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (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 1913A1EEE6; Tue, 27 Feb 2024 14:43:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.200 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709044997; cv=none; b=Zfs/nKUPvnvjVFW7wTztQGAcpeMlGBPrmKHWCCqihzbn3CoA4O21f7baIzwtinvGLTAOSjXKpPFXpjDmXUGDGFLLRbOo5Ba2oEtZMzdpgYcjbUnRxCJNktP+rk9lgA/WoAHVEuxTsvh/HrInQeLmI3ROhmyc0kxU7PX8JdTo4Y8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709044997; c=relaxed/simple; bh=WpIWaIitdu21Ks1J/Y+EEHxZixdcva6v+wiNxRdH9VY=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=SNhKLxxuCX4rlcht4FInq04TDig8/t73yH7VarowT7d375wI52Dc7FvIUtRa0b0JxwYp0FdUs3ALAWS7Fteg5slp8XyZgGXJ+RM3SW5VEQZ6iJWEBs3ubJ6AB2dbKP19aSx0VK0cUKqwcQ2SgwTIa6KBWz3X6pgD6ybtH1XQvhY= 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=fCjHrlHF; arc=none smtp.client-ip=217.70.183.200 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="fCjHrlHF" Received: by mail.gandi.net (Postfix) with ESMTPSA id DCD6A20013; Tue, 27 Feb 2024 14:43:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1709044987; 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=kEfi3iPlEEkOJpn9aGHgkThAMUfvgHQbNS7bH/pxoj0=; b=fCjHrlHFlK1cggB2QuXQPZtvcHWS5X4o63ixyMIzSICCYlQh0t19CSoOw6v84saUzxI7Qj Xxxq6t8E+7AdxeX7+USecAe4FFYc4krUFPU2yfo0v49z02gdUj6VnJOS8eqKw2iXeqt7rF fL81KkJzzVR6oTfH7BKic1vKPOHWHm0GNyA2FvDFuYPgTeDbP45804d8IsCOdWXyFauE8b YWRgcjVfwlfCwJJx9TNUn3cHBnC8I2hVHo3o6/Bwe+ajsFk5xo2ws9hjw4FBrt5OASRtAg ZNGI+M66kFKLvvchRZmnoMIv4sP19n/wcNSy8AOINFnlFtTSUY54Nom0EL+zvA== From: Kory Maincent Date: Tue, 27 Feb 2024 15:42:43 +0100 Subject: [PATCH net-next v5 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240227-feature_poe-v5-1-28f0aa48246d@bootlin.com> References: <20240227-feature_poe-v5-0-28f0aa48246d@bootlin.com> In-Reply-To: <20240227-feature_poe-v5-0-28f0aa48246d@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.12.4 X-GND-Sasl: kory.maincent@bootlin.com X-Patchwork-Delegate: kuba@kernel.org Oleksij was the first to add support for pse-pd net subsystem. Add himself to the maintainers seems logical. This patch is sponsored by Dent Project . Acked-by: Oleksij Rempel Signed-off-by: Kory Maincent --- Changes in v3: - New patch --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cfe44a876d8a..4f9b554f79da 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17690,6 +17690,13 @@ F: include/net/psample.h F: include/uapi/linux/psample.h F: net/psample +PSE NETWORK DRIVER +M: Oleksij Rempel +L: netdev@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/net/pse-pd/ +F: drivers/net/pse-pd/ + PSTORE FILESYSTEM M: Kees Cook R: Tony Luck