Re: [PATCH 0/2] mmc: rtsx: revert support for mmc async request

2014-04-29 Thread micky
Hi Lee, On 04/29/2014 04:02 PM, Lee Jones wrote: From: Micky Ching The commit have some problem, using mutex_unlock() in atomic context, spinlock deadlock, it is hard to fix these problem, and better to use a new method. So just remove it. The commit depends on the previous patch. And mainl

Re: [PATCH 0/2] mmc: rtsx: revert support for mmc async request

2014-04-29 Thread Lee Jones
> From: Micky Ching > > The commit have some > problem, > using mutex_unlock() in atomic context, spinlock deadlock, it is hard to fix > these problem, and better to use a new method. So just remove it. > > The commit depends > on the previous patch. And mainly fix some problem for the previo

[PATCH 0/2] mmc: rtsx: revert support for mmc async request

2014-04-28 Thread micky_ching
From: Micky Ching The commit have some problem, using mutex_unlock() in atomic context, spinlock deadlock, it is hard to fix these problem, and better to use a new method. So just remove it. The commit depends on the previous patch. And mainly fix some problem for the previous patch. So need r