Home
last modified time | relevance | path

Searched hist:ca38a814c6f86db0aa58884a31093d4f096e20aa (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/
H A Dtalitos.cdiff ca38a814c6f86db0aa58884a31093d4f096e20aa Sat Dec 20 07:09:25 CET 2008 Lee Nipper <lee.nipper@freescale.com> crypto: talitos - Ack done interrupt in isr instead of tasklet

Previous commit for interrupt mitigation moved the done interrupt
acknowlegement from the isr to the talitos_done tasklet.
This patch moves the done interrupt acknowledgement back
into the isr so that done interrupts will always be acknowledged.
This covers the case for acknowledging interrupts for channel done processing
that has actually already been completed by the tasklet prior to fielding
a pending interrupt.

Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>