aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2014-12-25 12:49:01 -0500
committerRalf Baechle <ralf@linux-mips.org>2015-04-01 11:21:35 -0400
commit7e229fa07da10ee3dc3f88989b515293758c42eb (patch)
treee823a5b7ffe7e6e7921ebdd568eac57b76748886
parent5f2d44591fb374ae346a3df682d722b68552adc2 (diff)
IRQCHIP: Update docs regarding irq_domain_add_tree()
Several drivers now use this API, including the ARM GIC driver, so remove the outdated comment. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Cc: f.fainelli@gmail.com Cc: jaedon.shin@gmail.com Cc: abrestic@chromium.org Cc: tglx@linutronix.de Cc: jason@lakedaemon.net Cc: jogo@openwrt.org Cc: computersforpeace@gmail.com Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/8839/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--Documentation/IRQ-domain.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/IRQ-domain.txt b/Documentation/IRQ-domain.txt
index 39cfa72732ff..3a8e15cba816 100644
--- a/Documentation/IRQ-domain.txt
+++ b/Documentation/IRQ-domain.txt
@@ -95,8 +95,7 @@ since it doesn't need to allocate a table as large as the largest
95hwirq number. The disadvantage is that hwirq to IRQ number lookup is 95hwirq number. The disadvantage is that hwirq to IRQ number lookup is
96dependent on how many entries are in the table. 96dependent on how many entries are in the table.
97 97
98Very few drivers should need this mapping. At the moment, powerpc 98Very few drivers should need this mapping.
99iseries is the only user.
100 99
101==== No Map ===- 100==== No Map ===-
102irq_domain_add_nomap() 101irq_domain_add_nomap()