Re: [PATCH v2 0/6] brcmstb: add EP regulators and panic handler

From: Bjorn Helgaas
Date: Wed Jan 06 2021 - 14:21:04 EST


On Mon, Nov 30, 2020 at 04:11:37PM -0500, Jim Quinlan wrote:
> v2 -- Use regulator bulk API rather than multiple calls (MarkB).
>
> 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()

If/when you repost this, capitalize the subjects consistently.

> .../bindings/pci/brcm,stb-pcie.yaml | 12 +
> drivers/pci/controller/pcie-brcmstb.c | 219 +++++++++++++++++-
> 2 files changed, 228 insertions(+), 3 deletions(-)
>
> --
> 2.17.1
>