Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1452772

Re: [PATCH v2 0/4] drivers: net: cpsw: fix driver loading/unloading

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH v2 0/4] drivers: net: cpsw: fix driver loading/unloading
Date 2016-07-31 06:10 +0200
Message-ID <s0QeB-3y1-1@gated-at.bofh.it> (permalink)
References <rZXLb-12G-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Grygorii Strashko <grygorii.strashko@ti.com>
Date: Thu, 28 Jul 2016 20:50:33 +0300

> This series fixes set of isssues observed when CPSW driver module is unloaded/loaded:
> 1) rmmod: deadlock in cpdma_ctlr_destroy
> 2) rmmod: L3 back-trace and crash if all net interfaces are down, because CPSW
> can be powerred down by PM runtime in this case.
> 3) insmod: mdio device is not recreated on next insmod
>  - need to use of_platform_depopulate() in cpsw_remove().
> 4) rmmod: system crash on omap_device removal
> 
> Tested on: am437x-idk, am57xx-beagle-x15
> 
> Changes in v2:
> - build warning fixed
> - added fix for correct omap_device removal
> 
> Link on v1:
>  https://lkml.org/lkml/2016/7/22/240

Series applied, thanks.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] drivers: net: cpsw: fix driver loading/unloading Grygorii Strashko <grygorii.strashko@ti.com> - 2016-07-28 20:00 +0200
  [PATCH v2 3/4] drivers: net: cpsw: use of_platform_depopulate() Grygorii Strashko <grygorii.strashko@ti.com> - 2016-07-28 20:00 +0200
    Re: [PATCH v2 3/4] drivers: net: cpsw: use of_platform_depopulate() Mugunthan V N <mugunthanvnm@ti.com> - 2016-07-29 10:40 +0200
  Re: [PATCH v2 0/4] drivers: net: cpsw: fix driver loading/unloading David Miller <davem@davemloft.net> - 2016-07-31 06:10 +0200

csiph-web