From patchwork Thu Feb 15 16:02:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13558750 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 59CD413342A; Thu, 15 Feb 2024 16:03:25 +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=1708013008; cv=none; b=tbqGNdGPXNpgp+os0sxxYbpTpr1VsLq6Dw9W4rnVbM74nfVBw+ndbLDTYG+YYqKtcJeUstE2V+z0m97o6F6Jp1Zr7jVQmg4G73VdRUOsaUkoTGGCWbStd+OOiSD3RrrQD6XF1Daw9sdCR8SuNP83KUL2yLxZB965b8Sdfzsz5aM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708013008; c=relaxed/simple; bh=SvAxJc48na4HvUMnyatKXSxAVw0H3dyvGGDTMWeUvBc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=jVhZjrN/r8jG79o7ASMMKNFwgz+LJmr6iGZNbp/O37sQsGTwWH1SHBBCKNVQxuP4AZsreV91NWi+bn22ir3O7DFKS1zSB9g2AxGmyfq2eduAZWrOMuQ6uTGpq7joEruRFlZWq9jYhJlp4o4X0Wm7hjtdGDwPxzv8HexUw9kq4LA= 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=WLNFjQT2; 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="WLNFjQT2" Received: by mail.gandi.net (Postfix) with ESMTPSA id 9005220005; Thu, 15 Feb 2024 16:03:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1708013002; 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=2ocKV4hgvR95HFRScEG0Z08EHiODK9cUBdzYmmCWey4=; b=WLNFjQT2pSMGwtPeIrlEDU3WjiD1bNxJGUY027YCPu8L53dGoVaOcqMYvpRCvzLYD3A0/j MK3Px6zU+YP9nuC8gB9Qvzwn1NP5pjc5HJsEMpakEPKOpvFC32TSNgJCIcr/+LufQp2Zao xAZ0tEnh+fyIBxFdbUw/fCw+LUZm6zBeqTUdgXtCHuRbWtajTTW89wLuGKoselQwZkbWU0 9ElrbcWjBVSHjXZj5V53+NcZUrOhu2lyffKPY/ANRePkptDB3oFWptYKcR9M6Jdp2omcAZ XSpRqQd8FpZwtkZcaRMAk7A4iGFPRTsXuBd++apip8uAi5tF4VPsZAYAKX11PQ== From: Kory Maincent Date: Thu, 15 Feb 2024 17:02:42 +0100 Subject: [PATCH net-next v4 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: <20240215-feature_poe-v4-1-35bb4c23266c@bootlin.com> References: <20240215-feature_poe-v4-0-35bb4c23266c@bootlin.com> In-Reply-To: <20240215-feature_poe-v4-0-35bb4c23266c@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 2b775f4369e0..b3081334698d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17682,6 +17682,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