From patchwork Tue Mar 28 08:40:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 96117 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1602416qgd; Tue, 28 Mar 2017 01:41:30 -0700 (PDT) X-Received: by 10.99.7.72 with SMTP id 69mr28676448pgh.192.1490690490655; Tue, 28 Mar 2017 01:41:30 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u184si3533806pgd.21.2017.03.28.01.41.30; Tue, 28 Mar 2017 01:41:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-mmc-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-mmc-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-mmc-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754641AbdC1Il3 (ORCPT + 5 others); Tue, 28 Mar 2017 04:41:29 -0400 Received: from mail-lf0-f47.google.com ([209.85.215.47]:36250 "EHLO mail-lf0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754537AbdC1Il2 (ORCPT ); Tue, 28 Mar 2017 04:41:28 -0400 Received: by mail-lf0-f47.google.com with SMTP id x137so33900092lff.3 for ; Tue, 28 Mar 2017 01:40:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=82CX1ey3sHCeaemQvf/3o1fpiWZQ1tQyEbxqEr/JLZk=; b=XpEpplx901vyBaqY/GQTZx1aT5cHx7qsAl1omhMSLkn3qCA33HDItuDCQX7EY0t6rt WFXSqvIL9w+b5IN6HuRlk9ARFVKQTiZhakJELe8zLlZ8AbP19zMNPicIr0kUhQ6ClklE E7Wjo3+5HmIq0ieLEZ9ILDZsBcmhKjSgoBO7U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=82CX1ey3sHCeaemQvf/3o1fpiWZQ1tQyEbxqEr/JLZk=; b=KTzd1j4NiqYi3im0vGPGfTgvNga4WUd6leCD7AUY4ZQSJ9fK8VbDVQ28UneiUIPqAc 0Da63TqLNX2oxEwww7/42PI7N0YOCXrQlV6PyKNDGjtK0XZUnh8ow5LfZy9T356GTFvl 6tmfH84S1mZ3L0RTC2ee/B4nqNAoD1ng54qeKAGszYoFY7KtAZ4as+4ouUgbrDl9sVA6 mQq/l+UF2AyEb8ECtTcC4ABBM5Zhqf2pGizLUwWahGH1iLRfR5Rk8zTbNQSbYOGBLnPp 8T7CjuiizGi030EOSR9hiHJF+/WllaRNDQct8ilyMgV1bbQLyhdc09PVTT3eNuo1IJ0K zUAQ== X-Gm-Message-State: AFeK/H2N84QspfsDfL3Wz9jZhn6feGlmM6yljJW9DBQ3yhhchqSBgg/k8Sb7rHw5v7lVnMUM X-Received: by 10.25.22.214 with SMTP id 83mr12019537lfw.79.1490690440521; Tue, 28 Mar 2017 01:40:40 -0700 (PDT) Received: from localhost.localdomain (c-357171d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.113.53]) by smtp.gmail.com with ESMTPSA id s13sm539590ljd.3.2017.03.28.01.40.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Mar 2017 01:40:39 -0700 (PDT) From: Linus Walleij To: linux-mmc@vger.kernel.org, Ulf Hansson , Adrian Hunter Cc: Bartlomiej Zolnierkiewicz , Linus Walleij Subject: [PATCH 0/3] The uncontroversial patches Date: Tue, 28 Mar 2017 10:40:28 +0200 Message-Id: <20170328084031.11995-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org These are the three patches from my "stop flushing the queue with NULL and convert to MQ" patch series that are uncontroversial. I send them separately so (hopefully) Ulf can apply them and shrink my patch stack a bit. Linus Walleij (3): mmc: core: move some code in mmc_start_areq() mmc: core: refactor asynchronous request finalization mmc: core: refactor mmc_request_done() drivers/mmc/core/core.c | 126 +++++++++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 72 deletions(-) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html