Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752561AbaD2BvV (ORCPT ); Mon, 28 Apr 2014 21:51:21 -0400 Received: from rtits2.realtek.com ([60.250.210.242]:44169 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751478AbaD2BvT (ORCPT ); Mon, 28 Apr 2014 21:51:19 -0400 X-SpamFilter-By: BOX Solutions SpamTrap 5.39 with qID s3T1ole6019152, This message is accepted by code: ctloc85258 From: To: , , , CC: , , , , , , , Micky Ching Subject: [PATCH 0/2] mmc: rtsx: revert support for mmc async request Date: Tue, 29 Apr 2014 09:54:52 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.29.41.103] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/