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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 2DFFCC433E1 for ; Thu, 16 Jul 2020 12:00:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F1FF520739 for ; Thu, 16 Jul 2020 12:00:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594900854; bh=wzG1kO8a1wB9j6Gomc3oh/l5KQknXb3VN9MC8crfe+M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=Pz+7DMJTMS6jnczkoi37WjA6UY0okY/JPJ4DV4GDi7TgI1caafetE9zOOVToo/fhg /eyr/UHTbAIxPbU4SfBjnIikdJMyh3cRe3RFPqYVXLWq13Mca7SHWZ7C9rP/aiTDx2 OyXf+0YPxuJ8BL6q5qd7PZhYIvYXpjXufkCZUroo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728236AbgGPMAx (ORCPT ); Thu, 16 Jul 2020 08:00:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:33802 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728001AbgGPMAw (ORCPT ); Thu, 16 Jul 2020 08:00:52 -0400 Received: from localhost.localdomain (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F28D420760; Thu, 16 Jul 2020 12:00:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594900852; bh=wzG1kO8a1wB9j6Gomc3oh/l5KQknXb3VN9MC8crfe+M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vKRz5oHOJKLP/zkX6KfZVqNaI9BvlpFZ4QIskBlcNAHhZQvGap40sdFnQz2hID1t5 mDSS7NWG61g+LLB8NBwLfEPHotSktRSD977MrJXCttAf01MADI22etKpe/Q64138Lj T9HYIfQrcIFCBf7NHyPZoRzjDzY9FsYwceZhanZM= From: Will Deacon To: robh+dt@kernel.org, robin.murphy@arm.com, joro@8bytes.org, Tomasz Nowicki , hannah@marvell.com, gregory.clement@bootlin.com Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , nadavh@marvell.com, mw@semihalf.com, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/4] Add system mmu support for Armada-806 Date: Thu, 16 Jul 2020 13:00:43 +0100 Message-Id: <159488817559.3788855.4350396507732052751.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200715070649.18733-1-tn@semihalf.com> References: <20200715070649.18733-1-tn@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 15 Jul 2020 09:06:45 +0200, Tomasz Nowicki wrote: > The series is meant to support SMMU for AP806 and a workaround > for accessing ARM SMMU 64bit registers is the gist of it. > > For the record, AP-806 can't access SMMU registers with 64bit width. > This patches split the readq/writeq into two 32bit accesses instead > and update DT bindings. > > [...] Applied to will (for-joerg/arm-smmu/updates), thanks! [1/3] iommu/arm-smmu: Call configuration impl hook before consuming features https://git.kernel.org/will/c/6a79a5a3842b [2/3] iommu/arm-smmu: Workaround for Marvell Armada-AP806 SoC erratum #582743 https://git.kernel.org/will/c/f2d9848aeb9f [3/3] dt-bindings: arm-smmu: add compatible string for Marvell Armada-AP806 SMMU-500 https://git.kernel.org/will/c/e85e84d19b9d Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev