Re: [U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-03-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:27 Wed 12 Mar , Timur Tabi wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > >> SRCS := $(COBJS:.o=.c) > >^ > > Please remove the whitespace > > Couldn't you have reviewed my patch when I posted it last month, instead of 5 > minutes after the 83xx maintainer applied it

Re: [U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-03-12 Thread Timur Tabi
Jean-Christophe PLAGNIOL-VILLARD wrote: >> SRCS:= $(COBJS:.o=.c) >^ > Please remove the whitespace Couldn't you have reviewed my patch when I posted it last month, instead of 5 minutes after the 83xx maintainer applied it to his tree?? -- Timur Tabi Linux kernel developer a

Re: [U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-03-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:15 Fri 08 Feb , Timur Tabi wrote: > The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX > and other boards. A small firwmare must be uploaded to its on-board memory > before it can be enabled. This patch adds the code which uploads firmware > (but not the firmwar

Re: [U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-03-12 Thread Kim Phillips
On Mon, 18 Feb 2008 22:06:53 -0500 Ben Warren <[EMAIL PROTECTED]> wrote: > Acked-by: Ben Warren <[EMAIL PROTECTED]> > > Kim - would you mind pulling this into your tree? Best to keep it with > part 2. done. Kim - This SF

Re: [U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-03-11 Thread Timur Tabi
Ben Warren wrote: > Acked-by: Ben Warren <[EMAIL PROTECTED]> > > Kim - would you mind pulling this into your tree? Best to keep it with > part 2. Kim, just a reminder, please pick up both of these patches for 1.3.3 now that the window is open. Thanks. -- Timur Tabi Linux kernel developer at

Re: [U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-02-19 Thread Timur Tabi
Ben Warren wrote: > Acked-by: Ben Warren <[EMAIL PROTECTED]> > > Kim - would you mind pulling this into your tree? Best to keep it with > part 2. FYI, if the 83xx part is applied without the NET part, all 83xx platforms with the 7385 will fail to compile. -- Timur Tabi Linux kernel developer

Re: [U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-02-18 Thread Ben Warren
Acked-by: Ben Warren <[EMAIL PROTECTED]> Kim - would you mind pulling this into your tree? Best to keep it with part 2. thanks, Ben Timur Tabi wrote: > The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX > and other boards. A small firwmare must be uploaded to its on-b

[U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-02-08 Thread Timur Tabi
The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX and other boards. A small firwmare must be uploaded to its on-board memory before it can be enabled. This patch adds the code which uploads firmware (but not the firmware itself). Previously, this feature was provided by