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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 51CB1C49ED7 for ; Fri, 20 Sep 2019 07:47:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2423E2054F for ; Fri, 20 Sep 2019 07:47:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="mRkPMjzv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437592AbfITHrq (ORCPT ); Fri, 20 Sep 2019 03:47:46 -0400 Received: from mail-ua1-f65.google.com ([209.85.222.65]:39570 "EHLO mail-ua1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2437580AbfITHrp (ORCPT ); Fri, 20 Sep 2019 03:47:45 -0400 Received: by mail-ua1-f65.google.com with SMTP id b14so1929818uap.6 for ; Fri, 20 Sep 2019 00:47:45 -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 :cc; bh=fxglbnyqNsy9IrMeX1phK/aGWuTchg+w3X2HNfK/9CM=; b=mRkPMjzvPBVfAeCHVbJTYmrEh8uq38ZKVM8E8AFU6NzBMCkin/nd1eIBhx73UcvIPj hZ9cLZl7VRnRHz0r9b+vw/tUY5l1L8pgCBGOVyccwzB3loxNIAfhw8f57iYt1IVFHmMG 3ihqT7adb8ixIuRyXLY28hq5ZvJnUjZr99BB8J0MuUtrXiFlrJAhlWPEp5EDSLnkwd6j gjJUOVRjbfeyDNz7/rz7jmEHiaLot6qL149wtDhUGZaREGUjVZZCucZTaTlcf93XPL/+ tkpHNvmoPXhsNOFXcMyryFbNn/lRqf4ubcSr7Nk6ZF/pyAtrNhtGObkvcyf+0/vSpDDJ xc4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fxglbnyqNsy9IrMeX1phK/aGWuTchg+w3X2HNfK/9CM=; b=HHrGiCcmSpOzIanZ9/b9KkIZ3zRBnc+LKexEsdlRMfehaZPghPjILwjGj2xqO0zups zLNmqutQoAdrMiLmrZ+fJ4zZ8dxAavozfmCPGKipOIt9TGbonVcyETuKpmiT2KmE116C Yvw18pABJMZTkmbmlTSBCsfZFqhqUanONePKS1wgLwTJXToznWgDlhTXEEFGs/oizMi7 BUb0mcVYRUJhSkOIdQrAW6ucIHDbbtvTaJJy7SLX4aCO+V8oqVZ0aBwpXanH8WWs7qjq ILCN0+O4mum06IQkfaSAutfC9bdN4Rt47JVMxWigFv0MUPWxcfLBsZAnXiw5nxsuMGAY rj9w== X-Gm-Message-State: APjAAAV0dKNarUwG/ZMfNIrV+8pUcoTVp5oiwn9bQSTGfxiT3kImw58b ehr8JbLWs2x8BkT0UInY9juLsCqP+PnFsHqJUy0GJg== X-Google-Smtp-Source: APXvYqyIPD8otiC6oiySJICKUArdhKAFf1jxKg7NkboCvLV7vKR9MnpHuTM4AuE9NqL9JQuhAM9Efy4otC84oobLXJw= X-Received: by 2002:ab0:1856:: with SMTP id j22mr8516177uag.19.1568965664676; Fri, 20 Sep 2019 00:47:44 -0700 (PDT) MIME-Version: 1.0 References: <20190905122112.29672-1-ludovic.Barre@st.com> <940e3ce8-1a4f-7e03-dfec-25330051ea5f@st.com> In-Reply-To: <940e3ce8-1a4f-7e03-dfec-25330051ea5f@st.com> From: Ulf Hansson Date: Fri, 20 Sep 2019 09:47:07 +0200 Message-ID: Subject: Re: [PATCH V6 0/3] mmc: mmci: add busy detect for stm32 sdmmc variant To: Ludovic BARRE Cc: Rob Herring , Srinivas Kandagatla , Maxime Coquelin , Alexandre Torgue , Linux ARM , Linux Kernel Mailing List , DTML , "linux-mmc@vger.kernel.org" , linux-stm32@st-md-mailman.stormreply.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Sep 2019 at 11:33, Ludovic BARRE wrote: > > hi Ulf > > Just a "gentleman ping" about this series and > https://lkml.org/lkml/2019/9/4/747 Thanks for pinging, I will come to this as soon as I can. September has been a busy month, being on the road most of the time. Apologize for the delays! [...] Kind regards Uffe 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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 036C6C49ED7 for ; Fri, 20 Sep 2019 07:47:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CDC842054F for ; Fri, 20 Sep 2019 07:47:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Wnxrh9la"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="mRkPMjzv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CDC842054F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rzpBjJVLYLmUBF1pg+ZxRRLc5BOKtMAHFF9Zw6O8gz8=; b=Wnxrh9laXny/Is BLZqYXPBINCduhY2mOmOAuEgRuRn4ebz2B9An/Ja7gvIijwTgPvfZWKzQlyf3uwZiQ7dVTya+i5UM eLgl5jw1PFQUFxy18W54KxOHEI9kZK3TH1XwYeGO3Q25NkyBTG1x3fX0wFEeWAWDqZoRk43BX0Ccv 0O/kv4nBdEP6jUXio8/OA8YcFb8JG5scHhLoZh9XrA5ukH4iQ3W+5c/11edz8vqrpBk/OjATX4zLq ul0cjOPfjcx3NDt7+zhOR7PHC3KSeJF8GxYx7slMaZRLL6IZEdIC/rkwBKigUYX41APViI2SU9XjK V1YS/z0EOzXMipwysBfA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iBDdt-0005vi-B0; Fri, 20 Sep 2019 07:47:49 +0000 Received: from mail-ua1-x941.google.com ([2607:f8b0:4864:20::941]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iBDdq-0005v2-7k for linux-arm-kernel@lists.infradead.org; Fri, 20 Sep 2019 07:47:47 +0000 Received: by mail-ua1-x941.google.com with SMTP id f9so1936317uaj.4 for ; Fri, 20 Sep 2019 00:47:45 -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 :cc; bh=fxglbnyqNsy9IrMeX1phK/aGWuTchg+w3X2HNfK/9CM=; b=mRkPMjzvPBVfAeCHVbJTYmrEh8uq38ZKVM8E8AFU6NzBMCkin/nd1eIBhx73UcvIPj hZ9cLZl7VRnRHz0r9b+vw/tUY5l1L8pgCBGOVyccwzB3loxNIAfhw8f57iYt1IVFHmMG 3ihqT7adb8ixIuRyXLY28hq5ZvJnUjZr99BB8J0MuUtrXiFlrJAhlWPEp5EDSLnkwd6j gjJUOVRjbfeyDNz7/rz7jmEHiaLot6qL149wtDhUGZaREGUjVZZCucZTaTlcf93XPL/+ tkpHNvmoPXhsNOFXcMyryFbNn/lRqf4ubcSr7Nk6ZF/pyAtrNhtGObkvcyf+0/vSpDDJ xc4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fxglbnyqNsy9IrMeX1phK/aGWuTchg+w3X2HNfK/9CM=; b=D/UKs7zsF7KNhxkXCwjcyEf4WHR/d/wIyaTgvqIOLJHB5GNCiFx3jWPBCG8HmkjNrx kIR/MTF/j3LNmbesZt9YGBulLurg7aS2OQj77RUNcwFP0ztRbpefO47JkLUkqcZCTujc TBig2vq0dPRr7f9qmKSk2e+k8WUPxEdsp1mAesX3xSLX1fSconM3ytOJd43IXA2Bx4BD 4tesPHTlKMAVFoFgUq5ONy1xAT+05pviCW+zSpfJQkVxI/iTZvKJgYyO1Jlsd/HzC5QY HwrQRt7zaFlx1tmvX8ZjMQMIwsq0GG+i+b9hLs8XMio7pwNSb1/Zkj2pIBREExWu/zdj tVBw== X-Gm-Message-State: APjAAAUzBuXH4t/REAi5lXlfGfUuAoZdrRXo5cLMj6+WWbuw0PFh6ubZ qpVCCLpCEFbca4gtSGPrSoanyX1HzIsLcWF/jIFWig== X-Google-Smtp-Source: APXvYqyIPD8otiC6oiySJICKUArdhKAFf1jxKg7NkboCvLV7vKR9MnpHuTM4AuE9NqL9JQuhAM9Efy4otC84oobLXJw= X-Received: by 2002:ab0:1856:: with SMTP id j22mr8516177uag.19.1568965664676; Fri, 20 Sep 2019 00:47:44 -0700 (PDT) MIME-Version: 1.0 References: <20190905122112.29672-1-ludovic.Barre@st.com> <940e3ce8-1a4f-7e03-dfec-25330051ea5f@st.com> In-Reply-To: <940e3ce8-1a4f-7e03-dfec-25330051ea5f@st.com> From: Ulf Hansson Date: Fri, 20 Sep 2019 09:47:07 +0200 Message-ID: Subject: Re: [PATCH V6 0/3] mmc: mmci: add busy detect for stm32 sdmmc variant To: Ludovic BARRE X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190920_004746_308429_A55A33F7 X-CRM114-Status: UNSURE ( 7.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: DTML , Alexandre Torgue , "linux-mmc@vger.kernel.org" , Linux Kernel Mailing List , Rob Herring , Srinivas Kandagatla , Maxime Coquelin , linux-stm32@st-md-mailman.stormreply.com, Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 18 Sep 2019 at 11:33, Ludovic BARRE wrote: > > hi Ulf > > Just a "gentleman ping" about this series and > https://lkml.org/lkml/2019/9/4/747 Thanks for pinging, I will come to this as soon as I can. September has been a busy month, being on the road most of the time. Apologize for the delays! [...] Kind regards Uffe _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel