All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] can: various fixes to xilinx_can driver
@ 2017-02-13 13:12 Anssi Hannula
  2017-02-13 13:12 ` [PATCH 1/5] can: xilinx_can: fix device dropping off bus on RX overrun Anssi Hannula
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Anssi Hannula @ 2017-02-13 13:12 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: linux-can, Kedareswara rao Appana

Hi,

Here are several bugfixes for the xilinx_can driver found while taking
the driver into use.

I've marked the three more serious ones for stable (issues with RX/TX
FIFOs and RX overrun). Those are also the ones that mostly remove code
instead of adding lines.


Anssi Hannula (5):
      can: xilinx_can: fix device dropping off bus on RX overrun
      can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
      can: xilinx_can: fix recovery from error states not being propagated
      can: xilinx_can: only report warning and passive states on state changes
      can: xilinx_can: fix TX FIFO accounting getting out of sync

 xilinx_can.c |  208 ++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 142 insertions(+), 66 deletions(-)


-- 
Anssi Hannula / Bitwise Oy


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-03-03 15:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 13:12 [PATCH 0/5] can: various fixes to xilinx_can driver Anssi Hannula
2017-02-13 13:12 ` [PATCH 1/5] can: xilinx_can: fix device dropping off bus on RX overrun Anssi Hannula
2017-02-13 13:12 ` [PATCH 2/5] can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK Anssi Hannula
2017-02-13 13:12 ` [PATCH 3/5] can: xilinx_can: fix recovery from error states not being propagated Anssi Hannula
2017-02-13 13:12 ` [PATCH 4/5] can: xilinx_can: only report warning and passive states on state changes Anssi Hannula
2017-02-13 13:12 ` [PATCH 5/5] can: xilinx_can: fix TX FIFO accounting getting out of sync Anssi Hannula
2017-02-13 14:01   ` Anssi Hannula
2017-02-13 15:39     ` [PATCH 5/5 v2] " Anssi Hannula
2017-02-20  9:42       ` Marc Kleine-Budde
2017-02-20 10:27         ` Anssi Hannula
2017-02-21 14:57           ` Anssi Hannula
2017-02-21 15:14             ` Marc Kleine-Budde
2017-02-21 16:07               ` Anssi Hannula
2017-02-22  9:11                 ` Marc Kleine-Budde
2017-03-03 15:42                   ` [PATCH 5/5 v3] can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting Anssi Hannula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.