RE: Is it possible for sdhci host controller driver to schedule inside sdhci_request() function?

2011-01-26 Thread Gao, Yunpeng
>Our platform use sdhci host controller. And now there's a discussion to >schedule >inside sdhci_request() function of drivers/mmc/host/sdhci.c. >According to the mmc stack code, seems the sdhci_request() is in the context >of kernel thread (mmcqd), so I think it should be OK if schedule inside of

Is it possible for sdhci host controller driver to schedule inside sdhci_request() function?

2011-01-26 Thread Gao, Yunpeng
Hi all, Our platform use sdhci host controller. And now there's a discussion to schedule inside sdhci_request() function of drivers/mmc/host/sdhci.c. According to the mmc stack code, seems the sdhci_request() is in the context of kernel thread (mmcqd), so I think it should be OK if schedule insi