• Vladimir Oltean's avatar
    net: dsa: sja1105: Simplify reset handling · abfb228a
    Vladimir Oltean authored
    We don't really need 10k species of reset. Remove everything except cold
    reset which is what is actually used. Too bad the hardware designers
    couldn't agree to use the same bit field for rev 1 and rev 2, so the
    (*reset_cmd) function pointer is there to stay.
    
    However let's simplify the prototype and give it a struct dsa_switch (we
    want to avoid forward-declarations of structures, in this case struct
    sja1105_private, wherever we can).
    Signed-off-by: default avatarVladimir Oltean <olteanv@gmail.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    abfb228a
sja1105.h 6.58 KB