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 7854C2C0F92; Wed, 13 Aug 2025 00:48:58 +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=1755046138; cv=none; b=UsM766XxPWR2eN1fsHO3aTwaHEFe6fYA/6ZWkQM6habpv70Ymzmjqzv+rEGpWN/02qxSnR671xNwKS8nsfahys3Q6rUPxtCPrH+3EZXN8pPXoRFl+Xax9RiIEVc78uQGnJll1SDebbX/7Ocl0j/iJyeGH/AGtmjk9pih9ywfQIw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755046138; c=relaxed/simple; bh=5ySabijytcLvAH8ERVSO35jFHmP0C94vF4wVqdhfde8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XK9LBaHy/YZCiZqlEzwao0gEbp6QEhMD4IzQ0GvweqJrEsFJQglMP4AFi6c+Nx7I279tQZZQ7acyPHd4aA1tdC9f6YXfIzZ0Snz0h1UQEpUep1FwEUxzmzoODIFyKBkoP9Yfq/b/RFBQxBf5xkZFdNOoYYM5sDXdfk/Meousj00= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UEXwTYsM; 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="UEXwTYsM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95D3BC4CEF0; Wed, 13 Aug 2025 00:48:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755046138; bh=5ySabijytcLvAH8ERVSO35jFHmP0C94vF4wVqdhfde8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UEXwTYsMAAkO3PtYUlygaAHXIwGrutask0lqWR7MuSyf8nfPCpKjV6TAub/3pgpQk tj47k2Y8AWXh4Gg8JU9eHWlrxsuz2hoR6DnWoraFfn14KhbrMKTgb5DfQtTepV7aUE XysxZ5P4XATsGzSuwCxYVj/PyCNlcejBiSBDl4jq0da59p0o6RIQlhTjh24vGQTsJS pldCOHEm3JyivFCdXMhUSU8kktR1HaFKKFuG33riYsirB5wsKbFhTBTrxo/AsItHY8 /zBQB3FDznxfysRfFkvl0o9aRRHCNdNBkua/mWSzOV6XWJdAFhyP331R9GLMaTv3iK 6GHI/3t8CAqzw== Date: Wed, 13 Aug 2025 08:31:45 +0800 From: Jisheng Zhang To: "Russell King (Oracle)" Cc: Andrew Lunn , Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , Alexandre Torgue , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] net: stmmac: add support for dwmac 5.20 Message-ID: References: <20250705090931.14358-1-jszhang@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Sat, Jul 05, 2025 at 08:05:50PM +0100, Russell King (Oracle) wrote: > On Sat, Jul 05, 2025 at 05:51:11PM +0200, Andrew Lunn wrote: > > On Sat, Jul 05, 2025 at 05:09:30PM +0800, Jisheng Zhang wrote: > > > The dwmac 5.20 IP can be found on some synaptics SoCs. Add a > > > compatibility flag for it. > > > > Is a compatible flag enough to make it actually work? Yep, it's enough, we are using dwmac-generic.c for DT based platforms > > Also, shouldn't there be a binding doc update? The binding doc is already upstreamed by the following commit: 13f9351180aa ("dt-bindings: net: snps,dwmac: Add dwmac-5.20 version") Hi Russell, Andrew, Kindly let me know if I still need to do more to let this CL merged. Thanks in advance > -- > RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ > FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!