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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94D89C433EF for ; Mon, 27 Sep 2021 11:55:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 782B760F6C for ; Mon, 27 Sep 2021 11:55:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234147AbhI0L5b (ORCPT ); Mon, 27 Sep 2021 07:57:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234090AbhI0L5a (ORCPT ); Mon, 27 Sep 2021 07:57:30 -0400 Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 046A2C061604 for ; Mon, 27 Sep 2021 04:55:53 -0700 (PDT) Received: by mail-lf1-x130.google.com with SMTP id i25so76758564lfg.6 for ; Mon, 27 Sep 2021 04:55:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=/lcZPPstLYfzMiVjK/nw1EyEA3P4zrR6HIgxUCYBXQM=; b=AvNkrR9THFWOlO6MnVKJYibfw3a9W9kDG6BUTUplgvXK7Rjs6VZ8YaGVHb7/jhfNUs hOC/pcsw3hdWAVeI4zt39Gbb0b6axDus658Z2RAykk/Ze9BKTT+sVJsOABpchJgjA2Jc bg+X3YsMyIP87TBnT2clETJp3Dh7V4a4WatAwB3/Kv/pC96eHem+kP5r2EhGSiOGXKvx bdTTeNJZ2uT6CdG2bm55OnjaGDYicFnskBdAJyM4Z26zPT1HmJ36DULSK9mzPdyQ4oGQ Nizkj55lA1X5JWedWViEoKTcEZqaXSmJ4XzPMvIjwlYtJvsOWLq2nds2UyXS2xy0ejE+ /dwQ== 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; bh=/lcZPPstLYfzMiVjK/nw1EyEA3P4zrR6HIgxUCYBXQM=; b=CzdvOctLjuwPIO2hQUE50EwBTVFvY/covR572Hp8Dg+yUNtQLFSQP1nPC/+eBsrd4q Wx1vNs5t3z7TekcLdEMfNzU077b/c6F4jJPJusJFTPFlb3/FPLgVqi0v1k+S3TNMrp4d 6LSTL8sCt+iZQ09kx0dbMd6hZ6D23ox3wr3x4K5ArFPsyR4r08ewr3s2eyosbDpkpZwv aIbEbfj1sJHb1xnEPsvoZI05C9pv1PZcR3hepHDhlgltK2ZuotiyCWqziKtyeJvBKSmM eBhLH7uP0e3BcduT7aEugPBJCiQQ73wyEBsPyxApqT/t4yPmF/v8wQ7drUFDHAWxunwi ECmQ== X-Gm-Message-State: AOAM531IrMY0W96m5A8twxDG1JJ+MX4AlHFaI1QZ83+dDaG1Nq1tphjH C0i4JqOj2Dsb16ugc31tKNOLn0IWuj2xmvkQEadMnyQrDvE= X-Google-Smtp-Source: ABdhPJxonBYWlx/fjTb88u6HATZ8O3nNSKkpYe7g2IweDebthbedKHdB89ESe5cfcyTRam6q9Ug4MFdvjBsvE7baYHU= X-Received: by 2002:a05:651c:2006:: with SMTP id s6mr28679170ljo.4.1632743751131; Mon, 27 Sep 2021 04:55:51 -0700 (PDT) MIME-Version: 1.0 References: <20210826082107.47299-1-wsa+renesas@sang-engineering.com> In-Reply-To: From: Ulf Hansson Date: Mon, 27 Sep 2021 13:55:14 +0200 Message-ID: Subject: Re: [PATCH] mmc: renesas_sdhi: fix regression with hard reset on old SDHIs To: Wolfram Sang , Ulf Hansson , Geert Uytterhoeven , 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 On Mon, 27 Sept 2021 at 09:57, Wolfram Sang wrote: > > > > I have applied it for fixes (v5.15) and added a stable tag, hope that's okay. > > Your 'fixes' branch is still in -next only. Could you send it to Linus, > please? Yes, it was busy last week. I will send a pull request later today/evening. Kind regards Uffe