Re: [U-Boot] [PATCH 1/1] fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2

2011-04-12 Thread Jason Liu
Hi, Wolfgang, 2011/4/11 Wolfgang Denk : > Dear Jason Liu, > > In message you wrote: >> >> >>> --- a/drivers/mmc/fsl_esdhc.c >> >>> +++ b/drivers/mmc/fsl_esdhc.c > ... >> >> Who will pick up this patch? > > It's MMC code, so that would be MMC custodian. >From http://www.denx.de/wiki/U-Boot/Custod

Re: [U-Boot] [PATCH 1/1] fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2

2011-04-11 Thread Wolfgang Denk
Dear Jason Liu, In message you wrote: > > >>> --- a/drivers/mmc/fsl_esdhc.c > >>> +++ b/drivers/mmc/fsl_esdhc.c ... > > Who will pick up this patch? It's MMC code, so that would be MMC custodian. Maybe you should put the responsible custodian on Cc. Best regards, Wolfgang Denk -- DENX Soft

Re: [U-Boot] [PATCH 1/1] fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2

2011-04-10 Thread Jason Liu
2011/4/11 Kumar Gala : > > On Apr 10, 2011, at 11:43 PM, Jason Liu wrote: > >> Hi, Kumar Gala >> >> 2011/3/22 Jason Liu : >>> For freescale i.MX53 eSDHCv2, when using CMD12, cmdtype need >>> to be set to ABORT, otherwise, next read command will hang. >>> >>> This is a software Software Restrictions

Re: [U-Boot] [PATCH 1/1] fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2

2011-04-10 Thread Kumar Gala
On Apr 10, 2011, at 11:43 PM, Jason Liu wrote: > Hi, Kumar Gala > > 2011/3/22 Jason Liu : >> For freescale i.MX53 eSDHCv2, when using CMD12, cmdtype need >> to be set to ABORT, otherwise, next read command will hang. >> >> This is a software Software Restrictions in i.MX53 reference manual: >>

Re: [U-Boot] [PATCH 1/1] fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2

2011-04-10 Thread Jason Liu
Hi, Kumar Gala 2011/3/22 Jason Liu : > For freescale i.MX53 eSDHCv2, when using CMD12, cmdtype need > to be set to ABORT, otherwise, next read command will hang. > > This is a software Software Restrictions in i.MX53 reference manual: > > 29.7.8 Multi-block Read > For pre-defined multi-block read

[U-Boot] [PATCH 1/1] fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2

2011-03-22 Thread Jason Liu
For freescale i.MX53 eSDHCv2, when using CMD12, cmdtype need to be set to ABORT, otherwise, next read command will hang. This is a software Software Restrictions in i.MX53 reference manual: 29.7.8 Multi-block Read For pre-defined multi-block read operation, that is,the number of blocks to read ha