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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22EB1C433FE for ; Thu, 3 Dec 2020 16:22:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C0826207A5 for ; Thu, 3 Dec 2020 16:22:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731241AbgLCQV4 (ORCPT ); Thu, 3 Dec 2020 11:21:56 -0500 Received: from mailout04.rmx.de ([94.199.90.94]:36478 "EHLO mailout04.rmx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730881AbgLCQVz (ORCPT ); Thu, 3 Dec 2020 11:21:55 -0500 Received: from kdin01.retarus.com (kdin01.dmz1.retloc [172.19.17.48]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout04.rmx.de (Postfix) with ESMTPS id 4Cn1Kz6Cn8z3qyHn; Thu, 3 Dec 2020 17:21:11 +0100 (CET) Received: from mta.arri.de (unknown [217.111.95.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by kdin01.retarus.com (Postfix) with ESMTPS id 4Cn1Kq6jBwz2xCj; Thu, 3 Dec 2020 17:21:03 +0100 (CET) Received: from n95hx1g2.localnet (192.168.54.174) by mta.arri.de (192.168.100.104) with Microsoft SMTP Server (TLS) id 14.3.487.0; Thu, 3 Dec 2020 17:20:37 +0100 From: Christian Eggers To: Vladimir Oltean CC: Richard Cochran , Jakub Kicinski , Andrew Lunn , Rob Herring , Vivien Didelot , "David S . Miller" , Kurt Kanzenbach , George McCollister , Marek Vasut , Helmut Grohne , Paul Barker , "Codrin Ciubotariu" , Tristram Ha , Woojung Huh , Microchip Linux Driver Support , netdev , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , lkml Subject: Re: [PATCH net-next v5 9/9] net: dsa: microchip: ksz9477: add periodic output support Date: Thu, 3 Dec 2020 17:20:36 +0100 Message-ID: <2436656.VLTSFkEMrK@n95hx1g2> Organization: Arnold & Richter Cine Technik GmbH & Co. Betriebs KG In-Reply-To: References: <20201203102117.8995-1-ceggers@arri.de> <11406377.LS7tM95F4J@n95hx1g2> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-IP: [192.168.54.174] X-RMX-ID: 20201203-172103-ypvHKDKNQjmH-0@out01.hq X-RMX-SOURCE: 217.111.95.66 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, 3 December 2020, 16:52:46 CET, Vladimir Oltean wrote: > On Thu, 3 Dec 2020 at 17:36, Christian Eggers wrote: > > Should ptp_sysfs be extended with a "pulse" attribute with calls > > enable() with only PTP_PEROUT_DUTY_CYCLE set? > > Use tools/testing/selftests/ptp/testptp. Thanks for the hint. Last time I looked at it (5.4), it used to have no "pulse" feature (as the ioctl() interface). Maybe I should also add support for PTP_PEROUT_PHASE to the KSZ driver. regards Christian