devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] can: xilinx_can: Add ECC feature support
@ 2023-09-01  8:40 Srinivas Goud
  2023-09-01  8:40 ` [PATCH v4 1/3] dt-bindings: can: xilinx_can: Add ECC property 'xlnx,has-ecc' Srinivas Goud
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Srinivas Goud @ 2023-09-01  8:40 UTC (permalink / raw)
  To: wg, mkl, davem, edumazet, kuba, pabeni, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, p.zabel
  Cc: git, michal.simek, linux-can, linux-arm-kernel, linux-kernel,
	netdev, devicetree, appana.durga.rao, naga.sureshkumar.relli,
	Srinivas Goud

Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN Controller.
Part of this feature configuration and counter registers added in
Xilinx AXI CAN Controller for 1bit/2bit ECC errors count and reset.
Also driver reports 1bit/2bit ECC errors for FIFOs based on
ECC error interrupts.

Add xlnx,has-ecc optional property for Xilinx AXI CAN controller to
support ECC if the ECC block is enabled in the HW.

Add ethtool stats interface for getting all the ECC errors information.

There is no public documentation for it available.

---
BRANCH: linux-can-next/master

Changes in v4:
Fix DT binding check warning
Update xlnx,has-ecc property description

Changes in v3:
Update mailing list
Update commit description

Changes in v2:
Address review comments
Add ethtool stats interface
Update commit description


Srinivas Goud (3):
  dt-bindings: can: xilinx_can: Add ECC property 'xlnx,has-ecc'
  can: xilinx_can: Add ECC support
  can: xilinx_can: Add ethtool stats interface for ECC errors

 .../devicetree/bindings/net/can/xilinx,can.yaml    |   5 +
 drivers/net/can/xilinx_can.c                       | 154 +++++++++++++++++++--
 2 files changed, 144 insertions(+), 15 deletions(-)

-- 
2.1.1


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

end of thread, other threads:[~2023-09-12  6:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01  8:40 [PATCH v4 0/3] can: xilinx_can: Add ECC feature support Srinivas Goud
2023-09-01  8:40 ` [PATCH v4 1/3] dt-bindings: can: xilinx_can: Add ECC property 'xlnx,has-ecc' Srinivas Goud
2023-09-04 14:52   ` Marc Kleine-Budde
2023-09-01  8:40 ` [PATCH v4 2/3] can: xilinx_can: Add ECC support Srinivas Goud
2023-09-04 15:04   ` Marc Kleine-Budde
2023-09-01  8:40 ` [PATCH v4 3/3] can: xilinx_can: Add ethtool stats interface for ECC errors Srinivas Goud
2023-09-04 15:22   ` Marc Kleine-Budde
2023-09-12  6:37   ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).