]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit22f0e97fadf9138751ec4df0c0b6a9fed5ed1b17
tree5842dc91029bafd91c5c5a9619c2a9c49553f050
parenteb329f3f1975024144d4e14777cb62c503f24b58
parentf9d5e23a8dafaba970bb21c70327140bfe2f6664
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>