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 C5085C77B78 for ; Sat, 22 Apr 2023 19:20:09 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D1FF485FEB; Sat, 22 Apr 2023 21:20:06 +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="dxwPQAmu"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 896E685FEB; Sat, 22 Apr 2023 21:20:04 +0200 (CEST) Received: from mail-yw1-x112c.google.com (mail-yw1-x112c.google.com [IPv6:2607:f8b0:4864:20::112c]) (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 AF1CF85FE9 for ; Sat, 22 Apr 2023 21:20:00 +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-x112c.google.com with SMTP id 00721157ae682-5529f3b8623so16981507b3.2 for ; Sat, 22 Apr 2023 12:20:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1682191199; x=1684783199; 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=TUbnIdScjRa3n05wyyB3vslpe/715ovQ4JMQzgw3jB0=; b=dxwPQAmuIwrDD6OWCrlLCVhv8WxyN8NQFjnnF61a+hmX/5FR1S/Og9QrqJS/Vun+Jb FRRm/U5wfP7ynZkF84Ugjn932piQZP40Y/jXhtIp8mcD2QycACB5NnsumAVMAx+HKDqH V0seqt4lDIJe7U+WJRE7R5n4seVq7F+v3uTtM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682191199; x=1684783199; 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=TUbnIdScjRa3n05wyyB3vslpe/715ovQ4JMQzgw3jB0=; b=L9kEkInsoFmxlBFGuCHXXZmVMjfhEKiOv8jvB5fnd1bw9ZBa2Ebe/EH5iMUifZJnh9 Q7vQQO6NG6usWg2jz1RgPFHypuw7+4wP5cJcltUg2LbAQaQupf/FzOU1tTslWvHHZpbN oI2AIW+lff24au1wCNdm5Cw/9fdyEe4BYhLzjaHemtj9ZYZJnd/0/DfiIyRO/ZOPBVKx /XTEOpPCKIqsV5g4DZV0oE7tgNeWLiNgCw4XmLkWN4xLNoqGs7ZqvVvFwIrtwpJ4OMC2 WLZH4UZYrpCH/AKRTsKrwvqcXakQ2yX9coSmoxv2k3aCgNm9+NxGQrD/AkZt9pcs5net AP2A== X-Gm-Message-State: AAQBX9f20BX1zRKn9r0h+zXvMBT1iZOE4LAG73KzVMdiU7y1feGDtof5 Z/fwPrujgvErsuQV0LVXPvZhbg== X-Google-Smtp-Source: AKy350YIPIooGrDOw3viAJXLeIoSBZCUrbIgDlisLMV+3ux5qNmC22vNyeAApabrqIsRy/F6fcvW6A== X-Received: by 2002:a81:8404:0:b0:541:891f:86f6 with SMTP id u4-20020a818404000000b00541891f86f6mr4545268ywf.19.1682191199257; Sat, 22 Apr 2023 12:19:59 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-1eb7-6104-6516-3755.res6.spectrum.com. [2603:6081:7b00:6400:1eb7:6104:6516:3755]) by smtp.gmail.com with ESMTPSA id t187-20020a0dd1c4000000b00552a118d059sm1812065ywd.117.2023.04.22.12.19.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 22 Apr 2023 12:19:58 -0700 (PDT) Date: Sat, 22 Apr 2023 15:19:56 -0400 From: Tom Rini To: Linus Walleij Cc: Dario Binacchi , William Zhang , u-boot@lists.denx.de, Michael Nazzareno Trimarchi , Anand Gore , Kursad Oney , Joel Peshkin , Philippe Reynes , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH v2] nand: brcmnand: add iproc support Message-ID: <20230422191956.GH1134230@bill-the-cat> References: <20230308214231.378013-1-linus.walleij@linaro.org> <767f2a1c-996e-d14a-3df3-50088ab65760@broadcom.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ynZuRj98wlqrD2px" Content-Disposition: inline In-Reply-To: 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 --ynZuRj98wlqrD2px Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 20, 2023 at 10:51:20PM +0200, Linus Walleij wrote: > On Wed, Apr 19, 2023 at 6:13=E2=80=AFPM Dario Binacchi > wrote: > > On Wed, Apr 19, 2023 at 4:00=E2=80=AFPM Linus Walleij wrote: > > > > > > On Wed, Apr 19, 2023 at 3:19=E2=80=AFPM Dario Binacchi > > > wrote: > > > > On Wed, Apr 19, 2023 at 3:04=E2=80=AFPM Linus Walleij wrote: > > > > > > > > > > On Mon, Apr 17, 2023 at 10:37=E2=80=AFAM Dario Binacchi > > > > > wrote: > > > > > > > > > > > Applied to nand-next ( as well as the patch "mtd: rawnand: nand= _base: > > > > > > Handle algorithm selection"). > > > > > > > > > > 1) Sweet! Thanks. > > > > > > > > > > 2) Did you use the latest versions that I resent as part of the > > > > > NorthStar support? > > > > > > > > I applied v2: > > > > https://patchwork.ozlabs.org/project/uboot/patch/20230308214231.378= 013-1-linus.walleij@linaro.org/ > > > > https://patchwork.ozlabs.org/project/uboot/patch/20230308212851.370= 939-1-linus.walleij@linaro.org/ > > > > > > The second patch will be problematic, can you switch it to the newer > > > versions? > > > > This one? > > https://patchwork.ozlabs.org/project/uboot/patch/20230308212851.370939-= 1-linus.walleij@linaro.org/ > > I can revert the commit > > ff33d3c87c2a mtd: rawnand: nand_base: Handle algorithm selection > > and apply your newer patch. > > Do you agree? >=20 > Yes, thanks! >=20 > In patchwork the newer patch is this one: > https://patchwork.ozlabs.org/project/uboot/patch/20230407134008.1939717-3= -linus.walleij@linaro.org/ And since this has broken part of my test lab, please and thanks for a quick PR with the fix in it. --=20 Tom --ynZuRj98wlqrD2px Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmREM1kACgkQFHw5/5Y0 tyyopAwAsYbBGU+KowcrpAfyajgIg5r3nmv28zAx6sYalenwFZUwhwpLrDHeAJ0r eEEC9Yw85k6yCtSETsICqL3KJr+zhZZ0KkdVUVbYAgegAXLHXVCb+dxG3uh5b9Mi 6myR3CiB7UAV3gtxZBo3zew+16Pue65XDuT0s0Ad6X9SznzML/tSLueZxA3roTSd CY89WUMSk7h3d8mbFCRcrikPAMMBwQtivXpVKDLG02kh70NWhgx6bLFaFt1+p/Ie A2S5XOQn4jNYyZ+vatoAT1a72vXZWc5q9ephRte/I3JWGxn8kcLZ/X3x2U+FmXoX hYt/1sGYgHkKfD51I7c77wIVf8D8ZQSyT960AwqA0Y/PJKulD0p1EjHi4V8vq3P6 Oc0hNWfAEJvi9I6IoyBl0KRKxD0WO0ee5VneCXs+Yfdg7Nr+Xh0XmAJ3mG4Vydyu QlwEsAoHp/uGAZJCJsMLGteHYbqJxS3CJUPE4zCtKb131RQIsnBBm8U8bKjv2UDh LktYZQW0 =0zxR -----END PGP SIGNATURE----- --ynZuRj98wlqrD2px--