From patchwork Tue Sep 10 04:02:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 11138697 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8A48B16C1 for ; Tue, 10 Sep 2019 04:03:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 71D6D21924 for ; Tue, 10 Sep 2019 04:03:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726017AbfIJEDB (ORCPT ); Tue, 10 Sep 2019 00:03:01 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:54600 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725283AbfIJEDB (ORCPT ); Tue, 10 Sep 2019 00:03:01 -0400 X-IronPort-AV: E=Sophos;i="5.64,487,1559487600"; d="scan'208";a="26188874" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 10 Sep 2019 13:02:59 +0900 Received: from localhost.localdomain (unknown [10.166.17.210]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 6835B4004D0D; Tue, 10 Sep 2019 13:02:59 +0900 (JST) From: Yoshihiro Shimoda To: ulf.hansson@linaro.org, wsa+renesas@sang-engineering.com Cc: treding@nvidia.com, linux-mmc@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH 0/2] mmc: queue: Fix bigger segments usage Date: Tue, 10 Sep 2019 13:02:57 +0900 Message-Id: <1568088179-16865-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org This patch series is based on the linux-next / next-20190904 tag. Thierry reported an issue which caused the SDHCI environment [1] so that I made this patch series to resolve the issue. [1] https://patchwork.kernel.org/patch/11137903/ Also, this patch adds the flag to enable the feature on my environment. Yoshihiro Shimoda (2): mmc: queue: Fix bigger segments usage mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLE drivers/mmc/core/queue.c | 8 +++++++- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 2 +- include/linux/mmc/host.h | 1 + 3 files changed, 9 insertions(+), 2 deletions(-)