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 39050C7EE2F for ; Mon, 12 Jun 2023 18:11:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7A7B185F7F; Mon, 12 Jun 2023 20:11:50 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="kUZ3FiQs"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9613485F13; Mon, 12 Jun 2023 20:11:48 +0200 (CEST) Received: from mail-yw1-x1136.google.com (mail-yw1-x1136.google.com [IPv6:2607:f8b0:4864:20::1136]) (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 58E0F8211C for ; Mon, 12 Jun 2023 20:11:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x1136.google.com with SMTP id 00721157ae682-56896c77434so39023867b3.0 for ; Mon, 12 Jun 2023 11:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1686593504; x=1689185504; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=PmRdFIiHhYrHbVILeA7GRQcB9Es+bgkBiyd+O5BIUsE=; b=kUZ3FiQsm1B7WPPbq98mxuGpHVL4Z0jW/uGOPuO9fVPzu4hV56HrsrIUABjkTsPK57 eWnE0jeg/JOkUfLGz41ilrSf5DN3w97d8bFJRHaNp8dnvFMaiPFTYDhTTRtbNbmhSGGG 8rsL1TfGvvyquQRHU4hR1d4CeWLjR17T5kBqk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686593504; x=1689185504; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=PmRdFIiHhYrHbVILeA7GRQcB9Es+bgkBiyd+O5BIUsE=; b=RSxPcE7+7DiCbjPbSfPYGdjnSPArP50W1+yXhPch6/mlRWFCZ9VRKtSG0ID+GmLXVf yKb7AzFCVduxonp33tbcyVA/jgsXcYQtNg2QEcbb7a1Snzp50wql8YtPIXEiMf8GZYsp XtE/T1wnVl+zwXD1mTrQHmI1w0quUgdDZsQYiiF+v7OMdalgX8B222FOSwm/0Rmu0AfX +zOsUKmsWjVczxLKGbyrUHvn0Fqll9+9H74dxxQyO1Kef3Nh+LsL9h6gnTAoHnBltPVm FoqzURPRgdZYx03X4rcrziL4pWYglbAERQRUCRUiXmqFdk0LCYtloaLRAICKw8yop8tW rCiw== X-Gm-Message-State: AC+VfDypGidp1R47BYvLSH9Goo5AEEINJ4X7dzQmoLS6hnS1V68l9lD1 FRc6HDQZvCoceqmalqtOUQC0BA== X-Google-Smtp-Source: ACHHUZ7UjpC1/CplxhIaHpRXva3JrRwufIjwdiErneldmY552PgU8qfs43gYUo1lihKXGr72Fd2OPA== X-Received: by 2002:a81:4f82:0:b0:56c:f38a:163d with SMTP id d124-20020a814f82000000b0056cf38a163dmr5990106ywb.8.1686593504073; Mon, 12 Jun 2023 11:11:44 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-c45d-8da1-aa0c-86af.res6.spectrum.com. [2603:6081:7b00:6400:c45d:8da1:aa0c:86af]) by smtp.gmail.com with ESMTPSA id i12-20020a0ddf0c000000b00555d2944284sm1387198ywe.67.2023.06.12.11.11.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Jun 2023 11:11:43 -0700 (PDT) Date: Mon, 12 Jun 2023 14:11:41 -0400 From: Tom Rini To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Stefan Roese , Tony Dinh , Martin Rowe , U-Boot Mailing List , Peng Fan , Jaehoon Chung , Marek =?iso-8859-1?Q?Beh=FAn?= Subject: Re: mmc: Read eMMC partition access bits before card reset Message-ID: <20230612181141.GP835503@bill-the-cat> References: <20230516153620.GH2398826@bill-the-cat> <20230516185223.2vew4jqy36ytfyyc@pali> <20230516185646.GL2398826@bill-the-cat> <20230516223010.fnkjgjyoixwc2ls2@pali> <512f1507-2aaf-34ef-753a-5da3146a5f91@denx.de> <57c4657d-0f08-63ea-7d1d-02db0d1c0686@denx.de> <20230611130304.tpa2qhgthoxylc44@pali> <20230612173920.33qpzzrtqlk2g5qk@pali> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dBGR7vqXRawbCl6D" Content-Disposition: inline In-Reply-To: <20230612173920.33qpzzrtqlk2g5qk@pali> 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.8 at phobos.denx.de X-Virus-Status: Clean --dBGR7vqXRawbCl6D Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 12, 2023 at 07:39:20PM +0200, Pali Roh=E1r wrote: > On Monday 12 June 2023 11:22:12 Stefan Roese wrote: > > Hi Pali, > >=20 > > (added Peng for PowerPC and Jaehoon for MMC to Cc) > >=20 > > On 6/11/23 15:03, Pali Roh=E1r wrote: > >=20 > > > >=20 > > > > Pali, I will try to pull these not applied patches - if there are n= ot > > > > issues of course. Could you please send me a list of these patches = so > > > > that I can take look? Please note that I will probably not be able = to > > > > work on this this week. But next week should be possible. > > > >=20 > > > > Thanks, > > > > Stefan > > >=20 > > > Hello! > > >=20 > > > These patches are on the list for year: > > > https://patchwork.ozlabs.org/project/uboot/patch/20220516090119.20217= -1-pali@kernel.org/ > >=20 > > This patch fails with multiple problems. Reason is, that it's very "old" > > and many of the Kconfig stuff was changed, which is of course not your > > fault. Still, I'm not in the right position to make these changes I'm > > afraid. > >=20 > > Peng, this patch is now assigned to you in patchwork. Could you please > > also take a look? And if Pali (or someone else) sends an updated > > version, could you please make sure that it's reviewed (and applied if > > no issues arise) in due time? >=20 > Updated version was already sent but again no response... > https://patchwork.ozlabs.org/project/uboot/patch/20220817205622.26644-1-p= ali@kernel.org/ I was expecting Marek Beh=FAn to follow up and take this as he's the one that volunteered to take over one of the powerpc custodian trees and push this through. I've replied now with more feedback. > > > https://patchwork.ozlabs.org/project/uboot/patch/20220828151929.32588= -1-kabel@kernel.org/ > >=20 > > AFAICT, this patch has some open issues still. >=20 > There were suggestion to make (that new kconfig option) enabled for > everything. But nobody respond if it is possible to have it > unconditionally enabled for every one board. Hence new config option in > that patch was introduced. Yes, the feedback was to change things so that the behavior is the default, since it looks like what we're doing now is wrong. And you have access to a few platforms to test things on to see if it breaks other platforms, and then putting it in to -next or early in the merge cycle on master would shake out any other problems with the approach. So if you're still interested in that platform, please make it a generic change or report back where it does fail so we can see what's going on elsewhere. Making the init_sequence_f table even more difficult to read is something we do want to avoid. --=20 Tom --dBGR7vqXRawbCl6D Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmSHX90ACgkQFHw5/5Y0 tyy6gQwAm6B/of5DgigGJxw2U5k7FuTbc4EeiGk+8+QH2Unwi8teQBPXKCA5nqS4 kVlIm8jhIV7lahn9K2oxxxAJXi4kw5E69oJzF52jZZMhdunJMh8rEJBgEakRAliL XVdQXAZuCJNX7kcDjYbS/op8SPfr8pP5JxWPzZG3JQjZad6d4QIDMV/oNMqWkFeu fPa5GpBDG+uG7tZDsEInGRARGa1qS6AR38QJYr096+kiQlFnR7L8YWsP258rxP9t 39Ok9wIgaD5Uy7h/AcPkOFJmu+N/pEWqR7Ru3wpdHp4ik/W72OnPyjQd9dA3wxI9 mcw85kPGzsUVORPvefDz6ZRpaNB8NjMd4pU+q5s6VnodU+2kPbXjkVLA+6zeZvt4 +hrsWwo8QpaF9/mwCft0MU9nsPiCOTpWFD7AuepE3jkUa2Q72m4B8I4qcsgWg73U wAi5gmU364TSr7/UIMxAteVlmzHSyM5MOb3yIcQOg7iH90xQDzr5FmhLibynWNam 62JY/Wua =8U0t -----END PGP SIGNATURE----- --dBGR7vqXRawbCl6D--