netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V2 0/4] igb: auxiliary PHC functions for the i210.
@ 2014-11-21  9:41 Richard Cochran
  2014-11-21  9:41 ` [PATCH net-next V2 1/4] igb: refactor time sync interrupt handling Richard Cochran
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Richard Cochran @ 2014-11-21  9:41 UTC (permalink / raw)
  To: netdev
  Cc: David Miller, bruce.w.allan, Jacob Keller, Jeff Kirsher,
	John Ronciak, Matthew Vick, Jian Yu, Richard Cochran

From: Richard Cochran <rcochran@linutronix.de>

* ChangeLog
** V2
   - Add missing serialization in the reset function
   - Reset the auxiliary functions along with the rest
   - Guard against spurious SYS_WRAP interrupts (these occur in the
     82580 device from time to time)

This patch series adds three features: time stamping external events,
producing a periodic output signal, and an internal PPS event. The
i210 PCIe card has a 6 pin header with SDP0-3, making it easy to try
out this new functionality.

An earlier version of this series was posted way back in May, 2013,
but that version lacked a good way to assign functions to the pins. In
the mean time, the PHC core has a standard method to configure the
pins, and this series makes use of it.

Thanks,
Richard

Richard Cochran (4):
  igb: refactor time sync interrupt handling
  igb: serialize access to the time sync interrupt registers.
  igb: enable internal PPS for the i210.
  igb: enable auxiliary PHC functions for the i210.

 drivers/net/ethernet/intel/igb/igb.h      |    9 +
 drivers/net/ethernet/intel/igb/igb_main.c |  110 +++++++++----
 drivers/net/ethernet/intel/igb/igb_ptp.c  |  254 ++++++++++++++++++++++++++++-
 3 files changed, 337 insertions(+), 36 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-11-21 12:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21  9:41 [PATCH net-next V2 0/4] igb: auxiliary PHC functions for the i210 Richard Cochran
2014-11-21  9:41 ` [PATCH net-next V2 1/4] igb: refactor time sync interrupt handling Richard Cochran
2014-11-21  9:41 ` [PATCH net-next V2 2/4] igb: serialize access to the time sync interrupt registers Richard Cochran
2014-11-21  9:41 ` [PATCH net-next V2 3/4] igb: enable internal PPS for the i210 Richard Cochran
2014-11-21  9:41 ` [PATCH net-next V2 4/4] igb: enable auxiliary PHC functions " Richard Cochran
2014-11-21 12:46   ` Jeff Kirsher
2014-11-21 12:59     ` Richard Cochran
2014-11-21 12:37 ` [PATCH net-next V2 0/4] igb: " Jeff Kirsher

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