Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-09 Thread Norbert van Bolhuis
Hi Prafulla, We have a custom designed board with the M88E6185 and M88E6131 switch. The u-boot patches are very usefull, even though I already finished some code to initialize the switches. In our application it's more easy to fully provision the switches when the linux kernel is up and running.

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-09 Thread Prafulla Wadaskar
-Original Message- From: Andy Fleming [mailto:aflem...@gmail.com] Sent: Thursday, April 09, 2009 4:43 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Ronen Shitrit Subject: Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support On Wed, Apr 8, 2009

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-09 Thread Prafulla Wadaskar
-Original Message- From: Ben Warren [mailto:biggerbadder...@gmail.com] Sent: Thursday, April 09, 2009 4:46 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Ronen Shitrit Subject: Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support Hi Prafulla

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-09 Thread Prafulla Wadaskar
-Original Message- From: Andrew Dyer [mailto:amd...@gmail.com] Sent: Thursday, April 09, 2009 4:03 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ashish Karkare; Ronen Shitrit Subject: Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support On Wed, Apr 8, 2009 at 1

[U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-08 Thread Prafulla Wadaskar
Chips supprted:- 1. 88E6161 6 port gbe swtich with 5 integrated PHYs 2. 88E6165 6 port gbe swtich with 5 integrated PHYs Note: This driver is supported and tested against kirkwood egiga interface, other interfaces can be added Contributors: Yotam Admon yo...@marvell.com Michael Blostein

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-08 Thread Andrew Dyer
On Wed, Apr 8, 2009 at 1:30 PM, Prafulla Wadaskar prafu...@marvell.com wrote: Chips supprted:- 1. 88E6161 6 port gbe swtich with 5 integrated PHYs 2. 88E6165 6 port gbe swtich with 5 integrated PHYs Note: This driver is supported and tested against kirkwood egiga interface, other interfaces

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-08 Thread Wolfgang Denk
Dear Andrew Dyer, In message c166aa9f0904081532r7583585esc5cdcc384382d...@mail.gmail.com you wrote: v2: updated as per review comments by Wolfgand Denk It's always good to spell the name of the guy with commit access right :-) He. I'm not Russell King. Best regards, Wolfgang Denk --

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-08 Thread Andy Fleming
On Wed, Apr 8, 2009 at 1:30 PM, Prafulla Wadaskar prafu...@marvell.com wrote: --- /dev/null +++ b/drivers/net/mv88e61xx.c @@ -0,0 +1,291 @@ +/* + * (C) Copyright 2009 + * Marvell Semiconductor www.marvell.com + * Prafulla Wadaskar prafu...@marvell.com + * + * See file CREDITS for list of

Re: [U-Boot] [PATCH v2] Marvell MV88E61XX Switch Driver support

2009-04-08 Thread Ben Warren
Hi Prafulla, Prafulla Wadaskar wrote: Chips supprted:- 1. 88E6161 6 port gbe swtich with 5 integrated PHYs 2. 88E6165 6 port gbe swtich with 5 integrated PHYs Note: This driver is supported and tested against kirkwood egiga interface, other interfaces can be added Contributors: Yotam Admon