From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 B4634249E5; Mon, 15 Jun 2026 04:10:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781496659; cv=none; b=A86kl4mZDd+EZoiEfrp4ssdOv7MjFUgy33apn+5VAH7QabY4vXPfIEDvAH66Tm00+EEiht0WCxK21d9IkSHdNXfH4D0Bl9XLTlSQYrvzWtFwD4PL6DrUPNr6vUJVhkk2Xk3TFQbu+pHOw/HrMw0WOybaL2otYQ2ZbbrzC8I60jo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781496659; c=relaxed/simple; bh=9oxFnvt0hqbPVELZESivaWFfXLv1XhiCca+xj5vV/QI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jaT1HvsM+2mXMlAFudSnYobLQvCzN+iBhhl/v1pCNq2u8nDkSrWAbl51ZogUmhZRiNGviptxOcR60sFIY8kXeU4sp8lGNeaRwcMsl37AhAyOzCx1fKJaO1967PLv7smc2gEdgeg+/bAzI/arPoVP3xBA92vRSoQjcQbGZELfVsI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f/P/tUVK; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="f/P/tUVK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 005D41F00A3A; Mon, 15 Jun 2026 04:10:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781496658; bh=MBs5J8wgb3QPn7TFVPRBrDLOU6PSgWEFjXQWr3rd7wo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=f/P/tUVKDQRTjQxFEJPRYeZkdgACDWBVh/FKp3USEjrjcQ9/khiDt2Th7+YOL5pKf D4pZXIbZes/4BW34sS1nH3bV8vxDvi31JCmRFYSCvabgUf6tQH+3brYSgI4R82/PKd kkMj8wmDzhepe3QXDg52Xz3v2Q7+2mYXM+9vMmq8MD3WwdnZEvor+3u/CIhpzqv91L PQUVLYL3P0NYb1o3YtPvI3AYZJ4POz/BwF/6kzrflteURWWYsc2jtXTIqSXoM1schM sBNozTPApq1iyCmcXaqVjPOERjSpaJV4g9Lboy92PXkCXJnIE30X6H4SRAw0WVCYPj 33NbkzTYtROWA== Date: Sun, 14 Jun 2026 23:10:56 -0500 From: Rob Herring To: Selvamani Rajagopal Cc: Andrew Lunn , Piergiorgio Beruto , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , Parthiban Veerasooran , Richard Cochran , Krzysztof Kozlowski , Conor Dooley , Simon Horman , Jonathan Corbet , Shuah Khan , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, Jerry Ray Subject: Re: [PATCH net-next v5 14/15] dt-bindings: net: add onsemi's S2500 Message-ID: <20260615041056.GA1426553-robh@kernel.org> References: <20260614-s2500-mac-phy-support-v5-0-89874b72f725@onsemi.com> <20260614-s2500-mac-phy-support-v5-14-89874b72f725@onsemi.com> Precedence: bulk X-Mailing-List: netdev@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: <20260614-s2500-mac-phy-support-v5-14-89874b72f725@onsemi.com> On Sun, Jun 14, 2026 at 10:00:30AM -0700, Selvamani Rajagopal wrote: > Add YAML device tree binding for the onsemi S2500 IEEE 802.3cg > compliant Ethernet transceiver device. > > We use IRQF_TRIGGER_FALLING, though OPEN Alliance 10BASE-T1x > Serial Interface specification calls for IRQF_TRIGGER_LOW. > > This is to match IRQF_TRIGGER_FALLING used by OA TC6 framework code. > This bug fix requires changes to the stable branch. At that time, > this will be changed to IRQF_TRIGGER_LOW. > > --- Everything after this is dropped from the commit message when applying. Your Sob needs to be above it. And you are missing tags from prior versions. It is your responsibility to add them. > changes in v5 > - no changes > changes in v4: > - added spi-max-frequency as suggested by AI review > - changed interrupt to IRQ_TYPE_EDGE_FALLING as it is > being taken care in net (stable) branch > changes in v3 > - Removed URL link that failed verification > changes in v2 > - removed spi-max-frequency entry > - changed the compatible string to s2500 > changes in v1 > - Added the first version of YAML file for onsemi MAC-PHY > > Signed-off-by: Selvamani Rajagopal > --- > .../devicetree/bindings/net/onnn,s2500.yaml | 67 ++++++++++++++++++++++ > 1 file changed, 67 insertions(+)