linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] gpio/omap: implement irq_enable/disable using mask/unmask.
@ 2013-04-12  9:13 Andreas Fenkart
  2013-04-12  9:13 ` [PATCH] " Andreas Fenkart
  0 siblings, 1 reply; 18+ messages in thread
From: Andreas Fenkart @ 2013-04-12  9:13 UTC (permalink / raw)
  To: santosh.shilimkar
  Cc: khilman, grant.likely, linus.walleij, linux-omap, daniel,
	jon-hunter, Andreas Fenkart

This is a resend. The single change is the added changelog
https://patchwork.kernel.org/patch/1886421/

Andreas Fenkart (1):
  gpio/omap: implement irq_enable/disable using mask/unmask.

 drivers/gpio/gpio-omap.c |    2 ++
 1 file changed, 2 insertions(+)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH] gpio/omap: implement irq_enable/disable using mask/unmask.
@ 2012-12-17  9:27 Andreas Fenkart
  2012-12-20  5:59 ` Santosh Shilimkar
  0 siblings, 1 reply; 18+ messages in thread
From: Andreas Fenkart @ 2012-12-17  9:27 UTC (permalink / raw)
  To: santosh.shilimkar, khilman, grant.likely, linus.walleij,
	linux-omap
  Cc: Andreas Fenkart

Signed-off-by: Andreas Fenkart <andreas.fenkart@streamunlimited.com>
---
 drivers/gpio/gpio-omap.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c
index d335af1..c1951ec 100644
--- a/drivers/gpio/gpio-omap.c
+++ b/drivers/gpio/gpio-omap.c
@@ -815,6 +815,8 @@ static struct irq_chip gpio_irq_chip = {
 	.irq_unmask	= gpio_unmask_irq,
 	.irq_set_type	= gpio_irq_type,
 	.irq_set_wake	= gpio_wake_enable,
+	.irq_disable    = gpio_mask_irq,
+	.irq_enable     = gpio_unmask_irq,
 };
 
 /*---------------------------------------------------------------------*/
-- 
1.7.10.4


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

end of thread, other threads:[~2013-04-26 15:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12  9:13 [PATCH v2] gpio/omap: implement irq_enable/disable using mask/unmask Andreas Fenkart
2013-04-12  9:13 ` [PATCH] " Andreas Fenkart
2013-04-12 10:19   ` Santosh Shilimkar
2013-04-12 11:07     ` Felipe Balbi
2013-04-19 19:25       ` Andreas Fenkart
2013-04-19 19:20     ` [PATCH v2] gpio/omap: implement irq mask/disable with proper semantic Andreas Fenkart
2013-04-20 12:35       ` Santosh Shilimkar
2013-04-22  8:54         ` [PATCH v3] gpio/omap: implement irq mask/disable with proper Andreas Fenkart
2013-04-22  8:54           ` [PATCH v3] gpio/omap: implement irq mask/disable with proper semantic Andreas Fenkart
2013-04-23 23:38             ` Kevin Hilman
2013-04-25 19:30             ` Jon Hunter
2013-04-25 19:40             ` Jon Hunter
2013-04-26 15:46             ` Jon Hunter
2013-04-26  7:56       ` [PATCH v2] " Linus Walleij
  -- strict thread matches above, loose matches on Subject: below --
2012-12-17  9:27 [PATCH] gpio/omap: implement irq_enable/disable using mask/unmask Andreas Fenkart
2012-12-20  5:59 ` Santosh Shilimkar
2012-12-20 16:16   ` Jon Hunter
2013-03-25 22:24     ` Andreas Fenkart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).