From: Marc Zyngier <maz@kernel.org>
To: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] irqdomain: Export __irq_domain_alloc_irqs() to modules
Date: Mon, 04 Oct 2021 17:07:25 +0100 [thread overview]
Message-ID: <87y278rcxu.wl-maz@kernel.org> (raw)
In-Reply-To: <20211004155915.GA25619@lpieralisi>
On Mon, 04 Oct 2021 16:59:15 +0100,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> wrote:
>
> On Mon, Oct 04, 2021 at 04:05:52PM +0100, Marc Zyngier wrote:
> > The Apple PCIe controller driver allocates interrupts generated
> > by the PCIe ports, and uses irq_domain_alloc_irqs() for that.
> > THis is an inline function that uses __irq_domain_alloc_irqs()
> > as a backend.
> >
> > Since the driver can be built as a module, __irq_domain_alloc_irqs()
> > must be exported.
> >
> > Fixes: 201adeaa9d82 ("PCI: apple: Add INTx and per-port interrupt support")
>
> I have squashed this patch into the commit it is fixing and pushed
> pci/apple out.
>
> I could have merged it as a standalone patch before the commit it is
> fixing but it would not make sense on its own I believe, happy to
> rectify the branch in case that's preferred.
The final patch has links to both patches on the list, so that's
absolutely fine by me.
Thanks,
M.
--
Without deviation from the norm, progress is not possible.
prev parent reply other threads:[~2021-10-04 16:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-04 15:05 [PATCH] irqdomain: Export __irq_domain_alloc_irqs() to modules Marc Zyngier
2021-10-04 15:59 ` Lorenzo Pieralisi
2021-10-04 16:07 ` Marc Zyngier [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=87y278rcxu.wl-maz@kernel.org \
--to=maz@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=tglx@linutronix.de \
/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.