summaryrefslogtreecommitdiff
path: root/tools/lib/api/fs/Build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/api/fs/Build')
0 files changed, 0 insertions, 0 deletions
href='/cgit.cgi/linux/net-next.git/diff/drivers?id=30164759db1bb1062bdf0f92451f57ed295cfa48&id2=b93917c3700636dadc6688144e7d55e07699367b'>diff)
can: flexcan: make use of rx-offload's irq_offload_fifo
This patch converts the flexcan driver to make use of the rx-offload can_rx_offload_irq_offload_fifo() helper function. The idea is to read the CAN frames already in the interrupt context, as the depth of the flexcan HW FIFO is too shallow, resulting in too many missed frames. During a normal NAPI poll the frames are the pushed into the upper layers. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/can/flexcan.c164
1 files changed, 52 insertions, 112 deletions
diff --git a/drivers/net/can/flexcan.c b/drivers/net/can/flexcan.c