RE: [PATCH v4 2/2] PTP: add support for one-shot output

2019-09-24 Thread Keller, Jacob E
> -Original Message- > From: Hall, Christopher S > Sent: Tuesday, September 24, 2019 1:24 PM > To: Keller, Jacob E ; Felipe Balbi > ; Richard Cochran > Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: RE: [PATCH v4 2/2] PTP: add suppor

RE: [PATCH v4 2/2] PTP: add support for one-shot output

2019-09-24 Thread Keller, Jacob E
> -Original Message- > From: Hall, Christopher S > Sent: Tuesday, September 24, 2019 1:24 PM > To: Keller, Jacob E ; Felipe Balbi > ; Richard Cochran > Cc: net...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: RE: [PATCH v4 2/2] PTP: add support for one-

RE: [PATCH v4 2/2] PTP: add support for one-shot output

2019-09-24 Thread Hall, Christopher S
> -Original Message- > From: Keller, Jacob E > Sent: Tuesday, September 24, 2019 12:23 PM > To: Felipe Balbi ; Richard Cochran > > Cc: Hall, Christopher S ; > net...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: RE: [PATCH v4 2/2] PTP: add sup

RE: [PATCH v4 2/2] PTP: add support for one-shot output

2019-09-24 Thread Keller, Jacob E
@vger.kernel.org; Felipe Balbi > Subject: [PATCH v4 2/2] PTP: add support for one-shot output > > 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'

Re: [PATCH v4 2/2] PTP: add support for one-shot output

2019-09-13 Thread David Miller
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-sh

Re: [PATCH v4 2/2] PTP: add support for one-shot output

2019-09-12 Thread Richard Cochran
On Wed, Sep 11, 2019 at 09:16:22AM +0300, Felipe Balbi wrote: > 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

Re: [PATCH v4 2/2] PTP: add support for one-shot output

2019-09-12 Thread David Miller
From: Richard Cochran Date: Thu, 12 Sep 2019 09:56:09 -0700 > On Wed, Sep 11, 2019 at 09:16:22AM +0300, Felipe Balbi wrote: >> 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 t

[PATCH v4 2/2] PTP: add support for one-shot output

2019-09-10 Thread Felipe Balbi
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 --- Changes since v