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=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 27A87C43381 for ; Thu, 7 Mar 2019 09:39:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E75B420840 for ; Thu, 7 Mar 2019 09:39:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="mQqHnoIp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726297AbfCGJj3 (ORCPT ); Thu, 7 Mar 2019 04:39:29 -0500 Received: from mail-qk1-f193.google.com ([209.85.222.193]:38564 "EHLO mail-qk1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725795AbfCGJj3 (ORCPT ); Thu, 7 Mar 2019 04:39:29 -0500 Received: by mail-qk1-f193.google.com with SMTP id z3so1414248qkf.5 for ; Thu, 07 Mar 2019 01:39:28 -0800 (PST) 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=4oZzHL6ADFAcvdNMLTc0JLwSyZOJrYg7gIph9iiVyz0=; b=mQqHnoIpK+qRswawfRkDB7NnNht/sUtu8BtLLcSZqkIU/I0jJA4tY5ibYKMdxwzau2 FUCjuB+o/vt3PhO0iIl/RcQMpts9oraE+Jaqb+xuoP90AoFJ1gVBqoudcsEYB2YjGqKa 4c+4TnoDWoJD/9xRDvVM0U3B/o0oMBFC8JTzBLWmnfnTJLG/jrU85dc3IxqPZ0p5hBN1 in1Q02fJTdUvRgzdAxZ2VVUXO1zTLWEZRzOEBJN14Ev/XGAzKERrgXdWA38rxAybnWpq zjva3VjxcXqdw/6n5vMvHkFdzqxkvVqlesZ3T0yEvCOIwjmCW/k+dGbOgo0+Cfj9Bpec e1dw== 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=4oZzHL6ADFAcvdNMLTc0JLwSyZOJrYg7gIph9iiVyz0=; b=kyZrgOyt5B1V0IDCqsqPTeTSbQHAk+YCzm6OmPI0DLxWu7vNPMh0Dk4pnlteRcQ/c4 foTDDfnBBSgt2CEvyNFqsXHOAfKNpWxqnaxyqZffxo3WJwuclv/Hx6TsmTvp2R+GVxaW iPhKEcWA8Gok94nAuphLPKEKX35RDuhxHTLCcX6qhIjC1k6WbbRn+hoEUXZxOmcjNMNE /jWIN2MqPkto4eeAl7f5SuJFfKb1ngSVdbYJxMs0sp7Tz9H0dopeSZbb/eUZBp4ulHXC cbDu5GqRrgvneJ+322B+vhay59Wn7FP2BgtwhpRilYxfn2t8B0dkgzSE7BRgL3nx0k68 RbNA== X-Gm-Message-State: APjAAAXirufoaNkPyScW94gR5pXUUWWaHsDAr3OvCNKfrgiTutYRb+8N SVatsimII2CqSXe5Xl6+zL9/Frj87K3RKSseJhigpQ== X-Google-Smtp-Source: APXvYqyaCToKcyrSmAHkW5ZCV+ZfFAceYTNHFieTkW7LKkCLe453KGoy84qo8R5Gbr9zor3/sFEfTrHjdtkENpbDAD0= X-Received: by 2002:a37:7885:: with SMTP id t127mr8795678qkc.109.1551951568173; Thu, 07 Mar 2019 01:39:28 -0800 (PST) MIME-Version: 1.0 References: <1551802205-32188-1-git-send-email-ludovic.Barre@st.com> <1551802205-32188-2-git-send-email-ludovic.Barre@st.com> <5b531f55-b8a0-5a83-4a7c-727013a66820@st.com> <15ce68e6-136f-7e9b-553c-968a0653a9b8@st.com> In-Reply-To: <15ce68e6-136f-7e9b-553c-968a0653a9b8@st.com> From: Linus Walleij Date: Thu, 7 Mar 2019 10:39:15 +0100 Message-ID: Subject: Re: [PATCH 1/4] mmc: mmci: avoid fake busy polling To: Ludovic BARRE Cc: Ulf Hansson , 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="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 6, 2019 at 11:09 AM Ludovic BARRE wrote: > I could have a snowball board, I don't remember if it a ux500v1 or v2? I think they are all v2. > This board has been removed of u-boot mainline, do you have a specific > repository for snowball or what branch do you advise? > do you have a snowball wiki (up-to-date) for flashing... I have some information here: https://dflund.se/~triad/krad/ux500/ I'd be surprised if you don't have U-boot or fastboot on the board already. Yours, Linus Walleij 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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 ABEECC43381 for ; Thu, 7 Mar 2019 09:39:41 +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 7D3FF20675 for ; Thu, 7 Mar 2019 09:39:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jhMz6m5D"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="mQqHnoIp" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7D3FF20675 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=BeSZvxHBrbQP6yn3QC8VaxQzXVDFCl6HfyfKrDo6Vjs=; b=jhMz6m5DdG0vTd DADj0V+9gArx9ZNtSuScBInUOx2XZOYLdRHOphLUNPPVmcL/tg/yaa1JjG63XAswnYbui1oIln80U +Ba5Z++SIYhN+UtaxicNJwAhebcdqlB+q2V+biHhApW//mwh7xng3Nfiba16aIFAHVIJI1Fkn5IKo FkmZVFH+ZeTe13velxfE09OdpMRWwV+EyzpJCqACCdx97HKBGeF0/KuAokUR8wR9qzqHyf6SHO4K7 4WJwGGCXXKL7lapaHHmkz2gPGwd/3BjIyA85TPkoUr/BAGyVqra/QPchhiw7H+BNCepKjnYOI3oQd Mqdc50jK3ukSXCD6ZeDw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h1pV0-0003pm-Mn; Thu, 07 Mar 2019 09:39:34 +0000 Received: from mail-qk1-x741.google.com ([2607:f8b0:4864:20::741]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h1pUw-0003p5-8n for linux-arm-kernel@lists.infradead.org; Thu, 07 Mar 2019 09:39:32 +0000 Received: by mail-qk1-x741.google.com with SMTP id s26so497443qkm.10 for ; Thu, 07 Mar 2019 01:39:29 -0800 (PST) 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=4oZzHL6ADFAcvdNMLTc0JLwSyZOJrYg7gIph9iiVyz0=; b=mQqHnoIpK+qRswawfRkDB7NnNht/sUtu8BtLLcSZqkIU/I0jJA4tY5ibYKMdxwzau2 FUCjuB+o/vt3PhO0iIl/RcQMpts9oraE+Jaqb+xuoP90AoFJ1gVBqoudcsEYB2YjGqKa 4c+4TnoDWoJD/9xRDvVM0U3B/o0oMBFC8JTzBLWmnfnTJLG/jrU85dc3IxqPZ0p5hBN1 in1Q02fJTdUvRgzdAxZ2VVUXO1zTLWEZRzOEBJN14Ev/XGAzKERrgXdWA38rxAybnWpq zjva3VjxcXqdw/6n5vMvHkFdzqxkvVqlesZ3T0yEvCOIwjmCW/k+dGbOgo0+Cfj9Bpec e1dw== 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=4oZzHL6ADFAcvdNMLTc0JLwSyZOJrYg7gIph9iiVyz0=; b=Vf0Ww58oNkkentT7I/KNicyg/8sXrD2XLftQZiCyFEkbXEnPgsFu1+dJeBzbi/jfUE iRqzcfq8TM/vmGn7mxvyRpYLbWTR8ZHmnWIDeSRvs5D1tGortQPjoTTzWtbfErFIIaZn kPuhna2uWD/HwPINr5lVZvdF+Id3PXHynYvxwfGwmkBYq5QD5H4Tw7cguov//ZIrcdj8 AgGAwjdUlGVPIPi4wyIsgbHhYNeEFIIH9b9uGwdtcBHqgM8kr3/P7mBMMbYvCdp2PdkY hKadiFeFSjq2zBr20tTbqBVQl3KHgEySIxmxgIxK4KqwFxbkhTtPWSrOeP48XRcp7xC8 2hBg== X-Gm-Message-State: APjAAAWIgZKJJA2qS49HYPoLZhKtmR2cNjayg1vYZPsBeXgL4GPVatFm hZknrLyKLFY8zvtu/K6cflAhNfdR0FPvT58Oe/QxKQ== X-Google-Smtp-Source: APXvYqyaCToKcyrSmAHkW5ZCV+ZfFAceYTNHFieTkW7LKkCLe453KGoy84qo8R5Gbr9zor3/sFEfTrHjdtkENpbDAD0= X-Received: by 2002:a37:7885:: with SMTP id t127mr8795678qkc.109.1551951568173; Thu, 07 Mar 2019 01:39:28 -0800 (PST) MIME-Version: 1.0 References: <1551802205-32188-1-git-send-email-ludovic.Barre@st.com> <1551802205-32188-2-git-send-email-ludovic.Barre@st.com> <5b531f55-b8a0-5a83-4a7c-727013a66820@st.com> <15ce68e6-136f-7e9b-553c-968a0653a9b8@st.com> In-Reply-To: <15ce68e6-136f-7e9b-553c-968a0653a9b8@st.com> From: Linus Walleij Date: Thu, 7 Mar 2019 10:39:15 +0100 Message-ID: Subject: Re: [PATCH 1/4] mmc: mmci: avoid fake busy polling To: Ludovic BARRE X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190307_013930_308057_C84E9E34 X-CRM114-Status: GOOD ( 11.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: DTML , Ulf Hansson , 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, Mar 6, 2019 at 11:09 AM Ludovic BARRE wrote: > I could have a snowball board, I don't remember if it a ux500v1 or v2? I think they are all v2. > This board has been removed of u-boot mainline, do you have a specific > repository for snowball or what branch do you advise? > do you have a snowball wiki (up-to-date) for flashing... I have some information here: https://dflund.se/~triad/krad/ux500/ I'd be surprised if you don't have U-boot or fastboot on the board already. Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel