Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;

2020-09-17 Thread Jacob Keller
On 9/9/2020 1:55 PM, Keith Busch wrote: > On Wed, Sep 09, 2020 at 01:06:39PM -0700, Joe Perches wrote: >> diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c >> index eea0f453cfb6..8aac5bc60f4c 100644 >> --- a/crypto/tcrypt.c >> +++ b/crypto/tcrypt.c >> @@ -2464,7 +2464,7 @@ static int do_test(const

Re: [PATCH v6 0/8] ptp: IEEE 1588 hardware clock support

2010-09-23 Thread Jacob Keller
> > > In contrast to the standard Linux system clock, a PHC is > > adjustable in hardware, for example using frequency compensation > > registers or a VCO. The ability to directly tune the PHC is > > essential to reap the benefit of hardware timestamping. > > There is a reason for n

Re: [PATCH 1/5] ptp: Added a brand new class driver for ptp clocks.

2010-08-27 Thread Jacob Keller
On Fri, Aug 27, 2010 at 8:06 AM, Alan Cox wrote > > > system time bimble track a source makes sense just as with NTP but > making > > > it a new clock seems the wrong model extending a non-too-bright API > when > > > you can just put the time sources in a file tree. > > > > Don't get your meaning