提交 bebd04cc 编写于 作者: K Krzysztof Halasa 提交者: Jiri Kosina

doc: Fix IRQ chip docs

This patch updates the IRQ docs to match reality.
Signed-off-by: NKrzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 af901ca1
...@@ -417,8 +417,8 @@ desc->chip->end(); ...@@ -417,8 +417,8 @@ desc->chip->end();
</para> </para>
<para> <para>
To make use of the split implementation, replace the call to To make use of the split implementation, replace the call to
__do_IRQ by a call to desc->chip->handle_irq() and associate __do_IRQ by a call to desc->handle_irq() and associate
the appropriate handler function to desc->chip->handle_irq(). the appropriate handler function to desc->handle_irq().
In most cases the generic handler implementations should In most cases the generic handler implementations should
be sufficient. be sufficient.
</para> </para>
......
...@@ -282,7 +282,7 @@ extern irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action); ...@@ -282,7 +282,7 @@ extern irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action);
/* /*
* Built-in IRQ handlers for various IRQ types, * Built-in IRQ handlers for various IRQ types,
* callable via desc->chip->handle_irq() * callable via desc->handle_irq()
*/ */
extern void handle_level_irq(unsigned int irq, struct irq_desc *desc); extern void handle_level_irq(unsigned int irq, struct irq_desc *desc);
extern void handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc); extern void handle_fasteoi_irq(unsigned int irq, struct irq_desc *desc);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册