netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Cochran <richardcochran@gmail.com>
To: <netdev@vger.kernel.org>
Cc: e1000-devel@lists.sourceforge.net,
	Martin Porter <mporter@solarflare.com>,
	John Ronciak <john.ronciak@intel.com>,
	Ben Hutchings <bhutchings@solarflare.com>,
	David Miller <davem@davemloft.net>,
	Jacob Keller <jacob.e.keller@intel.com>
Subject: [PATCH V4 net-next 23/26] stmmac: Support the get_ts_info ethtool method.
Date: Wed,  4 Apr 2012 10:59:38 +0200	[thread overview]
Message-ID: <00a88ffa65067bba2dda78badf97ef3f23dfe0d4.1333529506.git.richardcochran@gmail.com> (raw)
In-Reply-To: <cover.1333529504.git.richardcochran@gmail.com>
In-Reply-To: <cover.1333529504.git.richardcochran@gmail.com>

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
---
 .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
index f98e151..ce43184 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
@@ -481,6 +481,7 @@ static const struct ethtool_ops stmmac_ethtool_ops = {
 	.get_wol = stmmac_get_wol,
 	.set_wol = stmmac_set_wol,
 	.get_sset_count	= stmmac_get_sset_count,
+	.get_ts_info = ethtool_op_get_ts_info,
 };
 
 void stmmac_set_ethtool_ops(struct net_device *netdev)
-- 
1.7.2.5


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

  parent reply	other threads:[~2012-04-04  8:59 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04  8:59 [PATCH V4 net-next 00/26] ethtool: support time stamping and phc clocks Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 01/26] phc: Add a method for obtaining the device index Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 02/26] ethtool: Introduce a method for getting time stamping capabilities Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 03/26] dp83640: Support the get_ts_info ethtool method Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 04/26] gianfar: " Richard Cochran
2012-04-06  4:25   ` Paul Gortmaker
2012-04-06  4:35     ` David Miller
2012-04-04  8:59 ` [PATCH V4 net-next 05/26] bfin_mac: " Richard Cochran
2012-04-06  4:08   ` Paul Gortmaker
2012-04-06  4:18     ` David Miller
2012-04-06  7:04       ` Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 06/26] ixp4xx_eth: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 07/26] ethtool: Add a common function for drivers with transmit time stamping Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 08/26] ax88796: Support the get_ts_info ethtool method Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 09/26] davinci_emac: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 10/26] dnet: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 11/26] etherh: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 12/26] fec_mpc52xx: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 13/26] fec: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 14/26] fs_enet: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 15/26] ll_temac: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 16/26] macb: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 17/26] mv643xx_eth: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 18/26] pxa168_eth: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 19/26] r6040: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 20/26] r8169: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 21/26] smsc911x: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 22/26] smsc9420: " Richard Cochran
2012-04-04  8:59 ` Richard Cochran [this message]
2012-04-04  8:59 ` [PATCH V4 net-next 24/26] tg3: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 25/26] ucc_geth: " Richard Cochran
2012-04-04  8:59 ` [PATCH V4 net-next 26/26] usbnet: " Richard Cochran
2012-04-04  9:29 ` [PATCH V4 net-next 00/26] ethtool: support time stamping and phc clocks David Miller
2012-04-04 10:02   ` 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=00a88ffa65067bba2dda78badf97ef3f23dfe0d4.1333529506.git.richardcochran@gmail.com \
    --to=richardcochran@gmail.com \
    --cc=bhutchings@solarflare.com \
    --cc=davem@davemloft.net \
    --cc=e1000-devel@lists.sourceforge.net \
    --cc=jacob.e.keller@intel.com \
    --cc=john.ronciak@intel.com \
    --cc=mporter@solarflare.com \
    --cc=netdev@vger.kernel.org \
    /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 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).