Re: [U-Boot] [PATCH 1/3] fsl_esdhc: Always stop clock before changing frequency

2010-03-20 Thread Stefano Babic
Kumar Gala wrote: > We need to stop the clocks on 83xx/85xx as well as imx. No need to make > this code conditional to just imx. > > Signed-off-by: Kumar Gala > --- > drivers/mmc/fsl_esdhc.c | 11 +++ > include/fsl_esdhc.h |3 +-- > 2 files changed, 4 insertions(+), 10 deletio

Re: [U-Boot] [PATCH 2/3] fsl_esdhc: Add function to reset the eSDHC controller

2010-03-20 Thread Stefano Babic
Kumar Gala wrote: > From: Jerry Huang > > To support multiple block read command we must set abort or use auto > CMD12. If we booted from eSDHC controller neither of these are used > and thus we need to reset the controller to allow multiple block read > to function. > > Signed-off-by: Jerry Hu

Re: [U-Boot] [PATCH 3/3] fsl_esdhc: Only modify the field we are changing in WML

2010-03-20 Thread Stefano Babic
Kumar Gala wrote: > From: Roy Zang > > When we set the read or write watermark in WML we should maintain the > rest of the register as is, rather than using some hard coded value. > > Signed-off-by: Roy Zang > Signed-off-by: Kumar Gala > --- > * This patch supercededs (fsl_esdhc: Only modify W

Re: [U-Boot] [PATCH] cmd_nand: show nand scrub confirmation character

2010-03-20 Thread Florian Fainelli
On Friday 19 March 2010 23:02:11 Scott Wood wrote: > On Fri, Mar 19, 2010 at 04:06:16PM +0100, Florian Fainelli wrote: > > When issuing a nand scrub command, the entered character is not displayed > > this may be confusing. This patch makes the input character being > > displayed if it is a 'y' so

Re: [U-Boot] [PATCH] add new board pm9g45

2010-03-20 Thread Tom
Asen Dimov wrote: > Hello everyone, > > here is the new board PM9G45 from Ronetix GmbH, > based on at91sam9g45 MCU. It has 128MB DDR2 SDRAM, 256MB NAND, > could be with or without DataFlash. > The board is made as SODIMM200 module. > For more info www.ronatix.at or i...@ronetix.at. > > Regards,

Re: [U-Boot] [Nios] Pull Request

2010-03-20 Thread Wolfgang Denk
Dear Scott McNutt, In message <4ba24b16.3090...@psyent.com> you wrote: > Wolfgang, > > The following changes since commit f1fdc42e5efb9e3b6d0dd3b605d0848d3ca8a039: >Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-video > > are available in the git repository a

Re: [U-Boot] i2c pull request (next)

2010-03-20 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4b9e18bc.5090...@denx.de> you wrote: > Hello Wolfgang, > > please pull for next branch the following changes for i2c: > > The following changes since commit a143441472e1e422b0ff36ec4c99e36dd0f0358b: > Detlev Zundel (1): > mpc5xxx: Remove all references

Re: [U-Boot] [PATCH 00/17] Reorganize directory structure

2010-03-20 Thread Wolfgang Denk
Dear Peter Tyser, In message <1260745480-22442-1-git-send-email-pty...@xes-inc.com> you wrote: > This series reorganizes U-Boot's directory structure so that it looks > like: > /arch/$ARCH/ > /lib/ > /include/asm/ > /cpu/ > /config.mk (old lib_$ARCH/config.mk) > > /lib/ >

Re: [U-Boot] [PATCH][RESEND]: Fix for U-Boot build failure with CONFIG_SYS_NO_FLASH defined for qemu-mips.

2010-03-20 Thread Wolfgang Denk
Dear Himanshu Chauhan, I apologize for the long delay (I could try and claim I was waiting for anybody else to comment first, but it seems noodu feels addessed). In message <4b2c7961.3070...@symmetricore.com> you wrote: > U-Boot hangs with qemu-system-mips with ##unknown flash error. > Disabling

Re: [U-Boot] bug in ubifs

2010-03-20 Thread Wolfgang Denk
Dear tcre...@alphabot.fr, In message <36396.1264773...@alphabot.fr> you wrote: > > Some bugs I found while using uboot. > --- > BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }in > common/cmd_ubifs.c from line 59 add 2 l

Re: [U-Boot] [PATCH] Added MC13892VK Power Management driver

2010-03-20 Thread Tom
Stefano Babic wrote: > Added SPI driver for the Power Management Controller > used with i.MX51 Processor. > Errors in imx31_litekeit imx31_phycore_eet imx31_ads imx31_pdk* mxc_spi.c: In function 'spi_cfg': mxc_spi.c:158: warning: implicit declaration of function ' mxc_get_clock' mxc_spi.c:

Re: [U-Boot] [PATCH] SPI: added support for MX51 to mxc_spi

2010-03-20 Thread Tom
Stefano Babic wrote: > This patch add support for MX51 processor and > supports transfer of multiple word in a single > transation. > > Signed-off-by: Stefano Babic > --- > > The patch adds support for the MX51 and wants to remove some > limitation on the old driver. Actually, the buffer passed

Re: [U-Boot] [PATCH] Add SPI support to mx51evk board

2010-03-20 Thread Tom
Stefano Babic wrote: > The patch adds SPI devices to the mx51evk board. Two devices > are supported: Atmel SPI flash and MC13892 power > controller. Is Atmel SPI flash already supported? It does not look like anything atmel is setup here This is dependent on the Added MC13892VK Power Management d

Re: [U-Boot] [PATCH] MX51: Moved board specific values in config file

2010-03-20 Thread Tom
Stefano Babic wrote: > The lowlevel_init file contained some hard-coded values > to setup the RAM. These board related values are moved into > the board configuration file. Why was only one value cleaned up? Just from the patch, there are at least 4 more. > > Signed-off-by: Stefano Babic > ---