> This series was applied to netdev/net-next.git (master) > by David S. Miller <davem@xxxxxxxxxxxxx>: > > On Mon, 18 Apr 2022 20:35:57 -0300 you wrote: > > Compatible strings are used to help the driver find the chip ID/version > > register for each chip family. After that, the driver can setup the > > switch accordingly. Keep only the first supported model for each family > > as a compatible string and reference other chip models in the > > description. > > > > The removed compatible strings have never been used in a released kernel. > > > > [...] > > Here is the summary with links: > - [net,v2,1/2] dt-bindings: net: dsa: realtek: cleanup compatible strings > https://git.kernel.org/netdev/net-next/c/6f2d04ccae9b > - [net,v2,2/2] net: dsa: realtek: remove realtek,rtl8367s string > https://git.kernel.org/netdev/net-next/c/fcd30c96af95 > Hi David, I was expecting to get those patches merged to net as well. Otherwise, the "realtek,rtl8367s" we are removing will get into a released kernel. Regards,