On Mon, Sep 08, 2008 at 02:48:50PM +0200, Christer Weinigel wrote:Scheduling a tasklet to perform the pio transfer introduces a bit of
extra processing, just call pio_tasklet directly from the interrupt
instead. Writing up to 64 bytes to a FIFO is probably uses less CPU
than scheduling a tasklet anyway.
Hmm, i'd be interested to find out how long these are taking... I might
try and rig up something to test the time being taken via an SMDK.
If the fifo read/writes are taking significant amounts of time, then the
pio tasklet will at least improve the interrupt latencies invloved, as
iirc we're currently running the main irq handler in IRQ_DISABLED mode
to stop any problems with re-enternancy.... I'll check this and see what
is going on.