[U-Boot] [PATCH v2] mmc: add no simultaenous power and vdd

2012-11-03 Thread RgC
Bring in the code from Linux kernel. Added to Linux kernel by: commit e08c1694d9e2138204f2b79b73f0f159074ce2f5 Author: Andres Salomon Date: Fri Jul 4 10:00:03 2008 -0700 Some HW balks when writing both voltage setting and power up at the same time to SDHCI_POWER_CONTROL register. Signed-off-b

Re: [U-Boot] [PATCH] mmc: add no simultaenous power and vdd

2012-11-03 Thread RgC
Dear Wolfgang, On 2012.11/04, Wolfgang Denk wrote: > Dear RgC, > > In message <20121104001018.GA57283@crg> you wrote: > > > > Bring in the code from Linux kernel. > > PLease provide exact reference; see > http://www.denx.de/wiki/view/U-Boot/Patches#Attrib

[U-Boot] [PATCH] mmc: add no simultaenous power and vdd

2012-11-03 Thread RgC
Bring in the code from Linux kernel. Signed-off-by: RgC CC: Andy Fleming modified: drivers/mmc/sdhci.c modified: include/sdhci.h --- drivers/mmc/sdhci.c | 3 +++ include/sdhci.h | 1 + 2 files changed, 4 insertions(+) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc

Re: [U-Boot] Current u-boot memory mapping

2012-10-31 Thread RgC
Hi, Thanks for the comments Tom. On 2012.10/29, Tom Rini wrote: > On Sat, Oct 27, 2012 at 08:17:00PM +0900, RgC wrote: > > [snip] > > My understanding is that after relocation no area between the bottom > > and the top of RAM is reserved. We can use it freely. Is this co

[U-Boot] Current u-boot memory mapping

2012-10-27 Thread RgC
ble linker script problem. All the best, RgC pgpT0j5cETDAW.pgp Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] USB detection

2012-10-25 Thread RgC
using a custom board, you should read your specs or ask your HW people about the correct SPD address. > > I googled it but i am un able to rectify it.. > Please resole ASAP > manukumar > All the best, RgC pgpgpFkXy88XO.pgp Description: PGP signature __

Re: [U-Boot] [PATCH 2/2] mmc: Split device init to decouple OCR-polling delay

2012-10-21 Thread RgC
Hi All, On 2012.10/20, Simon Glass wrote: > From: Che-Liang Chiou > > Most of time that MMC driver spends on initializing a device is polling > OCR (operation conditions register). To decouple this polling loop, > device init is split into two parts: The first part fires the OCR query > command