All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Quinlan <james.quinlan@broadcom.com>
To: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Jim Quinlan <jim2101024@gmail.com>,
	"open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS" 
	<linux-pci@vger.kernel.org>, Bjorn Helgaas <bhelgaas@google.com>,
	Nicolas Saenz Julienne <nsaenzjulienne@suse.de>,
	"maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE" 
	<bcm-kernel-feedback-list@broadcom.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Jim Quinlan <jquinlan@broadcom.com>,
	"moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" 
	<linux-arm-kernel@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>,
	"moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" 
	<linux-rpi-kernel@lists.infradead.org>,
	Rob Herring <robh@kernel.org>
Subject: Re: [PATCH v1 0/4] PCI: brcmstb: Add panic handler and shutdown func
Date: Thu, 3 Jun 2021 13:31:01 -0400	[thread overview]
Message-ID: <CA+-6iNyf7K7pQ1un8KJVuxr-h=_QN97MrKHS+5WA_fSm7yh85Q@mail.gmail.com> (raw)
In-Reply-To: <20210603163213.GB19835@lpieralisi>

[-- Attachment #1: Type: text/plain, Size: 1048 bytes --]

On Thu, Jun 3, 2021 at 12:32 PM Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com> wrote:
>
> On Tue, Apr 27, 2021 at 01:51:35PM -0400, Jim Quinlan wrote:
> > v1 -- These commits were part of a previous pullreq but have
> >       been split off because they are unrelated to said pullreq's
> >       other more complex commits.
>
> Can I drop this series ?
>
> https://patchwork.kernel.org/user/todo/linux-pci/?series=459871


I will be submitting the voltage regulator commits -- but not the
panic handler -- from the series above -- I just haven't had time to
get around it (sorry).

Regards,
Jim Quinlan
Broadcom STB
>
>
>
> Thanks,
> Lorenzo
>
> > Jim Quinlan (4):
> >   PCI: brcmstb: Check return value of clk_prepare_enable()
> >   PCI: brcmstb: Give 7216 SOCs their own config type
> >   PCI: brcmstb: Add panic/die handler to RC driver
> >   PCI: brcmstb: add shutdown call to driver
> >
> >  drivers/pci/controller/pcie-brcmstb.c | 145 +++++++++++++++++++++++++-
> >  1 file changed, 143 insertions(+), 2 deletions(-)
> >
> > --
> > 2.17.1
> >

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4210 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Jim Quinlan <james.quinlan@broadcom.com>
To: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Jim Quinlan <jim2101024@gmail.com>,
	 "open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS"
	<linux-pci@vger.kernel.org>, Bjorn Helgaas <bhelgaas@google.com>,
	 Nicolas Saenz Julienne <nsaenzjulienne@suse.de>,
	 "maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE"
	<bcm-kernel-feedback-list@broadcom.com>,
	 Florian Fainelli <f.fainelli@gmail.com>,
	Jim Quinlan <jquinlan@broadcom.com>,
	 "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE"
	<linux-arm-kernel@lists.infradead.org>,
	 open list <linux-kernel@vger.kernel.org>,
	 "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE"
	<linux-rpi-kernel@lists.infradead.org>,
	Rob Herring <robh@kernel.org>
Subject: Re: [PATCH v1 0/4] PCI: brcmstb: Add panic handler and shutdown func
Date: Thu, 3 Jun 2021 13:31:01 -0400	[thread overview]
Message-ID: <CA+-6iNyf7K7pQ1un8KJVuxr-h=_QN97MrKHS+5WA_fSm7yh85Q@mail.gmail.com> (raw)
In-Reply-To: <20210603163213.GB19835@lpieralisi>


[-- Attachment #1.1: Type: text/plain, Size: 1048 bytes --]

On Thu, Jun 3, 2021 at 12:32 PM Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com> wrote:
>
> On Tue, Apr 27, 2021 at 01:51:35PM -0400, Jim Quinlan wrote:
> > v1 -- These commits were part of a previous pullreq but have
> >       been split off because they are unrelated to said pullreq's
> >       other more complex commits.
>
> Can I drop this series ?
>
> https://patchwork.kernel.org/user/todo/linux-pci/?series=459871


I will be submitting the voltage regulator commits -- but not the
panic handler -- from the series above -- I just haven't had time to
get around it (sorry).

Regards,
Jim Quinlan
Broadcom STB
>
>
>
> Thanks,
> Lorenzo
>
> > Jim Quinlan (4):
> >   PCI: brcmstb: Check return value of clk_prepare_enable()
> >   PCI: brcmstb: Give 7216 SOCs their own config type
> >   PCI: brcmstb: Add panic/die handler to RC driver
> >   PCI: brcmstb: add shutdown call to driver
> >
> >  drivers/pci/controller/pcie-brcmstb.c | 145 +++++++++++++++++++++++++-
> >  1 file changed, 143 insertions(+), 2 deletions(-)
> >
> > --
> > 2.17.1
> >

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4210 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-06-03 17:32 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-27 17:51 [PATCH v1 0/4] PCI: brcmstb: Add panic handler and shutdown func Jim Quinlan
2021-04-27 17:51 ` Jim Quinlan
2021-04-27 17:51 ` [PATCH v1 1/4] PCI: brcmstb: Check return value of clk_prepare_enable() Jim Quinlan
2021-04-27 17:51   ` Jim Quinlan
2021-04-27 17:51 ` [PATCH v1 2/4] PCI: brcmstb: Give 7216 SOCs their own config type Jim Quinlan
2021-04-27 17:51   ` Jim Quinlan
2021-04-27 17:51 ` [PATCH v1 3/4] PCI: brcmstb: Add panic/die handler to RC driver Jim Quinlan
2021-04-27 17:51   ` Jim Quinlan
2021-05-25 20:40   ` Bjorn Helgaas
2021-05-25 20:40     ` Bjorn Helgaas
2021-05-25 21:05     ` Jim Quinlan
2021-05-25 21:05       ` Jim Quinlan
2021-05-25 21:17       ` Bjorn Helgaas
2021-05-25 21:17         ` Bjorn Helgaas
2021-04-27 17:51 ` [PATCH v1 4/4] PCI: brcmstb: add shutdown call to driver Jim Quinlan
2021-04-27 17:51   ` Jim Quinlan
2021-04-27 19:35   ` Florian Fainelli
2021-04-27 19:35     ` Florian Fainelli
2021-05-25 21:18   ` Bjorn Helgaas
2021-05-25 21:18     ` Bjorn Helgaas
2021-05-25 21:40     ` Jim Quinlan
2021-05-25 21:40       ` Jim Quinlan
2021-05-26 16:11     ` Rob Herring
2021-05-26 16:11       ` Rob Herring
2021-05-26 17:03     ` Florian Fainelli
2021-05-26 17:03       ` Florian Fainelli
2021-06-03 17:23       ` Bjorn Helgaas
2021-06-03 17:23         ` Bjorn Helgaas
2021-06-03 17:30         ` Florian Fainelli
2021-06-03 17:30           ` Florian Fainelli
2021-06-03 20:58           ` Bjorn Helgaas
2021-06-03 20:58             ` Bjorn Helgaas
2021-06-03 21:01             ` Florian Fainelli
2021-06-03 21:01               ` Florian Fainelli
2021-06-03 21:01               ` Florian Fainelli
2021-05-25 18:01 ` [PATCH v1 0/4] PCI: brcmstb: Add panic handler and shutdown func Florian Fainelli
2021-05-25 18:01   ` Florian Fainelli
2021-06-03 16:32 ` Lorenzo Pieralisi
2021-06-03 16:32   ` Lorenzo Pieralisi
2021-06-03 17:31   ` Jim Quinlan [this message]
2021-06-03 17:31     ` Jim Quinlan
2021-06-04  9:22     ` Lorenzo Pieralisi
2021-06-04  9:22       ` Lorenzo Pieralisi

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='CA+-6iNyf7K7pQ1un8KJVuxr-h=_QN97MrKHS+5WA_fSm7yh85Q@mail.gmail.com' \
    --to=james.quinlan@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bhelgaas@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=jim2101024@gmail.com \
    --cc=jquinlan@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=nsaenzjulienne@suse.de \
    --cc=robh@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.