Re: [PATCH 09/12] iwlwifi: pcie: remove non-responsive device

2018-04-26 Thread Luca Coelho
On Wed, 2018-04-25 at 11:01 +0300, Kalle Valo wrote: > Luca Coelho writes: > > > On Tue, 2018-04-24 at 12:44 +0300, Kalle Valo wrote: > > > Luca Coelho writes: > > > > > > > From: Luca Coelho > > > > > > > > If we fail to to grab NIC

Re: [PATCH 09/12] iwlwifi: pcie: remove non-responsive device

2018-04-25 Thread Kalle Valo
Luca Coelho writes: > On Tue, 2018-04-24 at 12:44 +0300, Kalle Valo wrote: >> Luca Coelho writes: >> >> > From: Luca Coelho >> > >> > If we fail to to grab NIC access because the device is not >> > responding >> > (i.e. CSR_GP_CNTRL

Re: [PATCH 09/12] iwlwifi: pcie: remove non-responsive device

2018-04-24 Thread Luca Coelho
On Tue, 2018-04-24 at 12:44 +0300, Kalle Valo wrote: > Luca Coelho writes: > > > From: Luca Coelho > > > > If we fail to to grab NIC access because the device is not > > responding > > (i.e. CSR_GP_CNTRL returns 0x), remove the device from the

Re: [PATCH 09/12] iwlwifi: pcie: remove non-responsive device

2018-04-24 Thread Kalle Valo
Luca Coelho writes: > From: Luca Coelho > > If we fail to to grab NIC access because the device is not responding > (i.e. CSR_GP_CNTRL returns 0x), remove the device from the PCI > bus, to avoid any further damage, and to let the user space

[PATCH 09/12] iwlwifi: pcie: remove non-responsive device

2018-04-22 Thread Luca Coelho
From: Luca Coelho If we fail to to grab NIC access because the device is not responding (i.e. CSR_GP_CNTRL returns 0x), remove the device from the PCI bus, to avoid any further damage, and to let the user space rescan. Signed-off-by: Luca Coelho