[U-Boot] [PATCH] board/purple/flash.c: removed unneded variable

2010-08-01 Thread Frans Meulenbroeks
removed a variable that was not used Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com --- This supersedes 0001-board-purple-flash.c-removed-unneded-test.patch submitted yesterday board/purple/flash.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] [PATCH] board/purple/flash.c: removed unneded variable

2010-08-01 Thread Sergei Shtylyov
Hello. Frans Meulenbroeks wrote: removed a variable that was not used Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com [...] diff --git a/board/purple/flash.c b/board/purple/flash.c index 37c7bec..5cee35e 100644 --- a/board/purple/flash.c +++ b/board/purple/flash.c [...]

Re: [U-Boot] [PATCH 4/5] usb_storage.c: change progress output in debug() message

2010-08-01 Thread Remy Bohmer
Hi Wolfgang, Turn the progress output into a debug message. Signed-off-by: Wolfgang Denk w...@denx.de Cc: Remy Bohmer li...@bohmer.net ---  common/usb_storage.c |    6 +++---  1 files changed, 3 insertions(+), 3 deletions(-) Applied. Remy, I hope this is OK with you? Fine with me.

Re: [U-Boot] [PATCH 1/5] usb_storage.c: initialize device type

2010-08-01 Thread Remy Bohmer
Hi, 2010/7/24 Wolfgang Denk w...@denx.de: Dear Wolfgang Denk, In message 1279532220-5848-2-git-send-email...@denx.de you wrote: The device type was left uninitialized which caused later tests against DEV_TYPE_UNKNOWN to fail. In the result, usb part would attempt to print information about

Re: [U-Boot] [PATCH 22/28] SPEAr : High speed support for designware peripheral

2010-08-01 Thread Remy Bohmer
Hi, 2010/7/14 Vipin KUMAR vipin.ku...@st.com: From: Vipin KUMAR vipin.ku...@st.com This patch adds the support for usb device high speed for designware peripheral. Signed-off-by: Vipin Kumar vipin.ku...@st.com ---  drivers/usb/gadget/designware_udc.c |   13 +  

Re: [U-Boot] [PATCH 12/28] SPEAr : USB Device Controller driver support added

2010-08-01 Thread Remy Bohmer
Hi, 2010/7/14 Vipin KUMAR vipin.ku...@st.com: From: Vipin KUMAR vipin.ku...@st.com The earlier usb device controller driver was specific to spear platforms. This patch implements the usb device controller driver as a generic controller which can be reused by other platforms using this

Re: [U-Boot] [PATCH 17/28] SPEAr : USB device controller bugfixes

2010-08-01 Thread Remy Bohmer
Hi, 2010/7/14 Vipin KUMAR vipin.ku...@st.com: From: Vipin KUMAR vipin.ku...@st.com This patch fixes a few bugs in USB device controller driver. The fixes are as follows 1. Adding error condition checks eg. NULL return 2. Endpoint other than endpoint 0 (control endpoint) are initialized

Re: [U-Boot] [PATCH 3/4 v2] musb: am35x: Workaround for fifo read issue

2010-08-01 Thread Remy Bohmer
Hi, 2010/7/9 Ajay Kumar Gupta ajay.gu...@ti.com: AM35x supports only 32bit read operations so we need to have workaround for 8bit and 16bit read operations. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---  drivers/usb/musb/am35x.c     |   32  

Re: [U-Boot] [PATCH 2/4 v2] musb: MSC host support for AM35x

2010-08-01 Thread Remy Bohmer
Hi, 2010/7/9 Ajay Kumar Gupta ajay.gu...@ti.com: Tested MSC Host on AM3517EVM. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---  drivers/usb/musb/Makefile   |    1 +  drivers/usb/musb/am35x.c    |  118 +++  drivers/usb/musb/am35x.h    |   94

Re: [U-Boot] [PATCH] board/purple/flash.c: removed unneded variable

2010-08-01 Thread Frans Meulenbroeks
2010/8/1 Sergei Shtylyov sshtyl...@mvista.com Hello. Frans Meulenbroeks wrote: removed a variable that was not used Signed-off-by: Frans Meulenbroeks fransmeulenbro...@gmail.com [...] diff --git a/board/purple/flash.c b/board/purple/flash.c index 37c7bec..5cee35e 100644 ---

Re: [U-Boot] gcc optimizing option cause printf() and others crash.why?

2010-08-01 Thread yaojin liu
well, actually i smile too early. I have ported to version 1.1.6(using gcc3.3.2 instead !!), and the result remain the same. the board is designed by myself. when i run TI test code on IRAM or DDR,it has no problem. but uboot, crash. don't know why yet. it has past 2 weeks :( 2010/8/1 Wolfgang

[U-Boot] Please pull u-boot-mpc85xx.git

2010-08-01 Thread Kumar Gala
The following changes since commit 7385c28e9b5f7d47e6a8f1ad9800e6e70af714e2: Wolfgang Denk (1): fs/fat: Big code cleanup. are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Kim Phillips (2): powerpc/85xx: configure autocompletion support

Re: [U-Boot] [PATCH V5 4/4] edminiv2: add mvsata_ide and cmd_ide support

2010-08-01 Thread Prafulla Wadaskar
-Original Message- From: Albert ARIBAUD [mailto:albert.arib...@free.fr] Sent: Friday, July 23, 2010 4:21 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [PATCH V5 4/4] edminiv2: add mvsata_ide and cmd_ide support ...snip... Secondly I tried to generate

Re: [U-Boot] [PATCH V5 4/4] edminiv2: add mvsata_ide and cmd_ide support

2010-08-01 Thread Albert ARIBAUD
Hi Prafulla et al., Le 01/08/2010 18:48, Prafulla Wadaskar a écrit : -Original Message- From: Albert ARIBAUD [mailto:albert.arib...@free.fr] Sent: Friday, July 23, 2010 4:21 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [PATCH V5 4/4] edminiv2: add mvsata_ide and

Re: [U-Boot] [PATCH V5 4/4] edminiv2: add mvsata_ide and cmd_ide support

2010-08-01 Thread Prafulla Wadaskar
-Original Message- From: Albert ARIBAUD [mailto:albert.arib...@free.fr] Sent: Sunday, August 01, 2010 11:05 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [PATCH V5 4/4] edminiv2: add mvsata_ide and cmd_ide support Hi Prafulla et al., Le 01/08/2010 18:48,

Re: [U-Boot] [PATCH 2/4 v2] musb: MSC host support for AM35x

2010-08-01 Thread Gupta, Ajay Kumar
Hi, 2010/7/9 Ajay Kumar Gupta ajay.gu...@ti.com: Tested MSC Host on AM3517EVM. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---  drivers/usb/musb/Makefile   |    1 +  drivers/usb/musb/am35x.c    |  118 +++  drivers/usb/musb/am35x.h    |