Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932438Ab2KXA0L (ORCPT ); Fri, 23 Nov 2012 19:26:11 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:39545 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932347Ab2KXA0J (ORCPT ); Fri, 23 Nov 2012 19:26:09 -0500 Date: Fri, 23 Nov 2012 22:26:01 -0200 From: Herton Ronaldo Krzesinski To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, alan@lxorguk.ukuu.org.uk, Jacob Keller , Richard Cochran , John Stultz , Jeff Kirsher , "David S. Miller" Subject: Re: [ 05/38] ptp: update adjfreq callback description Message-ID: <20121124002600.GA12014@herton-Z68MA-D2H-B3> References: <20121122003904.262382971@linuxfoundation.org> <20121122003904.841717525@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121122003904.841717525@linuxfoundation.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1835 Lines: 48 On Wed, Nov 21, 2012 at 04:39:48PM -0800, Greg Kroah-Hartman wrote: > 3.0-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Jacob Keller > > commit 87f4d7c1d36f44b0822053b7e5dedc31fdd0ab99 upstream. > > This patch updates the adjfreq callback description to include a note that the > delta in ppb is always relative to the base frequency, and not to the current > frequency of the hardware clock. > > Signed-off-by: Jacob Keller > CC: Richard Cochran > CC: John Stultz > Signed-off-by: Jeff Kirsher > Signed-off-by: David S. Miller > Signed-off-by: Greg Kroah-Hartman > > --- > include/linux/ptp_clock_kernel.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > --- a/include/linux/ptp_clock_kernel.h > +++ b/include/linux/ptp_clock_kernel.h > @@ -50,7 +50,8 @@ struct ptp_clock_request { > * clock operations > * > * @adjfreq: Adjusts the frequency of the hardware clock. > - * parameter delta: Desired period change in parts per billion. > + * parameter delta: Desired frequency offset from nominal frequency > + * in parts per billion > * > * @adjtime: Shifts the time of the hardware clock. > * parameter delta: Desired change in nanoseconds. This was marked for only 3.5 or later on the original changelog: "CC: stable@vger.kernel.org [v3.5+]" -- []'s Herton -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/