All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel/irq: export irq_gc_set_wake
@ 2021-03-05  8:06 ` Jianqun Xu
  0 siblings, 0 replies; 6+ messages in thread
From: Jianqun Xu @ 2021-03-05  8:06 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, linus.walleij, heiko, linux-rockchip, Jianqun Xu

Module driver may use irq_gc_set_wake.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
---
 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 a23ac2bbf433..f8f23af6ab0d 100644
--- a/kernel/irq/generic-chip.c
+++ b/kernel/irq/generic-chip.c
@@ -200,6 +200,7 @@ int irq_gc_set_wake(struct irq_data *d, unsigned int on)
 	irq_gc_unlock(gc);
 	return 0;
 }
+EXPORT_SYMBOL_GPL(irq_gc_set_wake);
 
 static u32 irq_readl_be(void __iomem *addr)
 {
-- 
2.25.1




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

* [PATCH] kernel/irq: export irq_gc_set_wake
@ 2021-03-05  8:06 ` Jianqun Xu
  0 siblings, 0 replies; 6+ messages in thread
From: Jianqun Xu @ 2021-03-05  8:06 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, linus.walleij, heiko, linux-rockchip, Jianqun Xu

Module driver may use irq_gc_set_wake.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
---
 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 a23ac2bbf433..f8f23af6ab0d 100644
--- a/kernel/irq/generic-chip.c
+++ b/kernel/irq/generic-chip.c
@@ -200,6 +200,7 @@ int irq_gc_set_wake(struct irq_data *d, unsigned int on)
 	irq_gc_unlock(gc);
 	return 0;
 }
+EXPORT_SYMBOL_GPL(irq_gc_set_wake);
 
 static u32 irq_readl_be(void __iomem *addr)
 {
-- 
2.25.1




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] kernel/irq: export irq_gc_set_wake
  2021-03-05  8:06 ` Jianqun Xu
@ 2021-03-10 22:58   ` Linus Walleij
  -1 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2021-03-10 22:58 UTC (permalink / raw)
  To: Jianqun Xu, Marc Zyngier, Thomas Gleixner
  Cc: linux-kernel, Heiko Stübner, open list:ARM/Rockchip SoC...

On Fri, Mar 5, 2021 at 9:07 AM Jianqun Xu <jay.xu@rock-chips.com> wrote:

> Module driver may use irq_gc_set_wake.
>
> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

Aha there it is, perfect!

Marc/Thomas: can I have an ACK to apply this patch to the
pin control tree?

Yours,
Linus Walleij

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

* Re: [PATCH] kernel/irq: export irq_gc_set_wake
@ 2021-03-10 22:58   ` Linus Walleij
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2021-03-10 22:58 UTC (permalink / raw)
  To: Jianqun Xu, Marc Zyngier, Thomas Gleixner
  Cc: linux-kernel, Heiko Stübner, open list:ARM/Rockchip SoC...

On Fri, Mar 5, 2021 at 9:07 AM Jianqun Xu <jay.xu@rock-chips.com> wrote:

> Module driver may use irq_gc_set_wake.
>
> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>

Aha there it is, perfect!

Marc/Thomas: can I have an ACK to apply this patch to the
pin control tree?

Yours,
Linus Walleij

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [PATCH] kernel/irq: export irq_gc_set_wake
  2021-03-10 22:58   ` Linus Walleij
@ 2021-03-11  9:36     ` Marc Zyngier
  -1 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2021-03-11  9:36 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Jianqun Xu, Thomas Gleixner, linux-kernel, Heiko Stübner,
	open list:ARM/Rockchip SoC...

On Wed, 10 Mar 2021 22:58:50 +0000,
Linus Walleij <linus.walleij@linaro.org> wrote:
> 
> On Fri, Mar 5, 2021 at 9:07 AM Jianqun Xu <jay.xu@rock-chips.com> wrote:
> 
> > Module driver may use irq_gc_set_wake.
> >
> > Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
> 
> Aha there it is, perfect!
> 
> Marc/Thomas: can I have an ACK to apply this patch to the
> pin control tree?

For reference:
https://lore.kernel.org/r/20210305080658.2422114-1-jay.xu@rock-chips.com

Acked-by: Marc Zyngier <maz@kernel.org>

Thanks,

	M.

-- 
Without deviation from the norm, progress is not possible.

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

* Re: [PATCH] kernel/irq: export irq_gc_set_wake
@ 2021-03-11  9:36     ` Marc Zyngier
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Zyngier @ 2021-03-11  9:36 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Jianqun Xu, Thomas Gleixner, linux-kernel, Heiko Stübner,
	open list:ARM/Rockchip SoC...

On Wed, 10 Mar 2021 22:58:50 +0000,
Linus Walleij <linus.walleij@linaro.org> wrote:
> 
> On Fri, Mar 5, 2021 at 9:07 AM Jianqun Xu <jay.xu@rock-chips.com> wrote:
> 
> > Module driver may use irq_gc_set_wake.
> >
> > Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
> 
> Aha there it is, perfect!
> 
> Marc/Thomas: can I have an ACK to apply this patch to the
> pin control tree?

For reference:
https://lore.kernel.org/r/20210305080658.2422114-1-jay.xu@rock-chips.com

Acked-by: Marc Zyngier <maz@kernel.org>

Thanks,

	M.

-- 
Without deviation from the norm, progress is not possible.

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2021-03-11  9:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05  8:06 [PATCH] kernel/irq: export irq_gc_set_wake Jianqun Xu
2021-03-05  8:06 ` Jianqun Xu
2021-03-10 22:58 ` Linus Walleij
2021-03-10 22:58   ` Linus Walleij
2021-03-11  9:36   ` Marc Zyngier
2021-03-11  9:36     ` Marc Zyngier

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.