From: David S. Miller Date: Thu, 30 Jul 2015 01:37:41 +0000 (-0700) Subject: Merge branch 'netcp-fixes' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b2428f94f4f79cc6045e538ed3e8329b16711712;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git 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 ping 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 --- b2428f94f4f79cc6045e538ed3e8329b16711712