
9 Dec
2016
9 Dec
'16
7:42 p.m.
On Fri, Dec 9, 2016 at 12:39 AM, Michal Simek michal.simek@xilinx.com wrote:
axi_emac, emaclite and gem have the same issue with registering multiple instances with mdio busses. mdio bus name has to be uniq but drivers are setting up only one name for all. Use mdio_register_seq() and pass dev->seq number to allow multiple mdio instances registration.
Reported-by: Phani Kiran Kara phanikiran.kara@gmail.com Signed-off-by: Michal Simek michal.simek@xilinx.com
Acked-by: Joe Hershberger joe.hershberger@ni.com