From patchwork Thu Mar 10 13:57:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 12776369 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 49FD2C433EF for ; Thu, 10 Mar 2022 13:58:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=eM7KOm+oVqhlb+r+z1s4le/RNsxdJLuqRDYFa9BxD7Y=; b=tz5XFCwUxuS0RS lilakF16ghyYlym/nOokHckcyPOQKYAvRh3qKvqE/iJ1L3TrtyeN8fK5oWhxKkLC9jStdQ1/DZAMc /3GTFe/KHLHXKg06WkeG90OLfMqnP/GBs42R8OIcEX3u20ZAwFoDe1OFjMRnP797a/6S2/x2xfigx NBYk+IcY4ZUkSi6Qnj4i04GkE57rVZ6cCL1RoVO9SsYDd3ZhA++sYycOIViUW+uk6hpiekupbaV1L Uq3WU5IrC22XvyogrUpErqUFQxWtNKErmDMm3Js8khowByp4r1FHpl4AycBCHvUv4jwoca1K04H3H oFKF4cToqK0AiN15WM0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSJIf-00Czae-Bz; Thu, 10 Mar 2022 13:57:53 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSJIV-00CzXT-DM for linux-arm-kernel@lists.infradead.org; Thu, 10 Mar 2022 13:57:45 +0000 Received: (Authenticated sender: gregory.clement@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 6E201E0004; Thu, 10 Mar 2022 13:57:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1646920659; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=i+V/UjSHh9vQklik2MzY0r06J7QTkxzu6C1z2rXNrSQ=; b=cHy/Ib1i/UKfen7v1uc1fF60odC10bM/ipccEE0iQ7Dip+n7FBQnk3zUBuC/TRw3P3NrgD 7jqCxQWHsryOU/ixtumfpkn1ViBh9/+cpGYBYChQlFoK0zD7YMi0dD3ZITUvkE1dTtCT5x VWp/rtVgBYDiwHtqdTNJLeqmI2eAIXvD7ZStIrxo1ma0YCh8rX+KGAruLMPBllPXMeb77F TUIOOpnmYnh3ZEx2zHDkvOPUb5L8TmLekXJLR9RKwOL/eOo2UvMAzMy6crIQe09bIUKSBn 0GVfKW2aywvL6BO7yPAYF6keTkv/QaNCb34US7TC8XwCxe41MVP1dlnJb95NCQ== From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: fixes for v5.17 (#2) Date: Thu, 10 Mar 2022 14:57:32 +0100 Message-ID: <87bkydj4fn.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220310_055743_619662_E9482823 X-CRM114-Status: UNSURE ( 7.89 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here is the second pull request for fixes for mvebu for v5.17. Actually on the first pull request was not merged and only one fixes has been cherry pick. So this tag is directly based on v5.17-rc1. Gregory The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-5.17-2 for you to fetch changes up to a1cc1697bb56cdf880ad4d17b79a39ef2c294bc9: arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 (2022-03-10 14:49:10 +0100) ---------------------------------------------------------------- mvebu fixes for 5.17 (part 2) Allow using old PCIe card on Armada 37xx ---------------------------------------------------------------- Pali Rohár (1): arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0 arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts | 7 ++++++- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-)