[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1348851539.git.richardcochran@gmail.com>
Date: Fri, 28 Sep 2012 19:20:24 +0200
From: Richard Cochran <richardcochran@...il.com>
To: <netdev@...r.kernel.org>
Cc: <device-drivers-devel@...ckfin.uclinux.org>,
<uclinux-dist-devel@...ckfin.uclinux.org>,
David Miller <davem@...emloft.net>,
Jacob Keller <jacob.e.keller@...el.com>,
Jeff Kirsher <jeffrey.t.kirsher@...el.com>,
John Ronciak <john.ronciak@...el.com>,
John Stultz <john.stultz@...aro.org>,
Mike Frysinger <vapier@...too.org>,
Miroslav Lichvar <mlichvar@...hat.com>,
Patrick Ohly <patrick.ohly@...el.com>,
Sonic Zhang <sonic.zhang@...log.com>
Subject: [PATCH RFC net-next 0/4] Convert blackfin to phc and remove timecompare
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists