Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp456714ybt; Fri, 19 Jun 2020 06:02:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzz8FwkUakbTsTJcvonE30/seX2scYNys9lTBWThrSYc23KRmAz0Ld/xB0SB9NL80zECyI0 X-Received: by 2002:a17:906:ce30:: with SMTP id sd16mr3699011ejb.374.1592571769389; Fri, 19 Jun 2020 06:02:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592571769; cv=none; d=google.com; s=arc-20160816; b=HFkYT1HlhSd5Ucj7u2xY2NSMqrCvsi2JsQJ6d+5Xg8J0lSzsL8UyxrrbS/8ORsU7M7 nBRhKdqwnMV85NEQjuJ3RhLEzuGDa2dSM5PBnT8bgapPvHp46aAeRQCAhB/7MqM7/cv0 fcHSO3joiCNRea4sEji4+EhVrzl9ICsIVHDwj29JkOBxwH55qMI6/bMxsaXfEyKcGjO/ Wef1aKJJia+mxkxV2c1yGGApwLmk4Z1jRSfIxccybx4Zi71IlCpu6diI/dzooaBywGVQ q0UlkbnPRxFZMezt7qokdDo3UsV24zR1YvNS7xR/kwePUHB4oI9MQfqeygyvy00B2ocL 4a3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=j/wMmq/T7KM9zU+SgLswkH1BHQsEB3jdpW/tWan60iU=; b=e7q1HH2ZGVvWMqRaSVBvUrIQPa9laJI2H3JZfaB4ooYthknMajqXgmLGITQhItHOpR M+NwpXYHIc9E0tnrtQwt/u+KUkebW9ecSTNg9QNmXr/mzBsV6Ojeb7krpJVALNvJEEkk wiLprpqm0qUN4wNsXbKdYoXzEcrlU4OakRwvq1U+H6SjFtZsSwiwzKs3vSz7ip2H0YBp C/SsHWm8mt4/hoTgPqDhfHCpp7j6DHjzOPql8DQPJ9ky/WB/InWRU8FIajAUiehf0/gH AOcKL+1Ljx7BKlmhnAHgMXb8b1EzwWStr1IXAuyo0UN/qeehupQzGRHa9D5D2V091b0p YS3w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p9si3882110ejm.658.2020.06.19.06.02.24; Fri, 19 Jun 2020 06:02:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733137AbgFSM12 (ORCPT + 99 others); Fri, 19 Jun 2020 08:27:28 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:43683 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732980AbgFSMZS (ORCPT ); Fri, 19 Jun 2020 08:25:18 -0400 X-Originating-IP: 90.76.143.236 Received: from localhost (lfbn-tou-1-1075-236.w90-76.abo.wanadoo.fr [90.76.143.236]) (Authenticated sender: antoine.tenart@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 622F0E0005; Fri, 19 Jun 2020 12:25:06 +0000 (UTC) From: Antoine Tenart To: davem@davemloft.net, andrew@lunn.ch, f.fainelli@gmail.com, hkallweit1@gmail.com, richardcochran@gmail.com, alexandre.belloni@bootlin.com, UNGLinuxDriver@microchip.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, allan.nielsen@microchip.com, foss@0leil.net, antoine.tenart@bootlin.com Subject: [PATCH net-next v3 0/8] net: phy: mscc: PHC and timestamping support Date: Fri, 19 Jun 2020 14:22:52 +0200 Message-Id: <20200619122300.2510533-1-antoine.tenart@bootlin.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This series aims at adding support for PHC and timestamping operations in the MSCC PHY driver, for the VSC858x and VSC8575. Those PHYs are capable of timestamping in 1-step and 2-step for both L2 and L4 traffic. As of this series, only IPv4 support was implemented when using L4 mode. This is because of an hardware limitation which prevents us for supporting both IPv4 and IPv6 at the same time. Implementing support for IPv6 should be quite easy (I do have the modifications needed for the hardware configuration) but I did not see a way to retrieve this information in hwtstamp(). What would you suggest? Those PHYs are distributed in hardware packages containing multiple times the PHY. The VSC8584 for example is composed of 4 PHYs. With hardware packages, parts of the logic is usually common and one of the PHY has to be used for some parts of the initialization. Following this logic, the 1588 blocks of those PHYs are shared between two PHYs and accessing the registers has to be done using the "base" PHY of the group. This is handled thanks to helpers in the PTP code (and locks). We also need the MDIO bus lock while performing a single read or write to the 1588 registers as the read/write are composed of multiple MDIO transactions (and we don't want other threads updating the page). To get and set the PHC time, a GPIO has to be used and changes are only retrieved or committed when on a rising edge. The same GPIO is shared by all PHYs, so the granularity of the lock protecting it has to be different from the ones protecting the 1588 registers (the VSC8584 PHY has 2 1588 blocks, and a single load/save pin). Patch 1 extends the recently added helpers to share information between PHYs of the same hardware package; to allow having part of the probe to be shared (in addition to the already supported init part). This will be used when adding support for PHC/TS to initialize locks. Patches 2 and 3 are mostly cosmetic. Patch 4 takes into account the 1588 block in the MACsec initialization, to allow having both the MACsec and 1588 blocks initialized on a running system. Patches 5 and 6 add support for PHC and timestamping operations in the MSCC driver. An initialization of the 1588 block (plus all the registers definition; and helpers) is added first; and then comes a patch to implement the PHC and timestamping API. Patches 7 and 8 add the required hardware description for device trees, to be able to use the load/save GPIO pin on the PCB120 board. To use this on a PCB120 board, two other series are needed and have already been sent upstream (one is merged). There are no dependency between all those series. Thanks! Antoine Since v2: - Removed explicit inlines from .c files. - Fixed three warnings. Since v1: - Removed checks in rxtstamp/txtstamp as skb cannot be NULL here. - Reworked get_ptp_header_rx/get_ptp_header. - Reworked the locking logic between the PHC and timestamping operations. - Fixed a compilation issue on x86 reported by Jakub. Antoine Tenart (5): net: phy: add support for a common probe between shared PHYs net: phy: mscc: fix copyright and author information in MACsec net: phy: mscc: take into account the 1588 block in MACsec init net: phy: mscc: timestamping and PHC support dt-bindings: net: phy: vsc8531: document the load/save GPIO Quentin Schulz (3): net: phy: mscc: remove the TR CLK disable magic value net: phy: mscc: 1588 block initialization MIPS: dts: ocelot: describe the load/save GPIO .../bindings/net/mscc-phy-vsc8531.txt | 3 + arch/mips/boot/dts/mscc/ocelot_pcb120.dts | 12 +- drivers/net/phy/mscc/Makefile | 4 + drivers/net/phy/mscc/mscc.h | 64 + drivers/net/phy/mscc/mscc_fc_buffer.h | 2 +- drivers/net/phy/mscc/mscc_mac.h | 2 +- drivers/net/phy/mscc/mscc_macsec.c | 10 +- drivers/net/phy/mscc/mscc_macsec.h | 2 +- drivers/net/phy/mscc/mscc_main.c | 63 +- drivers/net/phy/mscc/mscc_ptp.c | 1587 +++++++++++++++++ drivers/net/phy/mscc/mscc_ptp.h | 477 +++++ include/linux/phy.h | 18 +- 12 files changed, 2223 insertions(+), 21 deletions(-) create mode 100644 drivers/net/phy/mscc/mscc_ptp.c create mode 100644 drivers/net/phy/mscc/mscc_ptp.h -- 2.26.2