All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: Richard Cochran <richardcochran@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org,
	netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org,
	linuxppc-dev@lists.ozlabs.org,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Arnd Bergmann <arnd@arndb.de>, Christoph Lameter <cl@linux.com>,
	David Miller <davem@davemloft.net>,
	Krzysztof Halasa <khc@pm.waw.pl>,
	Peter Zijlstra <peterz@infradead.org>,
	Rodolfo Giometti <giometti@linux.it>,
	Thomas Gleixner <tglx@linutronix.de>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Mike Frysinger <vapier@gentoo.org>,
	Paul Mackerras <paulus@samba.org>,
	Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH V13 2/4] ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Date: Mon, 28 Mar 2011 11:07:18 -0700	[thread overview]
Message-ID: <1301335638.21829.1.camel@work-vm> (raw)
In-Reply-To: <120e586f678230c5f7d6dcfe70aa4483c2d50bf5.1301206090.git.richard.cochran@omicron.at>

On Sun, 2011-03-27 at 08:38 +0200, Richard Cochran wrote:
> The eTSEC includes a PTP clock with quite a few features. This patch adds
> support for the basic clock adjustment functions, plus two external time
> stamps, one alarm, and the PPS callback.
> 
> Signed-off-by: Richard Cochran <richard.cochran@omicron.at>

Acked-by: John Stultz <john.stultz@linaro.org>


WARNING: multiple messages have this Message-ID (diff)
From: John Stultz <john.stultz@linaro.org>
To: Richard Cochran <richardcochran@gmail.com>
Cc: Rodolfo Giometti <giometti@linux.it>,
	Arnd Bergmann <arnd@arndb.de>,
	Peter Zijlstra <peterz@infradead.org>,
	linux-api@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
	linux-kernel@vger.kernel.org,
	Russell King <linux@arm.linux.org.uk>,
	Paul Mackerras <paulus@samba.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	netdev@vger.kernel.org, Mike Frysinger <vapier@gentoo.org>,
	Christoph Lameter <cl@linux.com>,
	linuxppc-dev@lists.ozlabs.org, David Miller <davem@davemloft.net>,
	linux-arm-kernel@lists.infradead.org,
	Krzysztof Halasa <khc@pm.waw.pl>
Subject: Re: [PATCH V13 2/4] ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Date: Mon, 28 Mar 2011 11:07:18 -0700	[thread overview]
Message-ID: <1301335638.21829.1.camel@work-vm> (raw)
In-Reply-To: <120e586f678230c5f7d6dcfe70aa4483c2d50bf5.1301206090.git.richard.cochran@omicron.at>

On Sun, 2011-03-27 at 08:38 +0200, Richard Cochran wrote:
> The eTSEC includes a PTP clock with quite a few features. This patch adds
> support for the basic clock adjustment functions, plus two external time
> stamps, one alarm, and the PPS callback.
> 
> Signed-off-by: Richard Cochran <richard.cochran@omicron.at>

Acked-by: John Stultz <john.stultz@linaro.org>

WARNING: multiple messages have this Message-ID (diff)
From: john.stultz@linaro.org (John Stultz)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V13 2/4] ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Date: Mon, 28 Mar 2011 11:07:18 -0700	[thread overview]
Message-ID: <1301335638.21829.1.camel@work-vm> (raw)
In-Reply-To: <120e586f678230c5f7d6dcfe70aa4483c2d50bf5.1301206090.git.richard.cochran@omicron.at>

On Sun, 2011-03-27 at 08:38 +0200, Richard Cochran wrote:
> The eTSEC includes a PTP clock with quite a few features. This patch adds
> support for the basic clock adjustment functions, plus two external time
> stamps, one alarm, and the PPS callback.
> 
> Signed-off-by: Richard Cochran <richard.cochran@omicron.at>

Acked-by: John Stultz <john.stultz@linaro.org>

  reply	other threads:[~2011-03-28 18:07 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-27  6:37 [PATCH V13 0/4] ptp: IEEE 1588 hardware clock support Richard Cochran
2011-03-27  6:37 ` Richard Cochran
2011-03-27  6:37 ` Richard Cochran
2011-03-27  6:37 ` Richard Cochran
     [not found] ` <cover.1301206090.git.richard.cochran-3mrvs1K0uXizZXS1Dc/lvw@public.gmane.org>
2011-03-27  6:38   ` [PATCH V13 1/4] ptp: Added a brand new class driver for ptp clocks Richard Cochran
2011-03-27  6:38     ` Richard Cochran
2011-03-27  6:38     ` Richard Cochran
2011-03-27  6:38     ` Richard Cochran
     [not found]     ` <86641738e4c84fbdb105d6f2eb6141d5d13c3190.1301206090.git.richard.cochran-3mrvs1K0uXizZXS1Dc/lvw@public.gmane.org>
2011-03-28 18:06       ` John Stultz
2011-03-28 18:06         ` John Stultz
2011-03-28 18:06         ` John Stultz
2011-03-28 18:06         ` John Stultz
2011-03-27  6:38   ` [PATCH V13 2/4] ptp: Added a clock that uses the eTSEC found on the MPC85xx Richard Cochran
2011-03-27  6:38     ` Richard Cochran
2011-03-27  6:38     ` Richard Cochran
2011-03-27  6:38     ` Richard Cochran
2011-03-28 18:07     ` John Stultz [this message]
2011-03-28 18:07       ` John Stultz
2011-03-28 18:07       ` John Stultz
2011-03-27  6:39   ` [PATCH V13 3/4] ptp: Added a clock driver for the IXP46x Richard Cochran
2011-03-27  6:39     ` Richard Cochran
2011-03-27  6:39     ` Richard Cochran
2011-03-27  6:39     ` Richard Cochran
2011-03-28 18:07     ` John Stultz
2011-03-28 18:07       ` John Stultz
2011-03-28 18:07       ` John Stultz
2011-03-27  6:39   ` [PATCH V13 4/4] ptp: Added a clock driver for the National Semiconductor PHYTER Richard Cochran
2011-03-27  6:39     ` Richard Cochran
2011-03-27  6:39     ` Richard Cochran
2011-03-27  6:39     ` Richard Cochran
2011-03-28 18:08     ` John Stultz
2011-03-28 18:08       ` John Stultz
2011-03-28 18:08       ` John Stultz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1301335638.21829.1.camel@work-vm \
    --to=john.stultz@linaro.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=cl@linux.com \
    --cc=davem@davemloft.net \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=giometti@linux.it \
    --cc=khc@pm.waw.pl \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=netdev@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    --cc=richardcochran@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=vapier@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.