Re: [U-Boot] [PATCH 06/10] Add MMC Framework

2008-11-04 Thread Haavard Skinnemoen
"Andy Fleming" <[EMAIL PROTECTED]> wrote: > On Tue, Nov 4, 2008 at 3:37 AM, Haavard Skinnemoen > <[EMAIL PROTECTED]> wrote: > > Andy Fleming <[EMAIL PROTECTED]> wrote: > >> + mmc_init(mmc); > >> + > >> + n = mmc->block_dev.block_write(dev, blk, cnt, addr); >

Re: [U-Boot] [PATCH 06/10] Add MMC Framework

2008-11-04 Thread Andy Fleming
On Tue, Nov 4, 2008 at 3:37 AM, Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > Andy Fleming <[EMAIL PROTECTED]> wrote: >> + mmc_init(mmc); >> + >> + n = mmc->block_dev.block_write(dev, blk, cnt, addr); >> + >> + printf("%d blocks written:

Re: [U-Boot] [PATCH 06/10] Add MMC Framework

2008-11-04 Thread Haavard Skinnemoen
Andy Fleming <[EMAIL PROTECTED]> wrote: > Here's a new framework (based roughly off the linux one) for managing > MMC controllers. It handles all of the standard SD/MMC transactions, > leaving the host drivers to implement only what is necessary to > deal with their specific hardware. > > This al

Re: [U-Boot] [PATCH 06/10] Add MMC Framework

2008-10-31 Thread Liu Dave-R63238
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Fleming > Andy-AFLEMING > Sent: Friday, October 31, 2008 6:36 AM > To: [EMAIL PROTECTED] > Cc: u-boot@lists.denx.de; Fleming Andy-AFLEMING > Subject: [U-Boot] [PATCH

[U-Boot] [PATCH 06/10] Add MMC Framework

2008-10-30 Thread Andy Fleming
Here's a new framework (based roughly off the linux one) for managing MMC controllers. It handles all of the standard SD/MMC transactions, leaving the host drivers to implement only what is necessary to deal with their specific hardware. This also hooks the infrastructure into the PowerPC board c