From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Subject: Re: [PATCH 1/8] posix clocks: introduce a syscall for clock tuning. Date: Fri, 24 Sep 2010 09:55:34 +0200 Message-ID: <20100924075534.GB5043@riccoc20.at.omicron.at> References: <1285279423.5158.20.camel@pasglop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1285279423.5158.20.camel@pasglop> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Benjamin Herrenschmidt Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, John Stultz , Rodolfo Giometti , Peter Zijlstra , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Thomas Gleixner , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Christoph Lameter , linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, David Miller , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Krzysztof Halasa List-Id: devicetree@vger.kernel.org On Fri, Sep 24, 2010 at 08:03:43AM +1000, Benjamin Herrenschmidt wrote: > On Thu, 2010-09-23 at 19:31 +0200, Richard Cochran wrote: > > A new syscall is introduced that allows tuning of a POSIX clock. The > > syscall is implemented for four architectures: arm, blackfin, powerpc, > > and x86. > > > > The new syscall, clock_adjtime, takes two parameters, the clock ID, > > and a pointer to a struct timex. The semantics of the timex struct > > have been expanded by one additional mode flag, which allows an > > absolute offset correction. When specificied, the clock offset is > > immediately corrected by adding the given time value to the current > > time value. > > Any reason why you CC'ed device-tree discuss ? > > This list is getting way too much unrelated stuff, which I find > annoying, it would be nice if we were all a bit more careful here with > our CC lists. Sorry, I only added device-tree because some one asked me to do so. http://marc.info/?l=linux-netdev&m=127273157912358 I'll leave it off next time. Thanks, Richard