Re: [U-Boot] [PATCH 2/8] mmc: sdhci: rework Samsung specfic code

2011-06-14 Thread Minkyu Kang
Dear Rob Herring, On 13 June 2011 21:45, Rob Herring wrote: > On 06/13/2011 01:59 AM, Minkyu Kang wrote: >> >> Dear Rob Herring, >> >> On 12 June 2011 06:46, Rob Herring  wrote: >>> diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c >>> index 280738f..c82bde0 100644 >>> --- a/drivers/mmc/sdhc

Re: [U-Boot] [PATCH 2/8] mmc: sdhci: rework Samsung specfic code

2011-06-13 Thread Mike Frysinger
On Sat, Jun 11, 2011 at 17:46, Rob Herring wrote: > --- /dev/null > +++ b/include/sdhci.h > @@ -0,0 +1,18 @@ > +/* > + * Copyright 2011 Calxeda, Inc. > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms and conditions of the GNU General Public Li

Re: [U-Boot] [PATCH 2/8] mmc: sdhci: rework Samsung specfic code

2011-06-13 Thread Rob Herring
On 06/13/2011 01:59 AM, Minkyu Kang wrote: > Dear Rob Herring, > > On 12 June 2011 06:46, Rob Herring wrote: >> From: Rob Herring >> >> Move the register definitions into the sdhci.c file. Set the base >> address from the board init code. >> >> The Samsung SDHCI controller has extra registers. Mak

Re: [U-Boot] [PATCH 2/8] mmc: sdhci: rework Samsung specfic code

2011-06-13 Thread Minkyu Kang
Dear Rob Herring, On 12 June 2011 06:46, Rob Herring wrote: > From: Rob Herring > > Move the register definitions into the sdhci.c file. Set the base > address from the board init code. > > The Samsung SDHCI controller has extra registers. Make them conditional > on CONFIG_MMC_S5P. > > Signed-of

[U-Boot] [PATCH 2/8] mmc: sdhci: rework Samsung specfic code

2011-06-11 Thread Rob Herring
From: Rob Herring Move the register definitions into the sdhci.c file. Set the base address from the board init code. The Samsung SDHCI controller has extra registers. Make them conditional on CONFIG_MMC_S5P. Signed-off-by: Rob Herring --- arch/arm/include/asm/arch-s5pc1xx/mmc.h | 73 -