Re: [Question] What does SDHCI_QUIRK_BROKEN_CARD_DETECTION stands for?

2013-02-27 Thread Kevin Liu
2013/2/27 Chris Ball : > Hi, > > On Wed, Feb 27 2013, Kevin Liu wrote: >> Thanks for quick answer! >> Then if broken-cd/SDHCI_QUIRK_BROKEN_CARD_DETECTION is selected, can I >> use host controller Present State Register[18] (offset 0x24) to know >> card status (present or not)? > > sdhci.c: > >

Re: [Question] What does SDHCI_QUIRK_BROKEN_CARD_DETECTION stands for?

2013-02-27 Thread Chris Ball
Hi, On Wed, Feb 27 2013, Kevin Liu wrote: > Thanks for quick answer! > Then if broken-cd/SDHCI_QUIRK_BROKEN_CARD_DETECTION is selected, can I > use host controller Present State Register[18] (offset 0x24) to know > card status (present or not)? sdhci.c: present = mmc_gpio_get_cd(host->mm

Re: [Question] What does SDHCI_QUIRK_BROKEN_CARD_DETECTION stands for?

2013-02-27 Thread Kevin Liu
2013/2/27 Chris Ball : > Hi, > > The CC: list seems excessively long here. > > On Wed, Feb 27 2013, Kevin Liu wrote: >> Who can help to answer below question? >> Which statement is true if quirk SDHCI_QUIRK_BROKEN_CARD_DETECTION is >> selected? >> 1. The host controller Present State Register[18]