Re: [PATCH 07/15] PCI: brcmstb: Add control of rescal reset

2020-05-25 Thread Florian Fainelli
On 5/21/2020 2:48 PM, Jim Quinlan wrote: > On Wed, May 20, 2020 at 3:27 AM Philipp Zabel wrote: >> >> Hi Jim, >> >> On Tue, May 19, 2020 at 04:34:05PM -0400, Jim Quinlan wrote: >>> From: Jim Quinlan >>> >>> Some STB chips have a special purpose reset controller named >>> RESCAL (reset

Re: [PATCH 07/15] PCI: brcmstb: Add control of rescal reset

2020-05-21 Thread Jim Quinlan
On Wed, May 20, 2020 at 3:27 AM Philipp Zabel wrote: > > Hi Jim, > > On Tue, May 19, 2020 at 04:34:05PM -0400, Jim Quinlan wrote: > > From: Jim Quinlan > > > > Some STB chips have a special purpose reset controller named > > RESCAL (reset calibration). This commit adds the control > > of RESCAL

Re: [PATCH 07/15] PCI: brcmstb: Add control of rescal reset

2020-05-20 Thread Philipp Zabel
Hi Jim, On Tue, May 19, 2020 at 04:34:05PM -0400, Jim Quinlan wrote: > From: Jim Quinlan > > Some STB chips have a special purpose reset controller named > RESCAL (reset calibration). This commit adds the control > of RESCAL as well as the ability to start and stop its > operation for PCIe HW.

[PATCH 07/15] PCI: brcmstb: Add control of rescal reset

2020-05-19 Thread Jim Quinlan
From: Jim Quinlan Some STB chips have a special purpose reset controller named RESCAL (reset calibration). This commit adds the control of RESCAL as well as the ability to start and stop its operation for PCIe HW. Signed-off-by: Jim Quinlan --- drivers/pci/controller/pcie-brcmstb.c | 81