mbox series

[v3,0/2] brcmstb: initial work on BCM4908

Message ID 20201210180421.7230-1-zajec5@gmail.com
Headers show
Series brcmstb: initial work on BCM4908 | expand

Message

Rafał Miłecki Dec. 10, 2020, 6:04 p.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

BCM4908 uses very similar hardware to the STB one. It still requires
some tweaks but this initial work allows accessing hardware without:

Internal error: synchronous external abort: 96000210 [#1] PREEMPT SMP

Rafał Miłecki (2):
  dt-bindings: PCI: brcmstb: add BCM4908 binding
  PCI: brcmstb: support BCM4908 with external PERST# signal controller

 .../bindings/pci/brcm,stb-pcie.yaml           | 37 ++++++++++++++-----
 drivers/pci/controller/Kconfig                |  2 +-
 drivers/pci/controller/pcie-brcmstb.c         | 32 ++++++++++++++++
 3 files changed, 61 insertions(+), 10 deletions(-)

Comments

Lorenzo Pieralisi Jan. 19, 2021, 11:59 a.m. UTC | #1
On Thu, 10 Dec 2020 19:04:19 +0100, Rafał Miłecki wrote:
> BCM4908 uses very similar hardware to the STB one. It still requires
> some tweaks but this initial work allows accessing hardware without:
> 
> Internal error: synchronous external abort: 96000210 [#1] PREEMPT SMP
> 
> Rafał Miłecki (2):
>   dt-bindings: PCI: brcmstb: add BCM4908 binding
>   PCI: brcmstb: support BCM4908 with external PERST# signal controller
> 
> [...]

Applied to pci/brcmstb, thanks!

[1/2] dt-bindings: PCI: brcmstb: add BCM4908 binding
      https://git.kernel.org/lpieralisi/pci/c/f435ce7ebf
[2/2] PCI: brcmstb: support BCM4908 with external PERST# signal controller
      https://git.kernel.org/lpieralisi/pci/c/0cdfaceb98

Thanks,
Lorenzo