commit | b3cf53e988cedb11a407d65abafca836da78b7c9 | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Tue Sep 01 09:00:13 2015 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Feb 06 15:13:44 2017 +0100 |
tree | d6dc8e05039b775cfdf198a2623ef4dc2f1202ca | |
parent | 9eb7aa891101a4a09114ff3191f9877ea35eae06 [diff] |
can: flexcan: add support for timestamp based rx-offload The flexcan IP core has 64 mailboxes. For now they are configured for RX as a hardware FIFO. This FIFO has a fixed depth of 6 CAN frames. In some high load scenarios it turns out thas this buffer is too small. In order to have a buffer larger than the 6 frames FIFO, this patch adds support for timestamp based offloading via the generic rx-offload infrastructure. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>