From: Richard Cochran <richardcochran@gmail.com>
To: <netdev@vger.kernel.org>
Cc: David Miller <davem@davemloft.net>, <bruce.w.allan@intel.com>,
Jacob Keller <jacob.e.keller@intel.com>,
Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
John Ronciak <john.ronciak@intel.com>,
Matthew Vick <matthew.vick@intel.com>, Jian Yu <jian.yu@ni.com>,
Richard Cochran <rcochran@linutronix.de>
Subject: [PATCH net-next V2 0/4] igb: auxiliary PHC functions for the i210.
Date: Fri, 21 Nov 2014 10:41:12 +0100 [thread overview]
Message-ID: <cover.1416562191.git.rcochran@linutronix.de> (raw)
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
next reply other threads:[~2014-11-21 9:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-21 9:41 Richard Cochran [this message]
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
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.1416562191.git.rcochran@linutronix.de \
--to=richardcochran@gmail.com \
--cc=bruce.w.allan@intel.com \
--cc=davem@davemloft.net \
--cc=jacob.e.keller@intel.com \
--cc=jeffrey.t.kirsher@intel.com \
--cc=jian.yu@ni.com \
--cc=john.ronciak@intel.com \
--cc=matthew.vick@intel.com \
--cc=netdev@vger.kernel.org \
--cc=rcochran@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.