public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irq_domain: Document size parameter of irq_domain_add_linear()
@ 2012-05-19 11:15 Mark Brown
  2012-05-19 19:08 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2012-05-19 11:15 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Grant Likely, Thomas Gleixner
  Cc: linux-kernel, Mark Brown

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 kernel/irq/irqdomain.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 0e0ba5f..d0e50eb 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -156,6 +156,7 @@ struct irq_domain *irq_domain_add_legacy(struct device_node *of_node,
 /**
  * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain.
  * @of_node: pointer to interrupt controller's device tree node.
+ * @size: Number of interrupts in the domain.
  * @ops: map/unmap domain callbacks
  * @host_data: Controller private data pointer
  */
-- 
1.7.10


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] irq_domain: Document size parameter of irq_domain_add_linear()
  2012-05-19 11:15 [PATCH] irq_domain: Document size parameter of irq_domain_add_linear() Mark Brown
@ 2012-05-19 19:08 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2012-05-19 19:08 UTC (permalink / raw)
  To: Mark Brown, Benjamin Herrenschmidt, Thomas Gleixner
  Cc: linux-kernel, Mark Brown

On Sat, 19 May 2012 12:15:35 +0100, Mark Brown <broonie@opensource.wolfsonmicro.com> wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Applied,thanks.

g.

> ---
>  kernel/irq/irqdomain.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
> index 0e0ba5f..d0e50eb 100644
> --- a/kernel/irq/irqdomain.c
> +++ b/kernel/irq/irqdomain.c
> @@ -156,6 +156,7 @@ struct irq_domain *irq_domain_add_legacy(struct device_node *of_node,
>  /**
>   * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain.
>   * @of_node: pointer to interrupt controller's device tree node.
> + * @size: Number of interrupts in the domain.
>   * @ops: map/unmap domain callbacks
>   * @host_data: Controller private data pointer
>   */
> -- 
> 1.7.10
> 

-- 
Grant Likely, B.Sc, P.Eng.
Secret Lab Technologies, Ltd.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-19 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 11:15 [PATCH] irq_domain: Document size parameter of irq_domain_add_linear() Mark Brown
2012-05-19 19:08 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox