Re: [PATCH v2 net-next] net: dsa: mv88e6xxx: lookup switch name
From: David Miller <davem@davemloft.net>
Date: 2015-11-02 20:54:57
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2015-11-02 20:54:57
Also in:
lkml
From: Vivien Didelot <redacted> Date: Fri, 30 Oct 2015 19:39:48 -0400
All the mv88e6xxx drivers use the exact same code in their probe
function to lookup the switch name given its ID. Thus introduce a
mv88e6xxx_switch_id structure and a mv88e6xxx_lookup_name function in
the common mv88e6xxx code.
In the meantime make __mv88e6xxx_reg_{read,write} static since we do not
need to expose these low-level r/w routines anymore.
Signed-off-by: Vivien Didelot <redacted>Applied.