lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1700910933-23868-1-git-send-email-srinivas.goud@amd.com> Date: Sat, 25 Nov 2023 16:45:30 +0530 From: Srinivas Goud <srinivas.goud@....com> To: <wg@...ndegger.com>, <mkl@...gutronix.de>, <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>, <robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>, <conor+dt@...nel.org>, <p.zabel@...gutronix.de> CC: <git@....com>, <michal.simek@...inx.com>, <linux-can@...r.kernel.org>, <netdev@...r.kernel.org>, <devicetree@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>, <appana.durga.rao@...inx.com>, <naga.sureshkumar.relli@...inx.com>, Srinivas Goud <srgoud@...sgoud40.xilinx.com> Subject: [PATCH v6 0/3] can: xilinx_can: Add ECC feature support From: Srinivas Goud <srgoud@...sgoud40.xilinx.com> Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN Controller. 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. --- BRANCH: linux-can-next/master 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 Srinivas Goud (3): dt-bindings: can: xilinx_can: Add 'xlnx,has-ecc' optional property 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 | 159 ++++++++++++++++++++- 2 files changed, 160 insertions(+), 4 deletions(-) -- 2.1.1
Powered by blists - more mailing lists