From patchwork Tue Mar 26 14:04:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13604250 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 264097580E; Tue, 26 Mar 2024 14:04:55 +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=1711461898; cv=none; b=P2xM9Sy5YJ0tNch13AZta+AGD7pVzR+8F/81tlv2cLjJdBsG8oHwG1EmxKf9YyfYGH6qBTuZbQue3pMxQ7G78XxG90b10xROuJx+DKcqq9h1Bpy91qSrli1Fi7IZWVK9GD796RDzArONrj3XSdcJxcJXWGkIv4I9qT+xgQmh/cI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711461898; c=relaxed/simple; bh=ZSrobgu7U05NbYaYK4VDPC5DecKI55Yc0MXwZSs+sbc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=E8rH4IP1W9n6lmjy5xeqkyCm8hHvLy6xWKetuDxDtLpuFiApIxe3zugs6/RU+FadfHw98T/3vw0AxHyDikOs7xV36e3MiOb5EUc4X7p9umNy0hI+l96Pbv2D2Mx7ByMizIZcvzXqB1FdgAjzBfuHknMoOpTJyOpuE7HVORktwJs= 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=OCF5PHFo; 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="OCF5PHFo" Received: by mail.gandi.net (Postfix) with ESMTPSA id 70F621C0004; Tue, 26 Mar 2024 14:04:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1711461888; 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=KQa9rIp8W909z7w+Ze0GoxNsk8ydn7j6SYTvuaWmERU=; b=OCF5PHFoQfrWHg6y3QHnBv1tIQPkxbri83kug/wJomuCPwZAb/UnVbHD0Ysp3z+Ui+dng5 Sytf/F9LQSSPOGAZhoSHnSqcq9Mh6BmDq+1A2XFGHpB9ZuvttUjG6SEmbjW0j8Y09GL3Jf 8QWhEMDBSdZwRP4F08U4FlvR4hk6IY/TqHk6wWSM7b2pTV3m7HxhjyaOeT46xT1am4Ham0 wmDwoJD98eJ0xx2BS3T/rmm/jge0bnaa1X8HMj+yokkJKES0d41pNjM01GYuTFXHlcvbEM 6xYf8ibKivBgHWBQtN5RvjPK+2dKhmOrgqd05ZJvrnYn814kroeaBoG85pE1QA== From: Kory Maincent Date: Tue, 26 Mar 2024 15:04:38 +0100 Subject: [PATCH net-next v6 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: <20240326-feature_poe-v6-1-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) Oleksij was the first to add support for pse-pd net subsystem. Add himself to the maintainers seems logical. Acked-by: Oleksij Rempel Signed-off-by: Kory Maincent Reviewed-by: Andrew Lunn --- Changes in v3: - New patch --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f736af98d7b5..2ee2901581e1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17765,6 +17765,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