mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] genirq: Export irq_{get,set}_irqchip_state()
       [not found] <20150722184015.GA11162@sirena.org.uk>
@ 2015-07-22 19:43 ` Bjorn Andersson
  2015-07-24 10:53   ` Mark Brown
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bjorn Andersson @ 2015-07-22 19:43 UTC (permalink / raw)
  To: Mark Brown, Thomas Gleixner
  Cc: Marc Zyngier, linux-kernel, linux-next, kernel-build-reports,
	linaro-kernel, Srinivas Kandagatla, Linus Walleij

Export these functions to be able to build the Qualcomm family A PMIC
gpio and mpp drivers as modules.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
---
 kernel/irq/manage.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index f9744853b656..3ceedb34e38b 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -1875,6 +1875,7 @@ int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
 	irq_put_desc_busunlock(desc, flags);
 	return err;
 }
+EXPORT_SYMBOL(irq_get_irqchip_state);
 
 /**
  *	irq_set_irqchip_state - set the state of a forwarded interrupt.
@@ -1920,3 +1921,4 @@ int irq_set_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
 	irq_put_desc_busunlock(desc, flags);
 	return err;
 }
+EXPORT_SYMBOL(irq_set_irqchip_state);
-- 
1.8.2.2


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

* Re: [PATCH] genirq: Export irq_{get,set}_irqchip_state()
  2015-07-22 19:43 ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Bjorn Andersson
@ 2015-07-24 10:53   ` Mark Brown
  2015-07-27  6:14   ` [tip:irq/core] genirq: Export irq_[get|set]_irqchip_state() tip-bot for Bjorn Andersson
  2015-07-27 13:23   ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Linus Walleij
  2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2015-07-24 10:53 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Thomas Gleixner, Marc Zyngier, linux-kernel, linux-next,
	kernel-build-reports, linaro-kernel, Srinivas Kandagatla,
	Linus Walleij

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

On Wed, Jul 22, 2015 at 12:43:04PM -0700, Bjorn Andersson wrote:
> Export these functions to be able to build the Qualcomm family A PMIC
> gpio and mpp drivers as modules.

Reviwed-by: Mark Brown <broonie@kernel.org>

This is breaking the allmodconfig build on at least ARM platforms in
-next, it'd be really good to get it applied.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

* [tip:irq/core] genirq: Export irq_[get|set]_irqchip_state()
  2015-07-22 19:43 ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Bjorn Andersson
  2015-07-24 10:53   ` Mark Brown
@ 2015-07-27  6:14   ` tip-bot for Bjorn Andersson
  2015-07-27 13:23   ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Linus Walleij
  2 siblings, 0 replies; 5+ messages in thread
From: tip-bot for Bjorn Andersson @ 2015-07-27  6:14 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linaro-kernel, marc.zyngier, hpa, mingo, kernel-build-reports,
	bjorn.andersson, tglx, broonie, linus.walleij, linux-kernel,
	srinivas.kandagatla

Commit-ID:  1ee4fb3ee1e47f2b3c294ded383a3cd9cc2decd4
Gitweb:     http://git.kernel.org/tip/1ee4fb3ee1e47f2b3c294ded383a3cd9cc2decd4
Author:     Bjorn Andersson <bjorn.andersson@sonymobile.com>
AuthorDate: Wed, 22 Jul 2015 12:43:04 -0700
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Mon, 27 Jul 2015 08:09:38 +0200

genirq: Export irq_[get|set]_irqchip_state()

Export these functions to be able to build the Qualcomm family A PMIC
gpio and mpp drivers as modules.

[ tglx: Made them GPL exports ]

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: <kernel-build-reports@lists.linaro.org>
Cc: <linaro-kernel@lists.linaro.org>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Link: http://lkml.kernel.org/r/1437594184-22966-1-git-send-email-bjorn.andersson@sonymobile.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 kernel/irq/manage.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 886f115..ad1b064 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -1877,6 +1877,7 @@ int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
 	irq_put_desc_busunlock(desc, flags);
 	return err;
 }
+EXPORT_SYMBOL_GPL(irq_get_irqchip_state);
 
 /**
  *	irq_set_irqchip_state - set the state of a forwarded interrupt.
@@ -1922,3 +1923,4 @@ int irq_set_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
 	irq_put_desc_busunlock(desc, flags);
 	return err;
 }
+EXPORT_SYMBOL_GPL(irq_set_irqchip_state);

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

* Re: [PATCH] genirq: Export irq_{get,set}_irqchip_state()
  2015-07-22 19:43 ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Bjorn Andersson
  2015-07-24 10:53   ` Mark Brown
  2015-07-27  6:14   ` [tip:irq/core] genirq: Export irq_[get|set]_irqchip_state() tip-bot for Bjorn Andersson
@ 2015-07-27 13:23   ` Linus Walleij
  2015-07-28 18:49     ` Thomas Gleixner
  2 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2015-07-27 13:23 UTC (permalink / raw)
  To: Bjorn Andersson, Thomas Gleixner
  Cc: Mark Brown, Marc Zyngier, linux-kernel, linux-next,
	Kernel Build Reports Mailman List, Linaro Kernel Mailman List,
	Srinivas Kandagatla

On Wed, Jul 22, 2015 at 9:43 PM, Bjorn Andersson
<bjorn.andersson@sonymobile.com> wrote:

> Export these functions to be able to build the Qualcomm family A PMIC
> gpio and mpp drivers as modules.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

TGLX: please take this one, alternatively I can carry it with
your ACK.

Yours,
Linus Walleij

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

* Re: [PATCH] genirq: Export irq_{get,set}_irqchip_state()
  2015-07-27 13:23   ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Linus Walleij
@ 2015-07-28 18:49     ` Thomas Gleixner
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Gleixner @ 2015-07-28 18:49 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Bjorn Andersson, Mark Brown, Marc Zyngier, linux-kernel,
	linux-next, Kernel Build Reports Mailman List,
	Linaro Kernel Mailman List, Srinivas Kandagatla

On Mon, 27 Jul 2015, Linus Walleij wrote:

> On Wed, Jul 22, 2015 at 9:43 PM, Bjorn Andersson
> <bjorn.andersson@sonymobile.com> wrote:
> 
> > Export these functions to be able to build the Qualcomm family A PMIC
> > gpio and mpp drivers as modules.
> >
> > Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
> 
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> 
> TGLX: please take this one, alternatively I can carry it with
> your ACK.

It's queued already.

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

end of thread, other threads:[~2015-07-28 18:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20150722184015.GA11162@sirena.org.uk>
2015-07-22 19:43 ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Bjorn Andersson
2015-07-24 10:53   ` Mark Brown
2015-07-27  6:14   ` [tip:irq/core] genirq: Export irq_[get|set]_irqchip_state() tip-bot for Bjorn Andersson
2015-07-27 13:23   ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Linus Walleij
2015-07-28 18:49     ` Thomas Gleixner

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