From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 84D8D127B44; Wed, 14 Feb 2024 17:23:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707931385; cv=none; b=ca3oGsbkhCmDKePq/Y/pfAa2TZjn75vOFCF/6QMyRh2ZIwlMl9rRA10n0AfxhHqrWtZ+6VzO81aTZLoQ9kafRL7+XL5OuGKdrocB4xMSR2yVBI3tE87G9NRaCYRglCTi9da21hMbabqjS3tKctkYOZRcKpC/KjVmS4GJh9mtml8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707931385; c=relaxed/simple; bh=N2N9KIJ9K4NuU5JrIGnCagcRufSl/68MS18mA10+2CM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=H4vCQhOzXZezBh9L3PYnUoHZPSS1X5Y4Gm7Lfo9ztvxE5XwQRRs7Qls5maBiiukk25CaruguUmAO7m5YVYOw01MW2OEX8Qq7vhgI8EwTc2RrJ0eJa3d6m5t2pEId/hhY+PPtMhXNRGKRhDW/N53HelbwznQa856VpXXbiGQVtOM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=w2hgGoFr; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="w2hgGoFr" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=Y0fyhuSydzeZFzeqfdy5rCRESdUy2kNN+FLC6ikFSgU=; b=w2hgGoFrpYDiQuksDlHcafKVP/ iCAOm6cVAXO4hLj1UonKowN366ryG4JXJJoVAdG3yqLb7R62W1njmMG1GAuysQ3MNJEb7IlOoyJP0 w3ZcgqkAQQR+gEhGXRxlr4172zZ9HtxlGp9EWuLN2sxzQoBlhIm1aFORE4ACXO8/a2gQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1raIyN-007oCm-1K; Wed, 14 Feb 2024 18:23:03 +0100 Date: Wed, 14 Feb 2024 18:23:03 +0100 From: Andrew Lunn To: Kory Maincent Cc: "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 , Heiner Kallweit , Russell King , Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org, Dent Project Subject: Re: [PATCH net-next v3 09/17] MAINTAINERS: Add myself to pse networking maintainer Message-ID: <9b8f9b2d-e4e0-4118-bcdb-c809e4f3d1bc@lunn.ch> References: <20240208-feature_poe-v3-0-531d2674469e@bootlin.com> <20240208-feature_poe-v3-9-531d2674469e@bootlin.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240208-feature_poe-v3-9-531d2674469e@bootlin.com> On Thu, Feb 08, 2024 at 02:08:46PM +0100, Kory Maincent wrote: > As I add support for PoE in PSE networking subsystem it seems legitimate > to be added to the maintainers. > > Sponsored-by: Dent Project > Signed-off-by: Kory Maincent Reviewed-by: Andrew Lunn Andrew