From: David S. Miller Date: Fri, 18 Nov 2016 18:48:54 +0000 (-0500) Subject: Merge branch 'cpsw-fixes' X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0e2d1af399a3674351a5d0b8da5ba5764e0973a4;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'cpsw-fixes' Johan Hovold says: ==================== net: cpsw: fix leaks and probe deferral This series fixes as number of leaks and issues in the cpsw probe-error and driver-unbind paths, some which specifically prevented deferred probing. v2 - Keep platform device runtime-resumed throughout probe instead of resuming in the probe error path as suggested by Grygorii (patch 1/7). - Runtime-resume platform device before registering any children in order to make sure it is synchronously suspended after deregistering children in the error path (patch 3/7). ==================== Signed-off-by: David S. Miller --- 0e2d1af399a3674351a5d0b8da5ba5764e0973a4