From: tip-bot for James Hogan <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, grant.likely@secretlab.ca,
hpa@zytor.com, mingo@kernel.org, james.hogan@imgtec.com,
tglx@linutronix.de
Subject: [tip:irq/core] genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chips
Date: Mon, 24 Jun 2013 06:40:19 -0700 [thread overview]
Message-ID: <tip-6fff8314046276331314ae32cea34c6d11c440d2@git.kernel.org> (raw)
In-Reply-To: <1371564513-4327-1-git-send-email-james.hogan@imgtec.com>
Commit-ID: 6fff8314046276331314ae32cea34c6d11c440d2
Gitweb: http://git.kernel.org/tip/6fff8314046276331314ae32cea34c6d11c440d2
Author: James Hogan <james.hogan@imgtec.com>
AuthorDate: Tue, 18 Jun 2013 15:08:33 +0100
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Mon, 24 Jun 2013 15:38:12 +0200
genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chips
Commit 088f40b7b027dad6519712ff224a5798dd62a204 ("genirq: Generic chip:
Add linear irq domain support") missed kerneldoc for the gcflags
argument of irq_alloc_domain_generic_chips(). Add it now.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Link: http://lkml.kernel.org/r/1371564513-4327-1-git-send-email-james.hogan@imgtec.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
kernel/irq/generic-chip.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/generic-chip.c b/kernel/irq/generic-chip.c
index 95575d8..a746a8f 100644
--- a/kernel/irq/generic-chip.c
+++ b/kernel/irq/generic-chip.c
@@ -254,6 +254,7 @@ irq_gc_init_mask_cache(struct irq_chip_generic *gc, enum irq_gc_flags flags)
* @handler: Default flow handler associated with these chips
* @clr: IRQ_* bits to clear in the mapping function
* @set: IRQ_* bits to set in the mapping function
+ * @gcflags: Generic chip specific setup flags
*/
int irq_alloc_domain_generic_chips(struct irq_domain *d, int irqs_per_chip,
int num_ct, const char *name,
prev parent reply other threads:[~2013-06-24 13:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-18 14:08 [PATCH] genirq: irqchip: " James Hogan
2013-06-24 13:19 ` Grant Likely
2013-06-24 13:40 ` tip-bot for James Hogan [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=tip-6fff8314046276331314ae32cea34c6d11c440d2@git.kernel.org \
--to=tipbot@zytor.com \
--cc=grant.likely@secretlab.ca \
--cc=hpa@zytor.com \
--cc=james.hogan@imgtec.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome