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=-7.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 A41D8C47083 for ; Wed, 2 Jun 2021 12:42:17 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 8D8F4613D7 for ; Wed, 2 Jun 2021 12:42:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8D8F4613D7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nic.cz Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 431E382B20; Wed, 2 Jun 2021 14:42:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=nic.cz 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; secure) header.d=nic.cz header.i=@nic.cz header.b="LG3y3ogU"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 94A1F82E9F; Wed, 2 Jun 2021 14:42:12 +0200 (CEST) Received: from mail.nic.cz (mail.nic.cz [217.31.204.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 1092282AD2 for ; Wed, 2 Jun 2021 14:42:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=nic.cz Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=marek.behun@nic.cz Received: from dellmb (unknown [IPv6:2001:1488:fffe:6:8747:7254:5571:3010]) by mail.nic.cz (Postfix) with ESMTPSA id 8ABCB1409DB; Wed, 2 Jun 2021 14:42:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1622637727; bh=5EMjpfQAIGTeMpn2SeUpKYTZkHoUuCYSouCCizDACxU=; h=Date:From:To; b=LG3y3ogUJvbzxHE/JtHdsMFJJXcHfbXHJ1m/L6WnEVeKHFyfz9hc3ijt05U0MjDRz q9UVCi6mn+W5+Qm1aCtfIQFuYfn6Kc4X9Vkzqfcgv/GCAbHT0Ef41KSaDX/uzoNn8t AOAF54vwvr8Ho21k9Bzxje3SmWxxzyq7cwJWbRj8= Date: Wed, 2 Jun 2021 14:42:07 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Stefan Roese Cc: Pali =?UTF-8?B?Um9ow6Fy?= , Konstantin Porotchkin , u-boot@lists.denx.de Subject: Re: [PATCH v2 1/7] arm: a37xx: pci: Don't put link into LTSSM Recovery state during probe Message-ID: <20210602144207.10e49f1e@dellmb> In-Reply-To: <8597bc42-b495-2dc3-0bf6-7ee9b548dda4@denx.de> References: <20210517063956.30905-1-pali@kernel.org> <20210526155940.26141-1-pali@kernel.org> <275d7fc8-bcc2-c1b4-e51e-7a137616059a@denx.de> <20210601125735.3w5bd32qekmy7ocz@pali> <8597bc42-b495-2dc3-0bf6-7ee9b548dda4@denx.de> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.102.4 at phobos.denx.de X-Virus-Status: Clean On Wed, 2 Jun 2021 07:12:50 +0200 Stefan Roese wrote: > > Hello Stefan! Thank you for review. Would you be sending these A3720 > > patches to 2021.07 version? > > My plan was to postpone these patches to the next release, as they > seem quite intrusive. But please let me know if you think this is not > the case and they should be added as fixes into this release still. Hello Stefan, some of these patches only fix behaviour of PCIe in U-Boot, but patch 5 also fixes booting kernel when PCIe regions in kernel's DTS are changed (by user, so that they have more memory to support more cards). Since all these are fixes, we think they should be added into this release. Marek