netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC net-next 0/4] Convert blackfin to phc and remove timecompare
@ 2012-09-28 17:20 Richard Cochran
  2012-09-28 17:20 ` [PATCH RFC net-next 1/4] bfin_mac: only advertise hardware time stamped when enabled Richard Cochran
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Richard Cochran @ 2012-09-28 17:20 UTC (permalink / raw)
  To: netdev
  Cc: device-drivers-devel, uclinux-dist-devel, David Miller,
	Jacob Keller, Jeff Kirsher, John Ronciak, John Stultz,
	Mike Frysinger, Miroslav Lichvar, Patrick Ohly, Sonic Zhang

This patch series takes care of a legacy issue in the time keeping
core by moving blackfin over to PHC model and removing the dubious
timecompare code.

The blackfin is quite similar to the other MAC based PTP hardware
clocks, and so the implementation is straightforward. However, I don't
have a board to test this on, and I would really appreciate if someone
would test this for me. If anyone wants to lend me a board or make one
available for remote login, please let me know.

The first patch is a bug fix that should be merged in any
case. Pacthes two and three convert the bfin_mac to offer a PHC
device. The last patch removes the timecompare code.

Thanks,
Richard


Richard Cochran (4):
  bfin_mac: only advertise hardware time stamped when enabled.
  bfin_mac: replace sys time stamps with raw ones instead.
  bfin_mac: offer a PTP Hardware Clock.
  time: remove the timecompare code.

 drivers/net/ethernet/adi/Kconfig    |    2 +-
 drivers/net/ethernet/adi/bfin_mac.c |  259 ++++++++++++++++++++++++++---------
 drivers/net/ethernet/adi/bfin_mac.h |   13 +-
 include/linux/timecompare.h         |  125 -----------------
 kernel/time/Makefile                |    2 +-
 kernel/time/timecompare.c           |  193 --------------------------
 6 files changed, 205 insertions(+), 389 deletions(-)
 delete mode 100644 include/linux/timecompare.h
 delete mode 100644 kernel/time/timecompare.c

-- 
1.7.2.5

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2012-11-01  9:42 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 17:20 [PATCH RFC net-next 0/4] Convert blackfin to phc and remove timecompare Richard Cochran
2012-09-28 17:20 ` [PATCH RFC net-next 1/4] bfin_mac: only advertise hardware time stamped when enabled Richard Cochran
2012-09-28 17:20 ` [PATCH RFC net-next 2/4] bfin_mac: replace sys time stamps with raw ones instead Richard Cochran
2012-10-30  9:17   ` [uclinux-dist-devel] " Bob Liu
2012-10-30 13:41     ` Richard Cochran
2012-10-31  6:29       ` Bob Liu
2012-10-31  6:36         ` Bob Liu
2012-10-31  8:21           ` Richard Cochran
2012-10-31  8:36         ` Richard Cochran
2012-10-31  9:00           ` Bob Liu
2012-10-31 12:46             ` Richard Cochran
2012-11-01  2:08               ` Bob Liu
2012-11-01  8:41                 ` Richard Cochran
2012-11-01  8:54                   ` Bob Liu
2012-11-01  9:35                     ` Richard Cochran
     [not found]                       ` <20121101093540.GB5949-TJb37gCd1q6chkuNt9O67llkmcu1nq/N@public.gmane.org>
2012-11-01  9:39                         ` Bob Liu
2012-11-01  9:42                           ` [uclinux-dist-devel] " Richard Cochran
2012-10-31  6:47   ` Bob Liu
2012-10-31  7:57     ` Richard Cochran
2012-09-28 17:20 ` [PATCH RFC net-next 3/4] bfin_mac: offer a PTP Hardware Clock Richard Cochran
2012-09-28 17:20 ` [PATCH RFC net-next 4/4] time: remove the timecompare code Richard Cochran
2012-09-28 17:44   ` John Stultz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).