Re: [PATCH v3 06/12] PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific
From: Stanimir Varbanov <hidden>
Date: 2024-07-15 10:36:27
Also in:
linux-pci, lkml
From: Stanimir Varbanov <hidden>
Date: 2024-07-15 10:36:27
Also in:
linux-pci, lkml
On 7/11/24 01:16, Jim Quinlan wrote:
Our HW design has again changed a register offset which used to be standard for all Broadcom SOCs with PCIe cores. This difference is now reconciled for the registers HARD_DEBUG and INTR2_CPU_BASE. Signed-off-by: Jim Quinlan <redacted> --- drivers/pci/controller/pcie-brcmstb.c | 39 ++++++++++++++++----------- 1 file changed, 24 insertions(+), 15 deletions(-)
Reviewed-by: Stanimir Varbanov <redacted> ~Stan