From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="K5euXy2+" Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0EBF79A; Thu, 23 Nov 2023 11:55:09 -0800 (PST) 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=s4TiSliP4FrmhVEWHIqx682/BEBEcotd5kanD+uZ5mw=; b=K5euXy2+Cdnhc4/vFJ9CJnPdQn pAnaS5wY7Fw0DZmPiwAdtaiQ80/xryznYo7PGWIrTEFjXHyA05lMZKSRh57IhQxZR19dg791TJjcE isUtUd65cIBAEw6de7gT9QT52LI0USFibXRgU6iEtJJ5LAe333jVJwDFpNmA7OlCdqBc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1r6Fms-0011u7-N1; Thu, 23 Nov 2023 20:54:58 +0100 Date: Thu, 23 Nov 2023 20:54:58 +0100 From: Andrew Lunn To: Suraj Jaiswal Cc: Vinod Koul , Bhupesh Sharma , Andy Gross , Bjorn Andersson , Konrad Dybcio , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alexandre Torgue , Jose Abreu , Maxime Coquelin , netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Prasad Sodagudi , Andrew Halaney , kernel@quicinc.com Subject: Re: [PATCH net-next v3 0/3] Ethernet DWMAC5 fault IRQ support Message-ID: <84560bb2-045f-4d7d-99ea-1f1c200b219f@lunn.ch> References: Precedence: bulk X-Mailing-List: linux-arm-msm@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: On Thu, Nov 23, 2023 at 05:08:12PM +0530, Suraj Jaiswal wrote: > Suraj Jaiswal (3): > dt-bindings: net: qcom,ethqos: add binding doc for fault IRQ for > sa8775p > arm64: dts: qcom: sa8775p: enable Fault IRQ > net: stmmac: Add driver support for DWMAC5 fault IRQ Support The purpose of 0/X patch is to explain the big picture. What does this patch series do? Please add some text here. Andrew