Message ID | 20241102114122.4631-1-l.rubusch@gmail.com |
---|---|
Headers | show |
Series | Add support for Synopsis DesignWare version 3.72a | expand |
On Sat, Nov 02, 2024 at 11:41:21AM +0000, Lothar Rubusch wrote: > The dwmac 3.72a is an ip version that can be found on Intel/Altera Arria10 > SoCs. Going by the hardware features "snps,multicast-filter-bins" and > "snps,perfect-filter-entries" shall be supported. Thus add a > compatibility flag, and extend coverage of the driver for the 3.72a. > > Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com> Does what it says: Reviewed-by: Andrew Lunn <andrew@lunn.ch> Dumb question. What does the 'a' mean in the version? Or is this actually hex? Andrew
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sat, 2 Nov 2024 11:41:20 +0000 you wrote: > Add compatibility and dt-binding for Synopsis DesignWare version 3.72a. > The dwmac is used on some older Altera/Intel SoCs such as Arria10. > Updating compatibles in the driver and bindings for the DT improves the > binding check coverage for such SoCs. > > Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com> > > [...] Here is the summary with links: - [v1,1/2] net: stmmac: add support for dwmac 3.72a https://git.kernel.org/netdev/net-next/c/ffda5c62878f - [v1,2/2] dt-bindings: net: snps,dwmac: add support for Arria10 https://git.kernel.org/netdev/net-next/c/8bed89232a8c You are awesome, thank you!
Add compatibility and dt-binding for Synopsis DesignWare version 3.72a. The dwmac is used on some older Altera/Intel SoCs such as Arria10. Updating compatibles in the driver and bindings for the DT improves the binding check coverage for such SoCs. Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com> --- Lothar Rubusch (2): net: stmmac: add support for dwmac 3.72a dt-bindings: net: snps,dwmac: add support for Arria10 Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 ++ drivers/net/ethernet/stmicro/stmmac/dwmac-generic.c | 1 + drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 1 + 3 files changed, 4 insertions(+)