[PATCH 0/7] Fix {rx,tx}_errors CAN statistics

Dario Binacchi posted 7 patches 5 days, 16 hours ago
drivers/net/can/ifi_canfd/ifi_canfd.c | 29 +++++++++++++++++++--------
drivers/net/can/m_can/m_can.c         |  7 ++++++-
drivers/net/can/sja1000/sja1000.c     |  7 +++++--
drivers/net/can/spi/hi311x.c          | 17 ++++++++++------
drivers/net/can/sun4i_can.c           |  7 +++++--
drivers/net/can/usb/ems_usb.c         |  7 +++++--
drivers/net/can/usb/f81604.c          |  7 +++++--
7 files changed, 58 insertions(+), 23 deletions(-)
[PATCH 0/7] Fix {rx,tx}_errors CAN statistics
Posted by Dario Binacchi 5 days, 16 hours ago
This series extends the patch 4d6d26537940 ("can: c_can: fix {rx,tx}_errors statistics"),
already merged into the mainline, to other CAN devices that similarly do
not correctly increment the error counters for reception/transmission.


Dario Binacchi (7):
  can: m_can: fix {rx,tx}_errors statistics
  can: ifi_canfd: fix {rx,tx}_errors statistics
  can: hi311x: fix {rx,tx}_errors statistics
  can: sja1000: fix {rx,tx}_errors statistics
  can: sun4i_can: fix {rx,tx}_errors statistics
  can: ems_usb: fix {rx,tx}_errors statistics
  can: f81604: fix {rx,tx}_errors statistics

 drivers/net/can/ifi_canfd/ifi_canfd.c | 29 +++++++++++++++++++--------
 drivers/net/can/m_can/m_can.c         |  7 ++++++-
 drivers/net/can/sja1000/sja1000.c     |  7 +++++--
 drivers/net/can/spi/hi311x.c          | 17 ++++++++++------
 drivers/net/can/sun4i_can.c           |  7 +++++--
 drivers/net/can/usb/ems_usb.c         |  7 +++++--
 drivers/net/can/usb/f81604.c          |  7 +++++--
 7 files changed, 58 insertions(+), 23 deletions(-)

-- 
2.43.0