netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Steven J. Hill" <sjhill@realitydiluted.com>
To: netdev@vger.kernel.org
Subject: [PATCH] Merge GT/MV642xx Support into MV643xx Driver [2/8]
Date: Wed, 18 Jul 2007 23:49:33 -0500	[thread overview]
Message-ID: <469EED5D.60905@realitydiluted.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 144 bytes --]

Add #defines for RGMII Discovery II/III in 'include/linux/mv643xx.h' file.

Signed-off-by: Steven J. Hill <sjhill1@rockwellcollins.com>
---

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 02-mv643xx-add-rgmii-defines.patch --]
[-- Type: text/x-patch; name="02-mv643xx-add-rgmii-defines.patch", Size: 500 bytes --]

--- linux-2.6.22.1/include/linux/mv643xx.h	2007-05-10 15:16:24.000000000 -0500
+++ linux-2.6.22.1-rci/include/linux/mv643xx.h	2007-07-18 15:50:44.000000000 -0500
@@ -1243,6 +1379,8 @@
 #define MV643XX_ETH_SET_GMII_SPEED_TO_1000		(1<<23)
 #define MV643XX_ETH_SET_MII_SPEED_TO_10			0
 #define MV643XX_ETH_SET_MII_SPEED_TO_100		(1<<24)
+#define MV643XX_ETH_SET_RGMII_TX_DELAY			(1<<26)
+#define MV643XX_ETH_SET_RGMII_RX_DELAY			(1<<27)
 
 #define MV643XX_ETH_MAX_RX_PACKET_MASK			(0x7<<17)
 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]

                 reply	other threads:[~2007-07-19  5:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=469EED5D.60905@realitydiluted.com \
    --to=sjhill@realitydiluted.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).