Merge branch 'netcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2015 01:37:41 +0000 (18:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Jul 2015 01:37:41 +0000 (18:37 -0700)
commitb2428f94f4f79cc6045e538ed3e8329b16711712
tree5842dc91029bafd91c5c5a9619c2a9c49553f050
parent2482abb93ebf7bfbf85965ca907f0058ff968c59
parent31a184b7acbc06d894c562ef884a94d6d78d0236
Merge branch 'netcp-fixes'

Murali Karicheri says:

====================
net: netcp: bug fixes for dynamic module support

This series fixes few bugs to allow keystone netcp modules to be
dynamically loaded and removed. Currently it allows following
sequence multiple times

 insmod cpsw_ale.ko
 insmod davinci_mdio.ko
 insmod keystone_netcp.ko
 insmod keystone_netcp_ethss.ko
 ifup eth0
 ifup eth1
 ping <hosts on eth0>
 ping <hosts on eth1>
 ifdown eth1
 ifdown eth0
 rmmod keystone_netcp_ethss.ko
 rmmod keystone_netcp.ko
 rmmod davinci_mdio.ko
 rmmod cpsw_ale.ko
====================

Signed-off-by: David S. Miller <davem@davemloft.net>