From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E091423BD1B; Wed, 4 Mar 2026 00:38:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772584729; cv=none; b=hovFDinvZ9vXIv1bQfOQUKaJ6yP812q4RVE3ko2Xkgy3qEBlY35pSuKB3HFi4pATXRUJqf28ePq+c6jfCfwW3ON2TPelGHelHWMGrYhVnR8QFbb9IquVblVpFx1jbZ+tBeAJPmkhX9RTGhljCyqxDIIOJCrE0ZDUFugNGde2Xhc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772584729; c=relaxed/simple; bh=ghDmKoa2dUlX6/OtOt3rrcXErN7aJJ5211rIBAkODmw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YAXZYZeyPsLg89x6+njFPk8zzD4ojQwMGKMJlNMx/o/EQv/LllC6UYBut67+ipt6m8MSQt7mn2HJPuXZOO/xtkj5xJLASuaUit8JtHihoBy+85gQSsSPWYhZQHOACrNy9oha5k9BD5cY/4BKzxF0QEdw4ac34k3XqYZSncafi5w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tEWdoz5O; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tEWdoz5O" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33080C116C6; Wed, 4 Mar 2026 00:38:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772584728; bh=ghDmKoa2dUlX6/OtOt3rrcXErN7aJJ5211rIBAkODmw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tEWdoz5OeaSpQx6c/ENjos95U5KxI/Jl98SqspTWYj3JuCPx8u10usnjYZyhNfXsZ v9Y8yc0cRsOCu3g4v71FRmk4/3ZGq3w/PpuMbj6vD4Kzmk5ZoWkIoKPu7hEp2oqFlb 1VLOi+5HRdjjE21UT8wHg2ILz+0qW9818yapzRb+8Fwcy3JKAiMT49mUwYa1SNdaFm qCSMPXpomA/If4KmiZI3CAmba4Nm5jBLyIGAtVhbzJevqUAVOCBsK1sVz374yCZIVC Bgd7V4HY8JQiMkVu1thvTZ1zJ+j1xtktAnESJIiMcYuDV5maJYvwmJ1eXFbDNo/eIi Cnd/Bg5opJH+w== Date: Tue, 3 Mar 2026 16:38:46 -0800 From: Jakub Kicinski To: lizhi2@eswincomputing.com Cc: devicetree@vger.kernel.org, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, netdev@vger.kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com, alexandre.torgue@foss.st.com, rmk+kernel@armlinux.org.uk, wens@kernel.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, linux-riscv@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, ningyu@eswincomputing.com, linmin@eswincomputing.com, pinkesh.vaghela@einfochips.com, pritesh.patel@einfochips.com, weishangjuan@eswincomputing.com Subject: Re: [PATCH net-next v3 1/3] dt-bindings: ethernet: eswin: add clock sampling control Message-ID: <20260303163846.156d18f7@kernel.org> In-Reply-To: <20260303061637.872-1-lizhi2@eswincomputing.com> References: <20260303061525.846-1-lizhi2@eswincomputing.com> <20260303061637.872-1-lizhi2@eswincomputing.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-Transfer-Encoding: 7bit On Tue, 3 Mar 2026 14:16:37 +0800 lizhi2@eswincomputing.com wrote: > There are currently no in-tree users of the EIC7700 Ethernet driver, so > these changes are safe. What do you mean by this sentence? The commit under Fixes was part of Linux v6.19 already. > Fixes: 888bd0eca93c ("dt-bindings: ethernet: eswin: Document for EIC7700 SoC")