Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp827120ybe; Fri, 13 Sep 2019 07:00:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqzVkg4NnZrC3sHe4mPsFMQZA0Gsjhi4vyVMqLEZC4pRB5ka91WtdblLgfmlizwoJKDfQTmF X-Received: by 2002:a50:cfc7:: with SMTP id i7mr38786776edk.89.1568383221474; Fri, 13 Sep 2019 07:00:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568383221; cv=none; d=google.com; s=arc-20160816; b=1Lt/JKpzUeBqqQREc9ylEMc/Xln3Wt9acxMSU/rdtwkiiSYVBfLQr7JdHLhv9g3hPc ZHBRQJF6ttMofgt2z3aV5LtH77L4PBTdLzoiIp07grMJqfEcBoGBK+Nv/H19+Ad8zL5X FOw/PHquzTDc4w0JnAKAaJTnsyktOGHMnqfJhpI0bTWYDNer4CXvkLjkeSE55CxIPr0E loH8cTwOuNF9pO5+glXLUZeH3fboRi5yt6JfHskAlhWYHLjGegG2ese+eW2T2Xqpn+tE H2IIY1mshYtoWXEtj5JLpPTQOMuI10fHAdFvsVv/ik16xGKeE2ncQpb/JVmJAWEnlPyF yFcg== 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 :references:in-reply-to:from:subject:cc:to:message-id:date; bh=Eh/nS9Z8xSDTuAwADJCed2u3ljIhSiw4BDBmdMNLDGI=; b=KQ0aM7FrE4+78oXjf9BhtMxTvDjfgePOF614EGUAPzH3D209QXiBDifJuP47gew0I/ qZeyc3Jym99mhnsMHz6pmI7N6SZVxBmBMiR916WxqFr8/98gpZR8qPJKWHWtaxod4YMM barW+p+BOYMEyu4QDSjSFtl6pdknAupgGxVQ1qCbBw1ZtIbyXqJHv2T8VfegPIUdlLl7 QaFp3y64dKOkrVetIe3Aoo4uD6XzOZV5esjYGYTVjzs/Nf6ZALEkLjpfXdyBT5yBuAYu tJKxC0RUO5gZxYecj5DTusO4d/FDSJkui8BLJBxD8pOdQPN5eACsP3l2lvHReVUGeMC7 UD7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 8si18199282edz.299.2019.09.13.06.59.58; Fri, 13 Sep 2019 07:00:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391706AbfIMN5d (ORCPT + 99 others); Fri, 13 Sep 2019 09:57:33 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:44222 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388170AbfIMN5d (ORCPT ); Fri, 13 Sep 2019 09:57:33 -0400 Received: from localhost (93-63-141-166.ip28.fastwebnet.it [93.63.141.166]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id A43DE14C68421; Fri, 13 Sep 2019 06:57:31 -0700 (PDT) Date: Fri, 13 Sep 2019 14:57:30 +0100 (WEST) Message-Id: <20190913.145730.1373154947483393005.davem@davemloft.net> To: felipe.balbi@linux.intel.com Cc: richardcochran@gmail.com, christopher.s.hall@intel.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 2/2] PTP: add support for one-shot output From: David Miller In-Reply-To: <20190911061622.774006-2-felipe.balbi@linux.intel.com> References: <20190911061622.774006-1-felipe.balbi@linux.intel.com> <20190911061622.774006-2-felipe.balbi@linux.intel.com> X-Mailer: Mew version 6.8 on Emacs 26.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 13 Sep 2019 06:57:32 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Felipe Balbi Date: Wed, 11 Sep 2019 09:16:22 +0300 > Some controllers allow for a one-shot output pulse, in contrast to > periodic output. Now that we have extensible versions of our IOCTLs, we > can finally make use of the 'flags' field to pass a bit telling driver > that if we want one-shot pulse output. > > Signed-off-by: Felipe Balbi Applied.