linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* convert gpio-keys.c driver to request_any_context_irq
@ 2010-12-16 10:26 Trilok Soni
  2010-12-16 17:29 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Trilok Soni @ 2010-12-16 10:26 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: linux-input@vger.kernel.org, linux-arm-msm@vger.kernel.org

Hi Dmitry,

gpio_keys.c driver should be converted to use request_any_context_irq(...)
infrastructure because some of the devices could use gpios from PMIC like
chips where their irqs gets registered as nested. I don't have any
device with such configuration but I was looking at this driver and I thought
if someone has come across this then they can test and submit the patch.

---Trilok Soni

-- 
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

* Re: convert gpio-keys.c driver to request_any_context_irq
  2010-12-16 10:26 convert gpio-keys.c driver to request_any_context_irq Trilok Soni
@ 2010-12-16 17:29 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2010-12-16 17:29 UTC (permalink / raw)
  To: Trilok Soni; +Cc: linux-input@vger.kernel.org, linux-arm-msm@vger.kernel.org

On Thu, Dec 16, 2010 at 03:56:01PM +0530, Trilok Soni wrote:
> Hi Dmitry,
> 
> gpio_keys.c driver should be converted to use request_any_context_irq(...)
> infrastructure because some of the devices could use gpios from PMIC like
> chips where their irqs gets registered as nested. I don't have any
> device with such configuration but I was looking at this driver and I thought
> if someone has come across this then they can test and submit the patch.
> 

Hi Trilok,

Yes, I agree.

If someone who has device served by gpio_keys and coudl prepare a patch
changing request_irq() to request_any_context_irq() I'll gladly accept
it.

Thanks.

-- 
Dmitry

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

end of thread, other threads:[~2010-12-16 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 10:26 convert gpio-keys.c driver to request_any_context_irq Trilok Soni
2010-12-16 17:29 ` Dmitry Torokhov

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).