soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: "Linus Walleij" <linusw@kernel.org>, "SoC Team" <soc@kernel.org>,
	"Arnd Bergmann" <arnd@arndb.de>, "Imre Kaloz" <kaloz@openwrt.org>,
	"Krzysztof Halasa" <khalasa@piap.pl>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Wilczyński" <kw@linux.com>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	linux-pci <linux-pci@vger.kernel.org>
Subject: Re: [PATCH] ARM: ixp4xx: fix building both pci drivers
Date: Fri, 23 Jul 2021 20:42:44 +0200	[thread overview]
Message-ID: <CAK8P3a2C1JiVmcHnt0aJmvJWQ1Dnqhz5f781FhGWp+UE+=4N1Q@mail.gmail.com> (raw)
In-Reply-To: <20210723145026.GA3330@lpieralisi>

On Fri, Jul 23, 2021 at 4:51 PM Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com> wrote:

> > Fixes: f7821b493458 ("PCI: ixp4xx: Add a new driver for IXP4xx")
> > Cc: soc@kernel.org
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > ---
> >  .../mach-ixp4xx/include/mach/ixp4xx-regs.h    | 48 +++++++++----------
> >  drivers/pci/controller/pci-ixp4xx.c           |  8 ++--
> >  2 files changed, 28 insertions(+), 28 deletions(-)
>
> Are you picking this up via arm-soc ? I can take this via the PCI tree,
> just let me know:
>
> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

I'm fine either way, if you have other fixes queued up already, please
add this one
to your tree.

       Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: "Linus Walleij" <linusw@kernel.org>, "SoC Team" <soc@kernel.org>,
	"Arnd Bergmann" <arnd@arndb.de>, "Imre Kaloz" <kaloz@openwrt.org>,
	"Krzysztof Halasa" <khalasa@piap.pl>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Wilczyński" <kw@linux.com>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Linux ARM" <linux-arm-kernel@lists.infradead.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	linux-pci <linux-pci@vger.kernel.org>
Subject: Re: [PATCH] ARM: ixp4xx: fix building both pci drivers
Date: Fri, 23 Jul 2021 20:42:44 +0200	[thread overview]
Message-ID: <CAK8P3a2C1JiVmcHnt0aJmvJWQ1Dnqhz5f781FhGWp+UE+=4N1Q@mail.gmail.com> (raw)
Message-ID: <20210723184244.e1FJjreucDJ6gLg6xv4SPyYHxzmwRFFwFnFIabaJYTA@z> (raw)
In-Reply-To: <20210723145026.GA3330@lpieralisi>

On Fri, Jul 23, 2021 at 4:51 PM Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com> wrote:

> > Fixes: f7821b493458 ("PCI: ixp4xx: Add a new driver for IXP4xx")
> > Cc: soc@kernel.org
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > ---
> >  .../mach-ixp4xx/include/mach/ixp4xx-regs.h    | 48 +++++++++----------
> >  drivers/pci/controller/pci-ixp4xx.c           |  8 ++--
> >  2 files changed, 28 insertions(+), 28 deletions(-)
>
> Are you picking this up via arm-soc ? I can take this via the PCI tree,
> just let me know:
>
> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

I'm fine either way, if you have other fixes queued up already, please
add this one
to your tree.

       Arnd

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

  parent reply	other threads:[~2021-07-23 18:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21 15:15 [PATCH] ARM: ixp4xx: fix building both pci drivers Arnd Bergmann
2021-07-21 15:15 ` Arnd Bergmann
2021-07-21 20:24 ` Linus Walleij
2021-07-21 20:24   ` Linus Walleij
2021-07-23 14:50 ` Lorenzo Pieralisi
2021-07-23 14:50   ` Lorenzo Pieralisi
2021-07-23 18:42   ` Arnd Bergmann [this message]
2021-07-23 18:42     ` Arnd Bergmann

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='CAK8P3a2C1JiVmcHnt0aJmvJWQ1Dnqhz5f781FhGWp+UE+=4N1Q@mail.gmail.com' \
    --to=arnd@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bhelgaas@google.com \
    --cc=kaloz@openwrt.org \
    --cc=khalasa@piap.pl \
    --cc=kw@linux.com \
    --cc=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=robh@kernel.org \
    --cc=soc@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;
as well as URLs for NNTP newsgroup(s).