On Wed, 2007-06-13 at 09:58 +0200, Peter Feuerer wrote:
That would be a very fast and easy to implement solution, but then I
have to touch the kernel again. I wanted not to do that.
quoted
But i guess a better variant would be to adopt the IIO framework
for your purpose (http://lkml.org/lkml/2006/8/30/22)
Great, seems like that's what I'm searching for. I will have a deeper
look into this. Because if this is going to be in the mainline kernel, I
don't have to touch the kernel at all.
You have to touch it. You still need to write a kernel module which
handles the interrupt in the first place.
tglx