Re: [U-Boot-Users] [PATCH v2] MMC: Consolidate MMC/SD command definitions

2008-07-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This moves the MMC and SD Card command definitions from > include/asm/arch/mmc.h into include/mmc.h. These definitions are given > by the MMC and SD Card standards, not by any particular architecture. > > There's a lot more room for consolidation in the

Re: [U-Boot-Users] [PATCH v2] MMC: Consolidate MMC/SD command

2008-05-22 Thread Gururaja Hebbar K R
Hi Haavard Skinnemoen, while you are working on atmel mci mmc driver, i would like to know whether you can tell me anything about the bug mentioned here Possible Bug in at32ap mmc driver atmel_mci.c related to incorrect usage of variables. http://www.nabble.com/Possible-Bug-in-at32ap-mmc-driv

[U-Boot-Users] [PATCH v2] MMC: Consolidate MMC/SD command definitions

2008-05-22 Thread Haavard Skinnemoen
This moves the MMC and SD Card command definitions from include/asm/arch/mmc.h into include/mmc.h. These definitions are given by the MMC and SD Card standards, not by any particular architecture. There's a lot more room for consolidation in the MMC drivers which I'm hoping to get done eventually,