From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0355C433EF for ; Sun, 24 Apr 2022 16:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235276AbiDXQcx (ORCPT ); Sun, 24 Apr 2022 12:32:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235240AbiDXQcd (ORCPT ); Sun, 24 Apr 2022 12:32:33 -0400 Received: from mailgw.felk.cvut.cz (mailgw.felk.cvut.cz [147.32.82.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A2F69E9E2; Sun, 24 Apr 2022 09:29:29 -0700 (PDT) Received: from mailgw.felk.cvut.cz (localhost.localdomain [127.0.0.1]) by mailgw.felk.cvut.cz (Proxmox) with ESMTP id 7A27F30B2949; Sun, 24 Apr 2022 18:28:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= cmp.felk.cvut.cz; h=cc:cc:content-transfer-encoding:date:from :from:message-id:mime-version:reply-to:subject:subject:to:to; s= felkmail; bh=rbdws84/pPnNeVWA2UKPTIunpmkpZDaaF/q976N9vt8=; b=psm /M+3k0OMSTqMdnVsNJT2Hi+gAtjzK2pIYp2R4A2ozUuMUieIzMBpH37gm9y+CozB dQuchbPBwmj5vDgAkGjapPy6uWBtkdnOzhI+oht+DmGoY8Uq8tKBVVUzS+6Jy/KR WXqsn2EMSK++0tt83UeDitUzAuCYmB3eXF91ilTU8j6kNlCzTXLfBU9ykBl0PIsU yVy2qPB82mmevBnq4Gpr89KTGDeqtRsJ4s+osR+jcUB5DZi81j9eUxrxsPCRop9p lIGYJL1ORbrrfPuzAxv+QxctDXeKxE3ITPPd/25ipyHvxVTCiUxb9hptB1HTSRai Z3Y/zAibYi1+xasua6Q== Received: from cmp.felk.cvut.cz (haar.felk.cvut.cz [147.32.84.19]) by mailgw.felk.cvut.cz (Proxmox) with ESMTPS id 04C1230ADC00; Sun, 24 Apr 2022 18:28:56 +0200 (CEST) Received: from haar.felk.cvut.cz (localhost [127.0.0.1]) by cmp.felk.cvut.cz (8.14.0/8.12.3/SuSE Linux 0.6) with ESMTP id 23OGSteb030890; Sun, 24 Apr 2022 18:28:55 +0200 Received: (from pisa@localhost) by haar.felk.cvut.cz (8.14.0/8.13.7/Submit) id 23OGSou2030886; Sun, 24 Apr 2022 18:28:50 +0200 From: Pavel Pisa To: linux-can@vger.kernel.org, Marc Kleine-Budde , Oliver Hartkopp Cc: Wolfgang Grandegger , David Miller , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Marin Jerabek , Ondrej Ille , Jiri Novak , Jaroslav Beran , Petr Porazil , Pavel Machek , Carsten Emde , Drew Fustini , Matej Vasilevski , Pavel Pisa Subject: [PATCH v1 0/4] can: ctucanfd: clenup acoording to the actual rules and documentation linking Date: Sun, 24 Apr 2022 18:28:07 +0200 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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