* GPIO matrix and button with single edge IRQ
@ 2012-01-04 12:54 Marc-André Hébert
2012-01-04 17:49 ` Jamie Iles
0 siblings, 1 reply; 2+ messages in thread
From: Marc-André Hébert @ 2012-01-04 12:54 UTC (permalink / raw)
To: linux-arm-kernel
Hello,
We are developing an i.MX283 custom board. We have a small keypad
matrix and some gpio buttons. After setting up the necessary platform
data, I realized when debugging that it couldn't work because the GPIO
controller does not support dual edge triggers like requested in both
the matrix_keypad and gpio_keys drivers. For gpio_keys there's always
gpio_keys_polled that could be used quickly but that's not quite what
I would need (more like a mix of the 2). For matrix_keypad I don't see
anything that can be used quickly.
Before starting to customize each driver to support single edge IRQs,
I was wondering if this had been encountered on other platforms and if
someone was aware of patches for this.
Thanks
Marc-Andre Hebert
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-04 17:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04 12:54 GPIO matrix and button with single edge IRQ Marc-André Hébert
2012-01-04 17:49 ` Jamie Iles
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).