can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-complete
authorMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 16 Sep 2014 13:31:27 +0000 (15:31 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 5 Nov 2014 20:27:45 +0000 (20:27 +0000)
commit3158bdb265224ef34e7248fd802df13e36b5f3c3
treecc5b3a32e121dcac91e57927e6dc92d65c6a5268
parent7056cbe8003b8a4373bde8ec97e7178404cd0712
can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-complete

commit de5944883ebbedbf5adc8497659772f5da7b7d72 upstream.

After sending a RTR frame the TX mailbox becomes a RX_EMPTY mailbox. To avoid
side effects when the RX-FIFO is full, this patch puts the TX mailbox into
TX_INACTIVE mode in the transmission complete interrupt handler. This, of
course, leaves a race window between the actual completion of the transmission
and the handling of tx-complete interrupt. However this is the best we can do
without busy polling the tx complete interrupt.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/can/flexcan.c