From: Richard Cochran <richardcochran@gmail•com>
To: <netdev@vger•kernel.org>
Cc: <device-drivers-devel@blackfin•uclinux.org>,
<uclinux-dist-devel@blackfin•uclinux.org>,
Bob Liu <lliubbo@gmail•com>, David Miller <davem@davemloft•net>,
Jacob Keller <jacob.e.keller@intel•com>,
Jeff Kirsher <jeffrey.t.kirsher@intel•com>,
John Ronciak <john.ronciak@intel•com>,
John Stultz <john.stultz@linaro•org>,
Mike Frysinger <vapier@gentoo•org>,
Sonic Zhang <sonic.zhang@analog•com>
Subject: [PATCH V2 net-next 0/4] Convert blackfin to phc and remove timecompare
Date: Wed, 31 Oct 2012 17:27:21 +0100 [thread overview]
Message-ID: <cover.1351696541.git.richardcochran@gmail.com> (raw)
* Changes in V2:
- Correct the wrong direction of the shift when converting time
stamps to nanoseconds
- Add John Stultz's ack on patch 4
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.
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
next reply other threads:[~2012-10-31 16:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 16:27 Richard Cochran [this message]
2012-10-31 16:27 ` [PATCH V2 net-next 1/4] bfin_mac: only advertise hardware time stamped when enabled Richard Cochran
2012-11-01 9:40 ` Bob Liu
2012-10-31 16:27 ` [PATCH V2 net-next 2/4] bfin_mac: replace sys time stamps with raw ones instead Richard Cochran
2012-11-01 9:41 ` Bob Liu
2012-10-31 16:27 ` [PATCH V2 net-next 3/4] bfin_mac: offer a PTP Hardware Clock Richard Cochran
2012-11-01 9:40 ` Bob Liu
2012-10-31 16:27 ` [PATCH V2 net-next 4/4] time: remove the timecompare code Richard Cochran
2012-11-01 9:41 ` Bob Liu
2012-11-01 15:43 ` [PATCH V2 net-next 0/4] Convert blackfin to phc and remove timecompare David Miller
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=cover.1351696541.git.richardcochran@gmail.com \
--to=richardcochran@gmail$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=device-drivers-devel@blackfin$(echo .)uclinux.org \
--cc=jacob.e.keller@intel$(echo .)com \
--cc=jeffrey.t.kirsher@intel$(echo .)com \
--cc=john.ronciak@intel$(echo .)com \
--cc=john.stultz@linaro$(echo .)org \
--cc=lliubbo@gmail$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=sonic.zhang@analog$(echo .)com \
--cc=uclinux-dist-devel@blackfin$(echo .)uclinux.org \
--cc=vapier@gentoo$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox