]> asedeno.scripts.mit.edu Git - linux.git/commit
mailbox: bcm-pdc: Convert from threaded IRQ to tasklet
authorRob Rice <rob.rice@broadcom.com>
Mon, 14 Nov 2016 18:26:01 +0000 (13:26 -0500)
committerJassi Brar <jaswinder.singh@linaro.org>
Mon, 19 Dec 2016 14:40:21 +0000 (20:10 +0530)
commit8aef00f090bcbe5237c5a6628e7c000890267efe
treea388b78ba634615cbabcb38956c7c39040bcec83
parent7493cde34efc28641c295ee0d52ab9d790853c62
mailbox: bcm-pdc: Convert from threaded IRQ to tasklet

Previously used threaded IRQs in the PDC driver to defer
processing the rx DMA ring after getting an rx done interrupt.
Instead, use a tasklet at normal priority for deferred processing.

Signed-off-by: Rob Rice <rob.rice@broadcom.com>
Reviewed-by: Andy Gospodarek <gospo@broadcom.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/bcm-pdc-mailbox.c