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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 47414C433EF for ; Tue, 18 Jan 2022 21:10:02 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0EB0683890; Tue, 18 Jan 2022 22:09:50 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="H6+7vhzG"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AE7BF83890; Tue, 18 Jan 2022 22:09:37 +0100 (CET) Received: from mail-qv1-xf35.google.com (mail-qv1-xf35.google.com [IPv6:2607:f8b0:4864:20::f35]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id ED6E28388F for ; Tue, 18 Jan 2022 22:09:33 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf35.google.com with SMTP id 15so593831qvp.12 for ; Tue, 18 Jan 2022 13:09:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=twvc3rBKxfy839KyhI+v/fH4ra5B85DEF75UX7Y9QZg=; b=H6+7vhzGKqLV3IQ2rXfuGELsz8Rh4ESCQjrf/fuP+OzTFFuGhfbVqiE/kRmajL9J7T mQsEywy46jJSvuPTQUWO6Rzn7nJGhU6cymq0UxhJky/JYKTMofFXN/uV+mEYjhIb84KA 4o0HINyJlcdLudFGOeNgOUDbZvEPOCu5+AJ9I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=twvc3rBKxfy839KyhI+v/fH4ra5B85DEF75UX7Y9QZg=; b=rXNNy1ZZm+admS6LzV07U0uU2hP41Zd4NputMdjvNT/jUnaA2FX9C8HSReUwXFyii8 gM8Og0xUlG+7XySaUDXLE1YrEiqPfnuQZ2VbEm1JKY7+n4XOyQ57wpHBf6SMZw7k9vo3 NsZwTWi40rHawTuUh+5RRrhAIJgQQ/mw6LCgNX2WUb8v32te8s7omruqO2AwbdV4zHqP cgyPv8qiP/FEY38Ii+gx++OmtSnOIHFlyqJE9rGcdqogTvxDKvGUBcpwPrP1+R3N89zS hL05oI94nTIqbi5Fno3E90zo1dfLiuDuT+g1awF8nUKOIzAPl3sd2Btiya/noXNgg092 wz/Q== X-Gm-Message-State: AOAM533pObZtFNt8Sdj7AUBtPBTlZS/aIBD2jbPjcQDyBfCXIuETtnoG KRsaAJy6fQKWTAYoetyr+AoWnA== X-Google-Smtp-Source: ABdhPJy7PXNinztDiz9gLy6AIV1Wn4B/96RDhfTnUXkZMCqx0sC2JyMlTi6KR0qv93BkGJPR++MB/w== X-Received: by 2002:a05:6214:2588:: with SMTP id fq8mr22704740qvb.111.1642540172919; Tue, 18 Jan 2022 13:09:32 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-ec5d-c40e-552f-ed0c.res6.spectrum.com. [2603:6081:7b01:cbda:ec5d:c40e:552f:ed0c]) by smtp.gmail.com with ESMTPSA id bq9sm6256038qkb.32.2022.01.18.13.09.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jan 2022 13:09:32 -0800 (PST) Date: Tue, 18 Jan 2022 16:09:30 -0500 From: Tom Rini To: Amit Singh Tomar Cc: u-boot@lists.denx.de, andre.przywara@arm.com, manivannan.sadhasivam@linaro.org, joe.hershberger@ni.com, jh80.chung@samsung.com, Amit Singh Tomar Subject: Re: [PATCH v4 6/6] configs: Enable mmc support Message-ID: <20220118210930.GJ2631111@bill-the-cat> References: <20211128113225.3992-1-atomar25opensource@gmail.com> <20211128113225.3992-7-atomar25opensource@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="kU1KBl72y3ES5hCz" Content-Disposition: inline In-Reply-To: <20211128113225.3992-7-atomar25opensource@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --kU1KBl72y3ES5hCz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2021 at 05:02:25PM +0530, Amit Singh Tomar wrote: > From: Amit Singh Tomar >=20 > This commits enables mmc on the Actions Cubieboard7 board. >=20 > Signed-off-by: Amit Singh Tomar Applied to u-boot/master, thanks! --=20 Tom --kU1KBl72y3ES5hCz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHnLIoACgkQFHw5/5Y0 tyyqPAwAoWvzVvS+40hnluphQUGTQHxK7Ewa9jS9M6XnN908NWn2HEdYoZCP4N0A 5y/Da31dEptE/NIV7mATEAAhXCfxwqs8coG+WA0lf/oIjI5grbmMdU+QJ5c7Cxnr pNZoiqT8SMuuNERyaRm2VL6J/jIT+DvWfrA0XUMgWr5eM775c1ul2Vq5H9xOFsRc NyipqP5qbZha5BejonhoMeav9QsbwyTgNShhM0ElHNLENq46Cg4XwWnQ5EnrJwYn TzmCgAPzo+rJNmQMp5+rM/7MCBEklh9keIP+lRLXb3jn+Zw8RbxRPaLgzuXEqpOZ T0YzSFT/LUXgDTIFNDzurC1iUShIPt5UOtJYFtT280i0CYr5T9kYYQXrmmNKHBFJ WTU3Baq1nCKyZTdUB+d1LOIAgJHIyswOiKBfFZ3ZoYDDJKhr3WgLmcHHatuyuiil SFJlv+dIjYx+Enwf6mrYM+O87MVqYFbh9DPAQPc+K6TSyMnzNT29NLv6oScWJHbc EuDNfkdR =6tXh -----END PGP SIGNATURE----- --kU1KBl72y3ES5hCz--