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 62ED7C433F5 for ; Mon, 20 Dec 2021 13:30:36 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8912582FAF; Mon, 20 Dec 2021 14:30:33 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="omCd/lRZ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3133482F65; Mon, 20 Dec 2021 14:30:31 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (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 B357A82F65 for ; Mon, 20 Dec 2021 14:30:25 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1773D6104B; Mon, 20 Dec 2021 13:30:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25599C36AE7; Mon, 20 Dec 2021 13:30:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1640007023; bh=+5lgcNBjB2i6eT//AWMPdm6lSGkiXI4ov2XwGwXSH/Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=omCd/lRZPpxqETJe4ItFieEWfwogEgTCk1R7QuHw4ss+tEUeMP0+Ghg+jRUpi9mxl nbuxhHMP/5h/z9PHWev9RY8oHAlQtGEWKsbE6eLt79LjrgJmmYHoEprM+a3lxD2AjV HLOFKyO7sSv+mIk86JDxKEHul13HsQPu8wbdFsMpwAO9WrYQfsttuLn3cw2liGTAHa 7lJFfRKmQouMe8ps4ZZc3Y4nPGDOk2bdosvlrHESMc25roUVxrEHthJol8JmlciA89 CG23G2NrK+ooafaSeNHIxrNixIRmV3cArTUOLt2YNq89ZLUmrmhZ84BIpKWv7OLPcl Hc6D3TfGWaYVw== Received: by pali.im (Postfix) id 1C56287B; Mon, 20 Dec 2021 14:30:20 +0100 (CET) Date: Mon, 20 Dec 2021 14:30:19 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Stefan Roese Cc: u-boot@lists.denx.de, Marek =?utf-8?B?QmVow7pu?= , Marek =?utf-8?B?QmVow7pu?= Subject: Re: [PATCH u-boot-marvell 00/10] PCI mvebu and aardvark changes Message-ID: <20211220133019.jui4t22ifvp2cz55@pali> References: <20211111153549.29111-1-kabel@kernel.org> <20211212112332.3nuihwnkh736emog@pali> <1e267a7a-c4cc-c0ec-83ce-250e69de1160@denx.de> <20211213102747.utajiisgl22qvx5v@pali> <20211216102824.ocncwjyof3uwuszd@pali> <7d61a731-e6f0-a330-d38c-64b7994ca899@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7d61a731-e6f0-a330-d38c-64b7994ca899@denx.de> User-Agent: NeoMutt/20180716 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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 On Saturday 18 December 2021 14:53:52 Stefan Roese wrote: > Hi Pali, > > On 12/16/21 11:28, Pali Rohár wrote: > > On Wednesday 15 December 2021 09:10:50 Stefan Roese wrote: > > > Hi Pali, > > > > > > On 12/13/21 11:27, Pali Rohár wrote: > > > > On Monday 13 December 2021 08:41:30 Stefan Roese wrote: > > > > > Hi Pali, > > > > > > > > > > On 12/12/21 12:23, Pali Rohár wrote: > > > > > > On Thursday 11 November 2021 16:35:39 Marek Behún wrote: > > > > > > > From: Marek Behún > > > > > > > > > > > > > > Hello Stefan, > > > > > > > > > > > > > > we have some more fixes for PCI (mvebu and aardvark), and one patch > > > > > > > for Turris MOX board code. > > > > > > > > > > > > > > Marek > > > > > > > > > > > > Hello Stefan, patches 1, 2 and 7 still needs some modifications. But > > > > > > other remaining patches should be OK. Would you merge remaining patches? > > > > > > And then we can focus on issues with link initialization. > > > > > > > > > > Sure, I can pull the "remaining patches" into next (for master it's too > > > > > late in the release cycle) if this helps. Just let me know and I'll go > > > > > through the patch queue in the next days to push more Marvell related > > > > > patches into next. > > > > > > > > Ok. But please consider applying patches 5, 6 and 9 to master as they > > > > have Fixes tag for commits which are already in master branch. > > > > > > Okay, thanks for the reminder. The Azure world build is running. So I'll > > > send the pull request for these 3 patches most likely later today. > > > > Hello and thank you! Could you include patches prepared for next into > > some branch, so I can prepare new patches on top of that branch to so > > patches would be correctly rebased? > > Done. As you will have noticed, I've pulled a bunch of patches into next > and did send a pull request just a few minutes ago. Perfect! > Please let me know if I forgot something. Once all this lands in Tom's > next branch, this should be a good base for your rebase. Could you include into next branch also other patches from this patch series which you have already reviewed, which are OK? Patches 1, 2 and 7 are those which need modifications and are not ready yet. > Thanks, > Stefan > > > > Thanks, > > > Stefan > > > > > > > > > > > Thanks, > > > > > Stefan > > > > > > > > > > > > Marek Behún (2): > > > > > > > pci: pci_mvebu, pci_aardvark: Fix size of configuration cache > > > > > > > arm: mvebu: turris_mox: Remove extra newline after module topology > > > > > > > > > > > > > > Pali Rohár (8): > > > > > > > pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe() > > > > > > > arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c > > > > > > > pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup > > > > > > > pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size() > > > > > > > pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge > > > > > > > pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus > > > > > > > mapping > > > > > > > pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR > > > > > > > arm: a37xx: pci: Do not allow setting ROM BAR on PCI Bridge > > > > > > > > > > > > > > arch/arm/mach-mvebu/include/mach/cpu.h | 4 +- > > > > > > > arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h | 4 - > > > > > > > .../serdes/a38x/high_speed_env_spec.c | 15 -- > > > > > > > board/CZ.NIC/turris_mox/turris_mox.c | 3 - > > > > > > > drivers/pci/pci-aardvark.c | 54 +++-- > > > > > > > drivers/pci/pci_mvebu.c | 205 ++++++++++++------ > > > > > > > 6 files changed, 175 insertions(+), 110 deletions(-) > > > > > > > > > > > > > > -- > > > > > > > 2.32.0 > > > > > > > > > > > > > > > > > Viele Grüße, > > > > > Stefan Roese > > > > > > > > > > -- > > > > > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk > > > > > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > > > > > Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de > > > > > > Viele Grüße, > > > Stefan Roese > > > > > > -- > > > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk > > > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > > > Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de > > Viele Grüße, > Stefan Roese > > -- > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de