From patchwork Fri Oct 12 14:57:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10638757 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2EE31157A for ; Fri, 12 Oct 2018 14:58:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1ADC72BECA for ; Fri, 12 Oct 2018 14:58:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0E7152BECE; Fri, 12 Oct 2018 14:58:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B96652BEC6 for ; Fri, 12 Oct 2018 14:58:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728720AbeJLWbk (ORCPT ); Fri, 12 Oct 2018 18:31:40 -0400 Received: from conuserg-07.nifty.com ([210.131.2.74]:52744 "EHLO conuserg-07.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728926AbeJLWbj (ORCPT ); Fri, 12 Oct 2018 18:31:39 -0400 Received: from grover.tkatk1.zaq.ne.jp (zaqdadce369.zaq.ne.jp [218.220.227.105]) (authenticated) by conuserg-07.nifty.com with ESMTP id w9CEvjP9016823; Fri, 12 Oct 2018 23:57:45 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com w9CEvjP9016823 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1539356266; bh=YeVLxiJSj3bbtActXJ3P8WDyXRLf2BRjQzlymvJJqyc=; h=From:To:Cc:Subject:Date:From; b=NEXpe63K5okfkg735rDivWVwHu/8J6f1SnyZZlDUaEeaPRUgADACRo0bFW69Y8L1D IbiPJ1ALlyIoLglE4sGNB9rFQYZFo5PgFlIlmaTFKXkB5v8pxusASThPY1s3B9JJYQ bK2j9tMdNvj31HM348Ww/TARUVZ6PYs7QYyzOcJo0IXAWo+B9a0nuDw1xoM9Ik6UZC KrwziCXlBv5WfpolBp+ij7AClHM3VZ2CL539wuZB9x8U0qee6a+o0qiYW3efuGXuQa 1i+/dceH955vBhEur49xPKILR3ClFf2WVk6xSZv+aKrDf8UBUSEAN4Lc0NmVQHgsB7 CrfN7hdPlYTrw== X-Nifty-SrcIP: [218.220.227.105] From: Masahiro Yamada To: linux-mmc@vger.kernel.org, Ulf Hansson Cc: Wolfram Sang , Masahiro Yamada , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] mmc: uniphier-sd: two bug-fixes Date: Fri, 12 Oct 2018 23:57:36 +0900 Message-Id: <1539356258-12374-1-git-send-email-yamada.masahiro@socionext.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 X-Virus-Scanned: ClamAV using ClamSMTP In further testing in uniphier-sd.c, I found my stupid mistakes. Ulf, Can you squash this series into 3fd784f745dd "mmc: uniphier-sd: add UniPhier SD/eMMC controller driver" if you have a chance to do rebase? Of course, it is OK to apply this series on top of your next branch if it is too late. Masahiro Yamada (2): mmc: uniphier-sd: fix DMA disabling mmc: uniphier-sd: avoid using broken DMA RX channel drivers/mmc/host/uniphier-sd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)