* [PATCH v2 1/7] phylib: add RGMII-ID interface mode definition
@ 2007-04-13 6:25 Kim Phillips
2007-04-24 18:02 ` Jeff Garzik
0 siblings, 1 reply; 3+ messages in thread
From: Kim Phillips @ 2007-04-13 6:25 UTC (permalink / raw)
To: netdev; +Cc: Jeff Garzik
The RGMII spec allows compliance for devices that implement an internal
delay on TXC or RXC inside the transmitter. This patch adds an RGMII_ID
definition to support RGMII-ID devices in the phylib.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
this 7 part series supercedes previous 2-set ucc_geth series submitted 10 apr 2007.
please consider for 2.6.22
include/linux/phy.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/phy.h b/include/linux/phy.h
index edd4c88..2a65978 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -55,6 +55,7 @@ typedef enum {
PHY_INTERFACE_MODE_TBI,
PHY_INTERFACE_MODE_RMII,
PHY_INTERFACE_MODE_RGMII,
+ PHY_INTERFACE_MODE_RGMII_ID,
PHY_INTERFACE_MODE_RTBI
} phy_interface_t;
--
1.5.0.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2 1/7] phylib: add RGMII-ID interface mode definition
2007-04-13 6:25 [PATCH v2 1/7] phylib: add RGMII-ID interface mode definition Kim Phillips
@ 2007-04-24 18:02 ` Jeff Garzik
2007-04-26 21:49 ` Kim Phillips
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2007-04-24 18:02 UTC (permalink / raw)
To: Kim Phillips; +Cc: netdev
Kim Phillips wrote:
> The RGMII spec allows compliance for devices that implement an internal
> delay on TXC or RXC inside the transmitter. This patch adds an RGMII_ID
> definition to support RGMII-ID devices in the phylib.
>
> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
> ---
> this 7 part series supercedes previous 2-set ucc_geth series submitted 10 apr 2007.
> please consider for 2.6.22
>
> include/linux/phy.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
applied 1-7
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 1/7] phylib: add RGMII-ID interface mode definition
2007-04-24 18:02 ` Jeff Garzik
@ 2007-04-26 21:49 ` Kim Phillips
0 siblings, 0 replies; 3+ messages in thread
From: Kim Phillips @ 2007-04-26 21:49 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev
On Tue, 24 Apr 2007 14:02:33 -0400
Jeff Garzik <jgarzik@pobox.com> wrote:
> Kim Phillips wrote:
> > ---
> > this 7 part series supercedes previous 2-set ucc_geth series submitted 10 apr 2007.
> > please consider for 2.6.22
> >
> > include/linux/phy.h | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
>
> applied 1-7
>
>
Thanks Jeff.
There are another 3 that I excluded from the series since they were
mostly independent PHY driver changes, but they are required for proper
operation for boards using ucc_geth:
this one sent 10 apr 2007:
[PATCH] Add support for the Davicom DM9161A PHY
- http://marc.info/?l=linux-netdev&m=117624199831581&w=2
plus these two submitted 13 apr 2007:
[PATCH v2] phylib: add the ICPlus IP175C PHY driver
- http://marc.info/?l=linux-netdev&m=117648832616294&w=2
[PATCH v2] phylib: enable RGMII-ID on the Marvell m88e1111 PHY
- http://marc.info/?l=linux-netdev&m=117648831716153&w=2
Thanks,
Kim
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-26 21:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-13 6:25 [PATCH v2 1/7] phylib: add RGMII-ID interface mode definition Kim Phillips
2007-04-24 18:02 ` Jeff Garzik
2007-04-26 21:49 ` Kim Phillips
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).