Hi Chuansheng,
On Tue, Nov 05 2013, Chuansheng Liu wrote:
> In function sdhci_request(), it is possible to do the tuning execution
> like below:
>
> sdhci_request() {
> spin_lock_irqsave(&host->lock, flags);
> host->mrq = mrq;
> ...
> spin_unlock_irqrestore(&host->lock, fla
In function sdhci_request(), it is possible to do the tuning execution
like below:
sdhci_request() {
spin_lock_irqsave(&host->lock, flags);
host->mrq = mrq;
...
spin_unlock_irqrestore(&host->lock, flags);
<=== Here it is possible one pending finish_tasklet get run
2 matches
Mail list logo