From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D3FCC433EF for ; Wed, 15 Sep 2021 08:28:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2815C60ED8 for ; Wed, 15 Sep 2021 08:28:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232306AbhIOI3R (ORCPT ); Wed, 15 Sep 2021 04:29:17 -0400 Received: from mail-vs1-f43.google.com ([209.85.217.43]:41480 "EHLO mail-vs1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236869AbhIOI3K (ORCPT ); Wed, 15 Sep 2021 04:29:10 -0400 Received: by mail-vs1-f43.google.com with SMTP id az15so739992vsb.8; Wed, 15 Sep 2021 01:27:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kVcfd09K/pu9DIuy5I9phfjdDjuWdayUGLcOlhCsr88=; b=PPYg63V86eW3QBkupgZu9KczTzcojK0wWwsS0uKqSHurb4lJZd8oMfx4Zt+6hT1PdJ HzE87oPYC1Um/4AnD852hu1C4ajgNa8bD4mqMHDmtJSqz7M+McD43EhM71Miih7ch2R8 Uv9elY8E7RTEgpkwIFn8Pohcp4/LVmlem9MmHWI+Ulmu2iUCOteO+sM+rRU1SUHoSNT+ s3f4ecKxU6/f6toEOyQnd4SbPp0sChYu4/We8aq7SMEg4/CeeTok+/XiAwc5Q35pOWme Q2lzKUDXh83xgUh4f4vokHiD9UqfM47MTvIcmB0LrV4gSfsNIHIuJWBdh8hP13PXdnv1 gHUA== X-Gm-Message-State: AOAM531BQWd9Sr6OFEb1ttEOyup7W9jbmcZxl0j4Iz+W5RsVjZrD9/uG 3I+BI3AIq/WU0ofAvzg1JcHkunt7mFVmFQreTDM= X-Google-Smtp-Source: ABdhPJzGnrwBDhZfwC7yq05wMPQSPxejA8axVLfyZ96yNQ6nxhTPrFWtcONJR0WzcHwjxErye9qGFOMNWfaz6MHjVzc= X-Received: by 2002:a05:6102:2417:: with SMTP id j23mr2364133vsi.35.1631694471070; Wed, 15 Sep 2021 01:27:51 -0700 (PDT) MIME-Version: 1.0 References: <20210914182023.8103-1-wsa+renesas@sang-engineering.com> In-Reply-To: <20210914182023.8103-1-wsa+renesas@sang-engineering.com> From: Geert Uytterhoeven Date: Wed, 15 Sep 2021 10:27:39 +0200 Message-ID: Subject: Re: [PATCH 0/3] mmc: also abort tuning with CMD12 for SD To: Wolfram Sang Cc: Linux MMC List , Linux-Renesas , Yoshihiro Shimoda Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Wolfram, On Tue, Sep 14, 2021 at 8:22 PM Wolfram Sang wrote: > After my hackish RFC patch, here is a small series implementing > (hopefully) the solution we discussed. It will make > mmc_send_abort_tuning() also send CMD12 for SD cards which makes more SD > cards work for us. Details are in the patch descriptions. > > Please let me know what you think. > > Thanks, and happy hacking! > > > Wolfram Sang (3): > mmc: core: add helper to send STOP > mmc: core: also abort tuning with CMD12 for SD > mmc: core: remove obsolete parameter from mmc_send_abort_tuning Thanks for your series! I gave this a quick boot test on the Gose and ALT in Magnus' farm, but the issues are still there. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds