Re: [RESEND PATCH v3 2/2] PCI: brcmstb: use reset/rearm instead of deassert/assert

2020-12-16 Thread Florian Fainelli
On 12/16/20 1:41 PM, Jim Quinlan wrote: > The Brcmstb PCIe RC uses a reset control "rescal" for certain chips. This > reset implements a "pulse reset" so it matches more the reset/rearm > calls instead of the deassert/assert calls. > > Also, add reset_control calls in suspend/resume functions. >

[RESEND PATCH v3 2/2] PCI: brcmstb: use reset/rearm instead of deassert/assert

2020-12-16 Thread Jim Quinlan
The Brcmstb PCIe RC uses a reset control "rescal" for certain chips. This reset implements a "pulse reset" so it matches more the reset/rearm calls instead of the deassert/assert calls. Also, add reset_control calls in suspend/resume functions. Signed-off-by: Jim Quinlan --- drivers/pci/contro

[PATCH v3 2/2] PCI: brcmstb: use reset/rearm instead of deassert/assert

2020-11-20 Thread Jim Quinlan
The Brcmstb PCIe RC uses a reset control "rescal" for certain chips. This reset implements a "pulse reset" so it matches more the reset/rearm calls instead of the deassert/assert calls. Also, add reset_control calls in suspend/resume functions. Signed-off-by: Jim Quinlan --- drivers/pci/contro