Re: [U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-09 Thread Jagan Teki
Hi Tushar, On Tue, Apr 9, 2013 at 3:23 PM, Jaehoon Chung wrote: > On 04/09/2013 06:41 PM, Jagan Teki wrote: >> Hi Tushar, >> >> On Mon, Apr 8, 2013 at 9:22 AM, Tushar Behera >> wrote: >>> On 04/07/2013 10:27 AM, Jagan Teki wrote: Hi, I saw that you have been added the SDHCI_QUIRK

Re: [U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-09 Thread Jaehoon Chung
On 04/09/2013 06:41 PM, Jagan Teki wrote: > Hi Tushar, > > On Mon, Apr 8, 2013 at 9:22 AM, Tushar Behera > wrote: >> On 04/07/2013 10:27 AM, Jagan Teki wrote: >>> Hi, >>> >>> I saw that you have been added the SDHCI_QUIRK_WAIT_SEND_CMD on below commit >>> http://git.denx.de/?p=u-boot.git;a=commi

Re: [U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-09 Thread Jagan Teki
Hi Tushar, On Mon, Apr 8, 2013 at 9:22 AM, Tushar Behera wrote: > On 04/07/2013 10:27 AM, Jagan Teki wrote: >> Hi, >> >> I saw that you have been added the SDHCI_QUIRK_WAIT_SEND_CMD on below commit >> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=13243f2eafc4292917178051fe1bb5aab2774dca >> >> I

Re: [U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-08 Thread Jagan Teki
On Mon, Apr 8, 2013 at 9:22 AM, Tushar Behera wrote: > On 04/07/2013 10:27 AM, Jagan Teki wrote: >> Hi, >> >> I saw that you have been added the SDHCI_QUIRK_WAIT_SEND_CMD on below commit >> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=13243f2eafc4292917178051fe1bb5aab2774dca >> >> I need few qu

Re: [U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-08 Thread Lukasz Majewski
Dear All, > Hi, > > On 04/08/2013 12:52 PM, Tushar Behera wrote: > > On 04/07/2013 10:27 AM, Jagan Teki wrote: > >> Hi, > >> > >> I saw that you have been added the SDHCI_QUIRK_WAIT_SEND_CMD on > >> below commit > >> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=13243f2eafc4292917178051fe1bb5a

Re: [U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-07 Thread Jaehoon Chung
Hi, On 04/08/2013 12:52 PM, Tushar Behera wrote: > On 04/07/2013 10:27 AM, Jagan Teki wrote: >> Hi, >> >> I saw that you have been added the SDHCI_QUIRK_WAIT_SEND_CMD on below commit >> http://git.denx.de/?p=u-boot.git;a=commitdiff;h=13243f2eafc4292917178051fe1bb5aab2774dca >> >> I need few quires

Re: [U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-07 Thread Tushar Behera
On 04/07/2013 10:27 AM, Jagan Teki wrote: > Hi, > > I saw that you have been added the SDHCI_QUIRK_WAIT_SEND_CMD on below commit > http://git.denx.de/?p=u-boot.git;a=commitdiff;h=13243f2eafc4292917178051fe1bb5aab2774dca > > I need few quires regarding the QUIRK delay. > 1. Why the delay is 1000 >

[U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-06 Thread Jagan Teki
Hi, I saw that you have been added the SDHCI_QUIRK_WAIT_SEND_CMD on below commit http://git.denx.de/?p=u-boot.git;a=commitdiff;h=13243f2eafc4292917178051fe1bb5aab2774dca I need few quires regarding the QUIRK delay. 1. Why the delay is 1000 + if (host->quirks & SDHCI_QUIRK_WAIT_SEND_CMD) +

[U-Boot] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2013-04-06 Thread Jagan Teki
Hi, I saw that you have been added the SDHCI_QUIRK_WAIT_SEND_CMD on below commit http://git.denx.de/?p=u-boot.git;a=commitdiff;h=13243f2eafc4292917178051fe1bb5aab2774dca I need few quires regarding the QUIRK delay. 1. Why the delay is 1000 + if (host->quirks & SDHCI_QUIRK_WAIT_SEND_CMD) +