netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Two new PTP Hardware Clock features
@ 2012-09-21 17:00 Richard Cochran
  2012-09-21 17:00 ` [PATCH net-next 1/3] ptp: remember the adjusted frequency Richard Cochran
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Richard Cochran @ 2012-09-21 17:00 UTC (permalink / raw)
  To: netdev
  Cc: Ben Hutchings, David Miller, Jacob Keller, Jeff Kirsher,
	John Stultz, Matthew Vick

This patch series adds two new features to the PHC code.

The first two patches let a user program find out the previously
dialed frequency adjustment. This is primarily useful when restarting
a PTP service, since without this information, the presumably correct
adjustment will bias the new frequency estimation.

The third patch makes the sysfs clock name come from the 'struct
device'. This idea was recently discussed on netdev as a way of taking
the guesswork out of the naming scheme.

Thanks,
Richard

Richard Cochran (3):
  ptp: remember the adjusted frequency
  ptp: provide the clock's adjusted frequency
  ptp: derive the device name from the parent device

 drivers/net/ethernet/freescale/gianfar_ptp.c |    3 +--
 drivers/net/ethernet/intel/igb/igb_ptp.c     |    7 ++-----
 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c |    5 ++---
 drivers/net/phy/dp83640.c                    |    3 +--
 drivers/ptp/ptp_clock.c                      |   13 +++++++++++--
 drivers/ptp/ptp_ixp46x.c                     |    3 +--
 drivers/ptp/ptp_pch.c                        |    3 +--
 drivers/ptp/ptp_private.h                    |    2 ++
 drivers/ptp/ptp_sysfs.c                      |    2 +-
 include/linux/ptp_clock_kernel.h             |    8 +++++---
 10 files changed, 27 insertions(+), 22 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2012-09-24 22:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 17:00 [PATCH net-next 0/3] Two new PTP Hardware Clock features Richard Cochran
2012-09-21 17:00 ` [PATCH net-next 1/3] ptp: remember the adjusted frequency Richard Cochran
2012-09-21 17:00 ` [PATCH net-next 2/3] ptp: provide the clock's " Richard Cochran
2012-09-21 17:00 ` [PATCH net-next 3/3] ptp: derive the device name from the parent device Richard Cochran
2012-09-21 17:19   ` Ben Hutchings
2012-09-21 17:37     ` Richard Cochran
2012-09-21 17:39       ` Keller, Jacob E
2012-09-21 17:40         ` Ben Hutchings
2012-09-21 18:11           ` Richard Cochran
2012-09-21 18:23             ` Ben Hutchings
2012-09-21 18:40               ` Richard Cochran
2012-09-21 19:01                 ` Ben Hutchings
2012-09-22  5:43                   ` Richard Cochran
2012-09-22  5:46                     ` Richard Cochran
2012-09-24 22:57                     ` Keller, Jacob E

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).