From patchwork Tue Oct 18 09:01:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Fedorenko X-Patchwork-Id: 13010177 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 B2A9BC4332F for ; Tue, 18 Oct 2022 09:02:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230272AbiJRJC3 (ORCPT ); Tue, 18 Oct 2022 05:02:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229992AbiJRJC1 (ORCPT ); Tue, 18 Oct 2022 05:02:27 -0400 Received: from novek.ru (unknown [213.148.174.62]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA848A99CC for ; Tue, 18 Oct 2022 02:02:11 -0700 (PDT) Received: from nat1.ooonet.ru (gw.zelenaya.net [91.207.137.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by novek.ru (Postfix) with ESMTPSA id A8CAD504ECC; Tue, 18 Oct 2022 11:57:54 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 novek.ru A8CAD504ECC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=novek.ru; s=mail; t=1666083475; bh=D2ajxGI6pnuyF/NVMU3EoMK4IVbJzArncBFU3bWDQfE=; h=From:To:Cc:Subject:Date:From; b=GcesmimRaPqbKKq5WiBxjlMt/H0isuqwGAbQNjyYjAphWBTIvFeaw4Vrr4GzVXuVP Wqsrc3C9f73phhbZHpspPezz+JHwFwiCpVem2dB9MJtGLKORBAM9V7KZG0Jyn/MVQ/ alNY3M0Zhe8Y6KK/AipY7wq1deYFOnk1k0If5FEo= From: Vadim Fedorenko To: Richard Cochran , Jonathan Lemon , Jakub Kicinski Cc: netdev@vger.kernel.org, Vadim Fedorenko Subject: [PATCH net-next v3 0/5] ptp: ocp: add support for Orolia ART-CARD Date: Tue, 18 Oct 2022 12:01:17 +0300 Message-Id: <20221018090122.3361-1-vfedorenko@novek.ru> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org Orolia company created alternative open source TimeCard. The hardware of the card provides similar to OCP's card functions, that's why the support is added to current driver. The first patch in the series changes the way to store information about serial ports and is more like preparation. The patches 2 to 4 introduces actual hardware support. The last patch removes fallback from devlink flashing interface to protect against flashing wrong image. This became actual now as we have 2 different boards supported and wrong image can ruin hardware easily. v2: Address comments from Jonathan Lemon v3: Fix issue reported by kernel test robot Vadim Fedorenko (5): ptp: ocp: upgrade serial line information ptp: ocp: add Orolia timecard support ptp: ocp: add serial port of mRO50 MAC on ART card ptp: ocp: expose config and temperature for ART card ptp: ocp: remove flash image header check fallback drivers/ptp/ptp_ocp.c | 566 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 519 insertions(+), 47 deletions(-)