All of lore.kernel.org
 help / color / mirror / Atom feed
From: "irqchip-bot for Maulik Shah" <tip-bot2@linutronix.de>
To: linux-kernel@vger.kernel.org
Cc: Maulik Shah <mkshah@codeaurora.org>,
	Marc Zyngier <maz@kernel.org>,
	tglx@linutronix.de
Subject: [irqchip: irq/irqchip-next] irqdomain: Export irq_domain_disconnect_hierarchy()
Date: Mon, 23 Aug 2021 08:55:58 -0000	[thread overview]
Message-ID: <162970895865.25758.16015911717536063973.tip-bot2@tip-bot2> (raw)
In-Reply-To: <1629705880-27877-2-git-send-email-mkshah@codeaurora.org>

The following commit has been merged into the irq/irqchip-next branch of irqchip:

Commit-ID:     131d326ba969847daa43d708ac11c27978d78566
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/131d326ba969847daa43d708ac11c27978d78566
Author:        Maulik Shah <mkshah@codeaurora.org>
AuthorDate:    Mon, 23 Aug 2021 13:34:39 +05:30
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Mon, 23 Aug 2021 09:24:57 +01:00

irqdomain: Export irq_domain_disconnect_hierarchy()

Export irq_domain_disconnect_hierarchy() so irqchip module drivers
can use it.

Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1629705880-27877-2-git-send-email-mkshah@codeaurora.org
---
 kernel/irq/irqdomain.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 51c483c..62be161 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -1215,6 +1215,7 @@ int irq_domain_disconnect_hierarchy(struct irq_domain *domain,
 	irqd->chip = ERR_PTR(-ENOTCONN);
 	return 0;
 }
+EXPORT_SYMBOL_GPL(irq_domain_disconnect_hierarchy);
 
 static int irq_domain_trim_hierarchy(unsigned int virq)
 {

  reply	other threads:[~2021-08-23  8:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-23  8:04 [PATCH v3 0/2] Start getting rid of the GPIO_NO_WAKE_IRQ Maulik Shah
2021-08-23  8:04 ` [PATCH v3 1/2] irqdomain: Export irq_domain_disconnect_hierarchy() Maulik Shah
2021-08-23  8:55   ` irqchip-bot for Maulik Shah [this message]
2021-08-23  8:04 ` [PATCH v3 2/2] irqchip/qcom-pdc: Start getting rid of the GPIO_NO_WAKE_IRQ Maulik Shah
2021-08-23  8:55   ` [irqchip: irq/irqchip-next] irqchip/qcom-pdc: Trim unused levels of the interrupt hierarchy irqchip-bot for Marc Zyngier

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=162970895865.25758.16015911717536063973.tip-bot2@tip-bot2 \
    --to=tip-bot2@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=mkshah@codeaurora.org \
    --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.