linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table
@ 2008-02-06 12:21 Stefan Roese
  2008-02-06 12:49 ` Josh Boyer
  2008-02-06 16:01 ` Olof Johansson
  0 siblings, 2 replies; 18+ messages in thread
From: Stefan Roese @ 2008-02-06 12:21 UTC (permalink / raw)
  To: jeff; +Cc: linuxppc-dev, netdev

With the removal the the "rgmii-interface" device_type property from the
dts files, the newemac driver needs an update to only rely on compatible
property.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
 drivers/net/ibm_newemac/rgmii.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ibm_newemac/rgmii.c b/drivers/net/ibm_newemac/rgmii.c
index 9bc1132..5757788 100644
--- a/drivers/net/ibm_newemac/rgmii.c
+++ b/drivers/net/ibm_newemac/rgmii.c
@@ -302,7 +302,6 @@ static int __devexit rgmii_remove(struct of_device *ofdev)
 static struct of_device_id rgmii_match[] =
 {
 	{
-		.type		= "rgmii-interface",
 		.compatible	= "ibm,rgmii",
 	},
 	{
-- 
1.5.4.rc3

^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [PATCH] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table
@ 2008-01-16  9:37 Stefan Roese
  2008-01-16  9:39 ` David Gibson
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Stefan Roese @ 2008-01-16  9:37 UTC (permalink / raw)
  To: linuxppc-dev, netdev

With the removal the the "rgmii-interface" device_type property from the
dts files, the newemac driver needs an update to only rely on compatible
property.

Signed-off-by: Stefan Roese <sr@denx.de>
---
 drivers/net/ibm_newemac/rgmii.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ibm_newemac/rgmii.c b/drivers/net/ibm_newemac/rgmii.c
index 9bc1132..5757788 100644
--- a/drivers/net/ibm_newemac/rgmii.c
+++ b/drivers/net/ibm_newemac/rgmii.c
@@ -302,7 +302,6 @@ static int __devexit rgmii_remove(struct of_device *ofdev)
 static struct of_device_id rgmii_match[] =
 {
 	{
-		.type		= "rgmii-interface",
 		.compatible	= "ibm,rgmii",
 	},
 	{
-- 
1.5.4.rc3

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

end of thread, other threads:[~2008-02-11 16:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-06 12:21 [PATCH] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching table Stefan Roese
2008-02-06 12:49 ` Josh Boyer
2008-02-11 16:08   ` Jeff Garzik
2008-02-06 16:01 ` Olof Johansson
2008-02-06 16:23   ` Josh Boyer
2008-02-06 16:35     ` Olof Johansson
2008-02-07  2:47       ` Benjamin Herrenschmidt
  -- strict thread matches above, loose matches on Subject: below --
2008-01-16  9:37 Stefan Roese
2008-01-16  9:39 ` David Gibson
2008-01-16  9:53 ` Benjamin Herrenschmidt
2008-01-16 15:01   ` Josh Boyer
2008-01-30  6:16     ` Stefan Roese
2008-01-30 23:14       ` Benjamin Herrenschmidt
2008-02-05 21:12         ` Josh Boyer
2008-02-05 21:18           ` Benjamin Herrenschmidt
2008-02-06 12:12           ` Jeff Garzik
2008-02-06 12:16             ` Stefan Roese
2008-01-17 20:53 ` Benjamin Herrenschmidt

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