On 10/19/2022 1:35 AM, Yoshihiro Shimoda wrote:
Add Renesas Ethernet Switch driver for R-Car S4-8 to be used as an ethernet controller. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
How can this be a switch driver when it does not include any switchdev header files nor does it attempt to be using the DSA framework? You are certainly duplicating a lot of things that DSA would do for you like managing PHYs and registering per-port nework devices. Why?
-- Florian