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 D331A14B972; Wed, 2 Oct 2024 23:57:17 +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=1727913440; cv=none; b=FFge5nq5dt16dWXA6UCvMJp8w+9K3BfaGZgGIqFQ8pmj1oewEAxXJS+06QhJHJp7fDZh4Y2FpuhaVDIu/VFRjO6mRot9BWl5Tc1MInLTAspXSZYPGvCiki1YLr3i2TIPad0hfY3b9kTaS2RI7YH3mJ232QPEWH9gpZ6pk8/j690= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727913440; c=relaxed/simple; bh=MBRHyO+e28D/r9LwjPo9VkTBkix3qJhv26tCz419R/0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PV7Oup4G7q15egVWrXRLgA0FQ+0WcN8tcyNFCVudUac7diHDMJ+P/ldwEXLbJacTg8Hn31Nypr+cNWpSZCR4/Qqd8nr7D1mWVFuPyqY2U39ciYJppAyMwSRGEi9iP9jPugvMl9pz5+S4O2eXGl51E7wvMIpzFRjC4HT/YJObiBE= 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=v6kDv0oc; 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="v6kDv0oc" 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=5SH4G3BifOy86siuo5EL/MuoIB3QLu7HKrFwz/TS5pY=; b=v6kDv0ocxykXdFFfzSNHMJQkUd kFDbNSO8/Exj0oRygi1uSyf2Xwf3UT235VubsaNunfqfX6kjDtayS+yrGYSJ7joaL9CncPHb0GWEb MFIJn8Tihckr9+E5KXFtfLMKoXChTj0UV76ZaeqruVFfzFN3B2DKf1jIZDh+ZMWLEgeA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1sw9DQ-008uHc-VE; Thu, 03 Oct 2024 01:57:08 +0200 Date: Thu, 3 Oct 2024 01:57:08 +0200 From: Andrew Lunn To: Kory Maincent Cc: Oleksij Rempel , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Donald Hunter , Thomas Petazzoni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-doc@vger.kernel.org, Kyle Swenson , Dent Project , kernel@pengutronix.de Subject: Re: [PATCH net-next 12/12] net: pse-pd: tps23881: Add support for PSE events and interrupts Message-ID: References: <20241002-feature_poe_port_prio-v1-0-787054f74ed5@bootlin.com> <20241002-feature_poe_port_prio-v1-12-787054f74ed5@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: <20241002-feature_poe_port_prio-v1-12-787054f74ed5@bootlin.com> > This patch also adds support for an OSS GPIO line to turn off all low > priority ports in case of an over-current event. Does this need a binding update? Or is the GPIO already listed? Andrew