From patchwork Mon Jul 20 14:10:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11674059 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F132B913 for ; Mon, 20 Jul 2020 14:10:37 +0000 (UTC) Received: by mail.kernel.org (Postfix) id EC7C922CAF; Mon, 20 Jul 2020 14:10:37 +0000 (UTC) Delivered-To: soc@kernel.org Received: from localhost (lfbn-tou-1-1502-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6328120B1F; Mon, 20 Jul 2020 14:10:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595254237; bh=a1JSSrwC5ndYL8mUbbOiCU1rW4RCQT5wOLF298gDkHc=; h=Date:From:List-Id:To:Cc:Subject:From; b=OBuxqBb05hopWN0x/7i5ZfoX9BolXENacb1CYcGd85otvHbq7JrkNjKM0S4tW2nmi VZ+Wxqxpi5vSuwosfC/N4tiFjPioXFG8OsC60k26Q6xjczwm33VVcs8ngoLQMpDFKb iMstssssCZ4Q7S76GHM3lKJ20xm4zSTBWDkm/lmg= Date: Mon, 20 Jul 2020 16:10:35 +0200 From: Maxime Ripard List-Id: To: arm@kernel.org, soc@kernel.org Cc: Maxime Ripard , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai Subject: [GIT PULL] Allwinner Fixes for 5.8 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Hi, Please pull the following changes for the current release. Thanks! Maxime The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.8-1 for you to fetch changes up to 62a8ccf3a248cd222985ee5568b6bd6217282dbc: arm64: dts: allwinner: h6: Fix Cedrus IOMMU usage (2020-07-16 10:10:30 +0200) ---------------------------------------------------------------- Two fixes for the Allwinner SoCs, one to relax the CMA allocation ranges that were failing on older SoCs and one to fix Cedrus on the H6. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXxWlyQAKCRDj7w1vZxhR xcNtAQDO2rSFHGpQsUE/MCRxMqd2c2OQ9zpovRnirnyJqLCPEwD/b8GAi9tfJksM lmghSQnByq6Sqm9UA/i6jjLfz//4iQg= =JoYD -----END PGP SIGNATURE----- ---------------------------------------------------------------- Maxime Ripard (2): ARM: dts sunxi: Relax a bit the CMA pool allocation range arm64: dts: allwinner: h6: Fix Cedrus IOMMU usage Documentation/devicetree/bindings/media/allwinner,sun4i-a10-video-engine.yaml | 3 +++ arch/arm/boot/dts/sun4i-a10.dtsi | 2 +- arch/arm/boot/dts/sun5i.dtsi | 2 +- arch/arm/boot/dts/sun7i-a20.dtsi | 2 +- arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 1 + 5 files changed, 7 insertions(+), 3 deletions(-)