All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 resend] can: various fixes to xilinx_can driver
@ 2018-01-26 14:27 Anssi Hannula
  2018-01-26 14:27 ` [PATCH 1/5] can: xilinx_can: fix device dropping off bus on RX overrun Anssi Hannula
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Anssi Hannula @ 2018-01-26 14:27 UTC (permalink / raw)
  To: linux-can, Marc Kleine-Budde; +Cc: Michal Simek

Hi all,

I submitted a few bugfixes in Feb 2017 ("can: various fixes to
xilinx_can driver") but they were not applied, so here they are again.

I seem to have missed CCing Michal Simek (the maintainer per
MAINTAINERS) last time, but I've included him in the loop now so he can
comment.

The last patch saw several revisions after comments from Marc, the one here
is the same as the last version posted back then.

I've rebased them on top of linux-can/master and tested on Zynq-7000 HW.


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: keep only 1-2 frames in TX FIFO to fix TX accounting

 drivers/net/can/xilinx_can.c | 314 +++++++++++++++++++++++++++------
 1 file changed, 256 insertions(+), 58 deletions(-)

-- 
Anssi Hannula / Bitwise Oy


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

end of thread, other threads:[~2018-02-08 14:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-26 14:27 [PATCH 0/5 resend] can: various fixes to xilinx_can driver Anssi Hannula
2018-01-26 14:27 ` [PATCH 1/5] can: xilinx_can: fix device dropping off bus on RX overrun Anssi Hannula
2018-01-26 14:27 ` [PATCH 2/5] can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK Anssi Hannula
2018-01-26 14:27 ` [PATCH 3/5] can: xilinx_can: fix recovery from error states not being propagated Anssi Hannula
2018-01-29 10:44   ` Andri Yngvason
2018-01-29 16:49     ` [PATCH] can: xilinx_can: use can_change_state() Anssi Hannula
2018-01-29 17:50       ` Andri Yngvason
2018-01-30  8:21         ` Anssi Hannula
2018-01-30 14:35           ` [PATCH v2] " Anssi Hannula
2018-01-26 14:27 ` [PATCH 4/5] can: xilinx_can: only report warning and passive states on state changes Anssi Hannula
2018-01-29  8:35   ` Marc Kleine-Budde
2018-01-29  9:45     ` Anssi Hannula
2018-01-29 10:02       ` Marc Kleine-Budde
2018-01-26 14:27 ` [PATCH 5/5 v3] can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting Anssi Hannula
2018-02-08 14:28 ` [PATCH 0/5 resend] can: various fixes to xilinx_can driver Marc Kleine-Budde

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.