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 08796C433EF for ; Tue, 21 Dec 2021 08:27:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5793880FF0; Tue, 21 Dec 2021 09:27:20 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1640075240; bh=jkna+0G72Byo7Pzcx+HcM8tRlDu967XaC/A5nUAF6h4=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=eUlD0HkybIgt2Os/ysaWhxtUUiIt5RCEESL05oqvutLTHQx8l87DR+9Id5tJ+tARL +Y5Waa7BAbfnKComlZ7fxhz8+BkeyNXWT8Bk8F9INtJWgGcrX4tlMtcNTa4J6Yq3Kw l4b8+SiJWlxU+dxrx9VROudrJpedoBGa1VIv2/2QGUfCfGIBpuqtAD+MHs1FdcBJWm SPXitEeDsX2IBN8bzXnr+z30fW6OpPL2Dznxz9TAAcFso1C99aO30A64WY5/hy0Vm+ stNzEv2dSHAtL53AJPTuBKeFSDmMti4+iTwcvWqLb/BGMvnG0glOwcPRhcroATXo3K /0ldmTpIT++HA== Received: by phobos.denx.de (Postfix, from userid 109) id D112882F03; Tue, 21 Dec 2021 09:27:18 +0100 (CET) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:1::465:107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6F98280D1C for ; Tue, 21 Dec 2021 09:27:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4JJ8hL73b8zQk4J; Tue, 21 Dec 2021 09:27:14 +0100 (CET) Message-ID: Date: Tue, 21 Dec 2021 09:27:09 +0100 MIME-Version: 1.0 Content-Language: en-US To: Tom Rini , U-Boot Mailing List From: Stefan Roese Subject: Please pull u-boot-marvell/next Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 Hi Tom, please pull the following Marvell MVEBU related patches into next: ---------------------------------------------------------------- - pci_mvebu: Misc improvements and cleanup (Pali) - turris_mox: Remove extra newline after module topology (Marek) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=142&view=results Thanks, Stefan The following changes since commit 4afab30caea3211032710c4298a8839d3254e7f7: Merge tag 'v2022.01-rc4' into next (2021-12-20 17:12:04 -0500) are available in the Git repository at: git@source.denx.de:u-boot/custodians/u-boot-marvell.git next for you to fetch changes up to 6488939b4a78e03999c15314bed358b4e26940d0: arm: mvebu: turris_mox: Remove extra newline after module topology (2021-12-21 07:42:01 +0100) ---------------------------------------------------------------- Marek Behún (1): arm: mvebu: turris_mox: Remove extra newline after module topology Pali Rohár (3): 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: Remove unused DECLARE_GLOBAL_DATA_PTR board/CZ.NIC/turris_mox/turris_mox.c | 3 --- drivers/pci/pci_mvebu.c | 27 +++++++++++++-------------- 2 files changed, 13 insertions(+), 17 deletions(-)