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

From: micky
Date: Tue Apr 29 2014 - 21:45:01 EST


Hi Lee,

On 04/29/2014 04:02 PM, Lee Jones wrote:
From: Micky Ching <micky_ching@xxxxxxxxxxxxxx>

The commit <mmc: rtsx: add support for pre_req and post_req> 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 <mmc: rtsx: modify error handle and remove smatch warnings> depends
on the previous patch. And mainly fix some problem for the previous patch. So
need remove.

Micky Ching (2):
mmc: rtsx: Revert "mmc: rtsx: modify error handle and remove smatch
warnings"
mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"

drivers/mfd/rtsx_pcr.c | 132 ++++-------
drivers/mmc/host/rtsx_pci_sdmmc.c | 459 +++++++------------------------------
include/linux/mfd/rtsx_common.h | 1 -
include/linux/mfd/rtsx_pci.h | 6 -
4 files changed, 124 insertions(+), 474 deletions(-)
Just to clarify, what commit did you base these changes on? Have you
tested to ensure everything works as it should with these two
reversions?

I base on linux-nex tree
commit d397246adc001ee5235f32de10db112ad23175df
Author: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Date: Thu Apr 24 16:22:09 2014 +1000

Add linux-next specific files for 20140424

Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>

And tested, so it can works ok.

Best Regards.
micky.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/