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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 24 Apr 2022 18:28:07 +0200 From: Pavel Pisa <pisa@....felk.cvut.cz> To: linux-can@...r.kernel.org, Marc Kleine-Budde <mkl@...gutronix.de>, Oliver Hartkopp <socketcan@...tkopp.net> Cc: Wolfgang Grandegger <wg@...ndegger.com>, David Miller <davem@...emloft.net>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Marin Jerabek <martin.jerabek01@...il.com>, Ondrej Ille <ondrej.ille@...il.com>, Jiri Novak <jnovak@....cvut.cz>, Jaroslav Beran <jara.beran@...il.com>, Petr Porazil <porazil@...ron.com>, Pavel Machek <pavel@....cz>, Carsten Emde <c.emde@...dl.org>, Drew Fustini <pdp7pdp7@...il.com>, Matej Vasilevski <matej.vasilevski@...il.com>, Pavel Pisa <pisa@....felk.cvut.cz> Subject: [PATCH v1 0/4] can: ctucanfd: clenup acoording to the actual rules and documentation linking The minor problems reported by actual checkpatch.pl and patchwork rules has been resolved at price of disable of some debugging options used initially to locate FPGA PCIe integration problems. The CTU CAN FD IP core driver documentation has been linked into CAN drivers index. The code has been tested on QEMU with CTU CAN FD IP core included functional model of PCIe integration. The Linux net-next CTU CAN FD driver has been tested on real Xilinx Zynq hardware by Matej Vasilevski even together with his timestamp support patches. Preparation for public discussion and mainlining is work in progress. Jiapeng Chong (2): can: ctucanfd: Remove unnecessary print function dev_err() can: ctucanfd: Remove unused including <linux/version.h> Pavel Pisa (2): can: ctucanfd: remove PCI module debug parameters and core debug statements. docs: networking: device drivers: can: add ctucanfd and its author e-mail update .../can/ctu/ctucanfd-driver.rst | 2 +- .../networking/device_drivers/can/index.rst | 1 + drivers/net/can/ctucanfd/ctucanfd_base.c | 34 ++----------------- drivers/net/can/ctucanfd/ctucanfd_pci.c | 22 ++++-------- drivers/net/can/ctucanfd/ctucanfd_platform.c | 1 - 5 files changed, 11 insertions(+), 49 deletions(-) -- 2.20.1
Powered by blists - more mailing lists