
19 Dec
2007
19 Dec
'07
10:54 a.m.
Hi,
I am a newbie on u-boot development and am working on at91sam9261ek board. I needed the device keypad(keypad works on pio lines) to work with u-boot. I wrote a driver of sorts for this keypad. But got stuck at registering an interrupt for it.
Although I eventually found a work around by polling the status registers and the keypad worked perfectly, I just wanted to know if it is possible to do so using interrupt handling ? As searching the list I came across many posts which said that u-boot does not support interrupt handling.
If this cannot be done then do I have to do something manually in order for interrupt handling to work? Please enlighten me :)
Thank you
Pranav