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 8D33D130494; Thu, 28 Mar 2024 15:59:00 +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=1711641542; cv=none; b=hJXMgHOOP+SJOv3/czMMqZ3Sp8ixfSg87Of0vwpjP/I/IoetvNHwTjFr+Al5jqQALDW7/lZnVLnZL09Dcxi7dU/GyhNPcv/SH2/jHXURNbx5pK+U1GliyDVlWL+k4B+F+oWj9X2an+6Fe1e43xwgZSgJUKM5pIW2V1+6WBNN1Yk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711641542; c=relaxed/simple; bh=GWtJFEiitlhtsVgrclj9h0xKI8Ojp/cCLUDFmZyqqcg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RhMd6Tv/pORBiORPvcxD3XWXgBfCRc9hGu/6SP7SutA8rDpBKDeEkCgHu3UHvhsJOU4y+tLIPHyeKQCb427PYoHYER2g9qvVFSrgEGi/5FTL7JwMC7jWXSC86tJX/7QWNmz9zxASjxiDqNKh+P2AZ61JA3ccZxH+wryTNqDBvgg= 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=hGy1H9Jl; 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="hGy1H9Jl" 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=a9y+egi/SnB6tqk3YaEf7Iwf2TbvjOWOgkUI0R8Vlxo=; b=hGy1H9JlS38JfZrmWnL3AFfZXZ CgRq6LXqqMmFQrzY5c2MJ29apnmucU0qJAkWmewJK+2Jzrwk1J8k3x7oCrD7ic3ebilQBB5q+ICAC oc8UVrI7ANFSfnbDD58IIh+CjlwTw3pC0fthRFG4wPcutfM1KZKGXs311nsq4rJO0WFQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rps9Q-00BW3c-J0; Thu, 28 Mar 2024 16:58:48 +0100 Date: Thu, 28 Mar 2024 16:58:48 +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 v6 16/17] dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controller Message-ID: <8569b8b4-68d4-4ece-be80-e28ba50522d2@lunn.ch> References: <20240326-feature_poe-v6-0-c1011b6ea1cb@bootlin.com> <20240326-feature_poe-v6-16-c1011b6ea1cb@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20240326-feature_poe-v6-16-c1011b6ea1cb@bootlin.com> On Tue, Mar 26, 2024 at 03:04:53PM +0100, Kory Maincent wrote: > From: Kory Maincent (Dent Project) > > Add the TPS23881 I2C Power Sourcing Equipment controller device tree > bindings documentation. > > Signed-off-by: Kory Maincent Reviewed-by: Andrew Lunn Andrew