Merge patch series "Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN Control...
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 16 Feb 2024 13:18:35 +0000 (14:18 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 16 Feb 2024 13:18:35 +0000 (14:18 +0100)
commita93fca920167755db7e931f9b302b355edec910a
tree522293ab9a072493906673e84ea2cb00fd0f4b31
parent240335736b3c4b4e4498059f3d73e721b0aa9f3a
parente1d1698eb36c4e3af9cc77e610cfbe47861c491c
Merge patch series "Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN Controller."

Marc Kleine-Budde <mkl@pengutronix.de> says:

ECC is an IP configuration option where counter registers are added in
IP 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.

Changes in v8:
- Use u64_stats_sync instead of spinlock
- Renamed stats strings: use "_" instead of "-"
- Renamed stats strings: add "_errors" trailer
- Renamed stats variables similar to stats strings

Changes in v7:
- Update with spinlock only for stats counters

Changes in v6:
- Update commit description

Changes in v5:
- Fix review comments
- Change the sequence of updates the stats
- Add get_strings and get_sset_count stats interface
- Use u64 stats helper function

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

Link: https://lore.kernel.org/all/20240213-xilinx_ecc-v8-0-8d75f8b80771@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>