Re: [”PATCH” v2 2/5] PCI: armada8k: Add link-down handle

2021-04-17 Thread Pali Rohár
On Wednesday 14 April 2021 16:20:51 bpe...@marvell.com wrote: > From: Ben Peled > > In PCIE ISR routine caused by RST_LINK_DOWN > we schedule work to handle the link-down procedure. > Link-down procedure will: > 1. Remove PCIe bus > 2. Reset the MAC > 3. Reconfigure link back up > 4. Rescan PCIe

[”PATCH” v2 2/5] PCI: armada8k: Add link-down handle

2021-04-14 Thread bpeled
From: Ben Peled In PCIE ISR routine caused by RST_LINK_DOWN we schedule work to handle the link-down procedure. Link-down procedure will: 1. Remove PCIe bus 2. Reset the MAC 3. Reconfigure link back up 4. Rescan PCIe bus Signed-off-by: Ben Peled --- drivers/pci/controller/dwc/pcie-armada8k.c |