RE: RFBI worked example

2011-01-07 Thread Ben Tucker
With further experimentation it appears that I can call the omap_rfbi_update() from the call back, but as the callback is in interrupt context this could be dangerous. I would love to see an example of this elsewhere. static void framedone_callback(void *data) { int r; u16 dw, dh;

RE: RFBI worked example

2011-01-07 Thread Tomi Valkeinen
On Fri, 2011-01-07 at 14:18 +, ext Ben Tucker wrote: With further experimentation it appears that I can call the omap_rfbi_update() from the call back, but as the callback is in interrupt context this could be dangerous. I would love to see an example of this elsewhere. Did you get it

RE: RFBI worked example

2011-01-07 Thread Ben Tucker
-Original Message- From: Tomi Valkeinen [mailto:tomi.valkei...@nokia.com] Sent: 07 January 2011 15:14 To: ext Ben Tucker Cc: linux-omap@vger.kernel.org Subject: RE: RFBI worked example On Fri, 2011-01-07 at 14:18 +, ext Ben Tucker wrote: With further experimentation