Re: [PATCH V2] mmc:sdhci: Wait longer for command with busy flags

2013-08-09 Thread Barry Song
2013/8/9 Haijun Zhang haijun.zh...@freescale.com: When command with busy flags send and also data busy end interrupt will be generate, the command will be finished when data transfer complete or data busy state end, Sometimes this will expend more than 10*Hz time to finish this command, so we

Re: [PATCH V2] mmc:sdhci: Wait longer for command with busy flags

2013-08-09 Thread Zhang Haijun
On 08/09/2013 02:39 PM, Barry Song wrote: 2013/8/9 Haijun Zhang haijun.zh...@freescale.com: When command with busy flags send and also data busy end interrupt will be generate, the command will be finished when data transfer complete or data busy state end, Sometimes this will expend more than

Re: [PATCH V2] mmc:sdhci: Wait longer for command with busy flags

2013-08-09 Thread Barry Song
2013/8/9 Zhang Haijun b42...@freescale.com: On 08/09/2013 02:39 PM, Barry Song wrote: 2013/8/9 Haijun Zhang haijun.zh...@freescale.com: When command with busy flags send and also data busy end interrupt will be generate, the command will be finished when data transfer complete or data busy

Re: [PATCH V2] mmc:sdhci: Wait longer for command with busy flags

2013-08-09 Thread Jaehoon Chung
On 08/09/2013 05:30 PM, Barry Song wrote: 2013/8/9 Zhang Haijun b42...@freescale.com: On 08/09/2013 02:39 PM, Barry Song wrote: 2013/8/9 Haijun Zhang haijun.zh...@freescale.com: When command with busy flags send and also data busy end interrupt will be generate, the command will be finished

Re: [PATCH V2] mmc:sdhci: Wait longer for command with busy flags

2013-08-09 Thread Zhang Haijun
On 08/09/2013 04:53 PM, Jaehoon Chung wrote: On 08/09/2013 05:30 PM, Barry Song wrote: 2013/8/9 Zhang Haijun b42...@freescale.com: On 08/09/2013 02:39 PM, Barry Song wrote: 2013/8/9 Haijun Zhang haijun.zh...@freescale.com: When command with busy flags send and also data busy end interrupt

[PATCH V2] mmc:sdhci: Wait longer for command with busy flags

2013-08-08 Thread Haijun Zhang
When command with busy flags send and also data busy end interrupt will be generate, the command will be finished when data transfer complete or data busy state end, Sometimes this will expend more than 10*Hz time to finish this command, so we should wait longer to detect command complete timeout