From: Bjorn Helgaas <helgaas@kernel.org>
To: Jim Quinlan <james.quinlan@broadcom.com>
Cc: linux-pci@vger.kernel.org,
Nicolas Saenz Julienne <nsaenz@kernel.org>,
Bjorn Helgaas <bhelgaas@google.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Cyril Brulebois <kibi@debian.org>,
bcm-kernel-feedback-list@broadcom.com, jim2101024@gmail.com
Subject: Re: [PATCH v4 0/2] PCI: brcmstb: Add panic/die handler to driver
Date: Thu, 13 Nov 2025 10:52:25 -0600 [thread overview]
Message-ID: <20251113165225.GA2287147@bhelgaas> (raw)
In-Reply-To: <20251029193616.3670003-1-james.quinlan@broadcom.com>
On Wed, Oct 29, 2025 at 03:36:13PM -0400, Jim Quinlan wrote:
> v4 Changes:
> -- Commit "Add panic/die handler to driver"
> o s/__MASK/_MASK/g -- (Alok)
> o Remove underscore of _brcm_pcie_dump_err -- (Bjorn)
> o Remove _MASK suffix from OUTB constants -- (Bjorn)
> o Use standard notation %04x:%02x:%02x.%d" -- (Bjorn)
> o Use BIT(i) instead of hex number (Ilpo)
> o Remove unused constant (Ilpo)
> o Use str_read_write() (Ilpo)
>
> v3 Changes:
> -- Commit "Add a way to indicate if PCIe bridge is active"
> o Implement Bjorn's V1 suggestion properly (Bjorn, Mani)
> o Remove unrelated change in commit (Mani)
> o Remove an "inline" directive (Mani)
> o s/bridge_on/bridge_in_reset/ (Mani)
> -- Commit "Add panic/die handler to driver"
> o dev_err(...) message changed from "handling" error (Mani)
>
> v2 Changes:
> -- Commit "Add a way to indicate if PCIe bridge is active"
> o Set "bridge_on" correctly when bridge is reset (Bjorn)
> o Return 0 instead "return ret" and skip ret init (Bjorn)
> o Use u32p_replace_bits(...) instead of shifts and AND/OR (Bjorn)
> o Reword error statement regarding bridge reset (Bjorn)
>
> The first commit sets up a field variable and spinlock to indicate whether
> the PCIe bridge is active. The second commit builds upon the first and
> adds a "die" handler to the driver, which, when invoked, prints out a
> summary of any pending PCIe errors. The "die" handler is careful not to
> access any registers unless the bridge is active.
>
> Jim Quinlan (2):
> PCI: brcmstb: Add a way to indicate if PCIe bridge is active
> PCI: brcmstb: Add panic/die handler to driver
>
> drivers/pci/controller/pcie-brcmstb.c | 198 +++++++++++++++++++++++++-
> 1 file changed, 192 insertions(+), 6 deletions(-)
Applied to pci/controller/brcmstb for v6.19, thanks!
prev parent reply other threads:[~2025-11-13 16:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 19:36 [PATCH v4 0/2] PCI: brcmstb: Add panic/die handler to driver Jim Quinlan
2025-10-29 19:36 ` [PATCH v4 1/2] PCI: brcmstb: Add a way to indicate if PCIe bridge is active Jim Quinlan
2025-10-29 20:11 ` Florian Fainelli
2025-10-29 19:36 ` [PATCH v4 2/2] PCI: brcmstb: Add panic/die handler to driver Jim Quinlan
2025-10-29 20:12 ` Florian Fainelli
2025-11-13 16:52 ` Bjorn Helgaas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251113165225.GA2287147@bhelgaas \
--to=helgaas@kernel.org \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=bhelgaas@google.com \
--cc=james.quinlan@broadcom.com \
--cc=jim2101024@gmail.com \
--cc=kibi@debian.org \
--cc=linux-pci@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=nsaenz@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox