public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ColdFire: Fix FEC transmit issue for MCF5282
@ 2008-08-12 13:18 Tsi-Chung Liew
  2008-08-14 17:51 ` Liew Tsi Chung
  0 siblings, 1 reply; 3+ messages in thread
From: Tsi-Chung Liew @ 2008-08-12 13:18 UTC (permalink / raw)
  To: u-boot

From: TsiChung Liew <Tsi-Chung.Liew@freescale.com>

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
---
 drivers/net/mcffec.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/net/mcffec.c b/drivers/net/mcffec.c
index 58ed5e3..5218ab6 100644
--- a/drivers/net/mcffec.c
+++ b/drivers/net/mcffec.c
@@ -168,10 +168,11 @@ int fec_send(struct eth_device *dev, volatile void *packet, int length)
 	/* Activate transmit Buffer Descriptor polling */
 	fecp->tdar = 0x01000000;	/* Descriptor polling active    */
 
-	/* FEC fix for MCF5275, FEC unable to initial transmit data packet.
+	/*
+	 * FEC fix for MCF5275, FEC unable to initial transmit data packet.
 	 * A nop will ensure the descriptor polling active completed.
 	 */
-#ifdef CONFIG_M5275
+#if defined(CONFIG_M5275) || defined(CONFIG_M5282)
 	__asm__ ("nop");
 #endif
 
-- 
1.5.6.4

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

* [U-Boot] [PATCH] ColdFire: Fix FEC transmit issue for MCF5282
  2008-08-12 13:18 [U-Boot] [PATCH] ColdFire: Fix FEC transmit issue for MCF5282 Tsi-Chung Liew
@ 2008-08-14 17:51 ` Liew Tsi Chung
  2008-08-14 19:08   ` Ben Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Liew Tsi Chung @ 2008-08-14 17:51 UTC (permalink / raw)
  To: u-boot

Ben,

	Please ignore the following patch. I will send out a patch later
that will fix most of the platforms beside mcf5282.

	Thanks!

Regards,
TsiChung
 

-----Original Message-----
From: Liew Tsi Chung 
Sent: Tuesday, August 12, 2008 8:18 AM
To: U-Boot
Cc: Ben Warren; Rigby John; Liew Tsi Chung
Subject: [PATCH] ColdFire: Fix FEC transmit issue for MCF5282

From: TsiChung Liew <Tsi-Chung.Liew@freescale.com>

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
---
 drivers/net/mcffec.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/net/mcffec.c b/drivers/net/mcffec.c index
58ed5e3..5218ab6 100644
--- a/drivers/net/mcffec.c
+++ b/drivers/net/mcffec.c
@@ -168,10 +168,11 @@ int fec_send(struct eth_device *dev, volatile void
*packet, int length)
 	/* Activate transmit Buffer Descriptor polling */
 	fecp->tdar = 0x01000000;	/* Descriptor polling active
*/
 
-	/* FEC fix for MCF5275, FEC unable to initial transmit data
packet.
+	/*
+	 * FEC fix for MCF5275, FEC unable to initial transmit data
packet.
 	 * A nop will ensure the descriptor polling active completed.
 	 */
-#ifdef CONFIG_M5275
+#if defined(CONFIG_M5275) || defined(CONFIG_M5282)
 	__asm__ ("nop");
 #endif
 
--
1.5.6.4

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

* [U-Boot] [PATCH] ColdFire: Fix FEC transmit issue for MCF5282
  2008-08-14 17:51 ` Liew Tsi Chung
@ 2008-08-14 19:08   ` Ben Warren
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Warren @ 2008-08-14 19:08 UTC (permalink / raw)
  To: u-boot

Liew Tsi Chung wrote:
> Ben,
>
> 	Please ignore the following patch. I will send out a patch later
> that will fix most of the platforms beside mcf5282.
>
> 	Thanks!
>
> Regards,
> TsiChung
>  
>
>   
OK, consider it ignored.

regards,
Ben

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

end of thread, other threads:[~2008-08-14 19:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-12 13:18 [U-Boot] [PATCH] ColdFire: Fix FEC transmit issue for MCF5282 Tsi-Chung Liew
2008-08-14 17:51 ` Liew Tsi Chung
2008-08-14 19:08   ` Ben Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox