mbox series

[v1,0/6] PCI: brcmstb: add EP regulators and panic handler

Message ID 20201125192424.14440-1-james.quinlan@broadcom.com
Headers show
Series PCI: brcmstb: add EP regulators and panic handler | expand

Message

Jim Quinlan Nov. 25, 2020, 7:24 p.m. UTC
v1 -- Bindings are added for fixed regulators that may power the EP device.
   -- The brcmstb RC driver is modified to control these regulators
      during probe, suspend, and resume.
   -- 7216 type SOCs have additional error reporting HW and a
      panic handler is added to dump its info.
   -- A missing return value check is added.

Jim Quinlan (6):
  dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators
  PCI: brcmstb: Add control of EP voltage regulator(s)
  PCI: brcmstb: Do not turn off regulators if EP can wake up
  PCI: brcmstb: Give 7216 SOCs their own config type
  PCI: brcmstb: Add panic/die handler to RC driver
  PCI: brcmstb: check return value of clk_prepare_enable()

 .../bindings/pci/brcm,stb-pcie.yaml           |  12 +
 drivers/pci/controller/pcie-brcmstb.c         | 247 +++++++++++++++++-
 2 files changed, 257 insertions(+), 2 deletions(-)