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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 13417C76191 for ; Wed, 24 Jul 2019 20:37:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DBD40217F4 for ; Wed, 24 Jul 2019 20:36:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564000619; bh=QZ0PVi4DchCQVnGXd4DtGGjag5onxfOneU2pfZDuASU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oAI7ltTSWcqciqSw5dLC5w/cO0H/yNuAn/LhjfbOcheUf6at6s1Jybq4gQzk/0j/P 1Vc5WflRBSDyTSBloAczto7825+e4jHdTTu5D6kZ/QExvytrW/QZE8smn2b843d+2W JcIeo0N9JEWkKOjoNsKJfo6q+hVTyPYkvchMH0y4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390900AbfGXUg6 (ORCPT ); Wed, 24 Jul 2019 16:36:58 -0400 Received: from mail-io1-f65.google.com ([209.85.166.65]:35884 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387422AbfGXUgz (ORCPT ); Wed, 24 Jul 2019 16:36:55 -0400 Received: by mail-io1-f65.google.com with SMTP id o9so92538127iom.3; Wed, 24 Jul 2019 13:36:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ezauUXaQEEHVy+2OcDcxOeDrntwiw+XADj/ab5JOeyk=; b=L3BfcWfCFoSyrrt9J3Jv5g1ROUg0JMjyjIaowWHkX0kqo/QLy7yQxT/yRuXubPkc8Q N4iCUjyfmiPp/7DUHJ/xh8MomUhlXbVcY8kAe3BJ8WqHISyz2hVoHTwJwJOmCGPZybg4 eAmlrphVY06Qkw58R27q3DgpHCpJQ/39KjuGh4fOSrR63pB9qD3laW6CrfK8k3ctzp/x HH88XvjgVIjRvKXoTSzoS22m2Ci+w37yBOCSWUWIrqonZBpq0L0lHoLhPkSJrHAHt4in eizGcvhYFbwqp9eVrxtyHaWkpc8YLViPe9Xci6hK3VkB/viBgz/fn8VEwZMAAK2sc6t4 WsDA== X-Gm-Message-State: APjAAAVIOfq8DFxizUEqORjnF7h20BV9pGAF0LUiVd6SdLllWMYnvsjH zfyYCLh65gxBxjJAlufhjA== X-Google-Smtp-Source: APXvYqxi6iYl7bDx+4SE5POY1hGXofqijIvqy6IHLDGPzYHohBVh4g3K/4amhnyALZl9eJN0E91egA== X-Received: by 2002:a05:6638:201:: with SMTP id e1mr7480694jaq.45.1564000614010; Wed, 24 Jul 2019 13:36:54 -0700 (PDT) Received: from localhost ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id b8sm38661034ioj.16.2019.07.24.13.36.53 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 24 Jul 2019 13:36:53 -0700 (PDT) Date: Wed, 24 Jul 2019 14:36:52 -0600 From: Rob Herring To: Gregory CLEMENT Cc: Robin Murphy , Joerg Roedel , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Catalin Marinas , Will Deacon , Antoine Tenart , =?iso-8859-1?Q?Miqu=E8l?= Raynal , Maxime Chevallier , Nadav Haklai , Hanna Hawa Subject: Re: [PATCH v2 3/4] dt-bindings: iommu/arm,smmu: add compatible string for Marvell Message-ID: <20190724203652.GA27065@bogus> References: <20190711150242.25290-1-gregory.clement@bootlin.com> <20190711150242.25290-4-gregory.clement@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190711150242.25290-4-gregory.clement@bootlin.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 11 Jul 2019 17:02:41 +0200, Gregory CLEMENT wrote: > From: Hanna Hawa > > Add specific compatible string for Marvell usage due errata of > accessing 64bits registers of ARM SMMU, in AP806. > > AP806 SoC uses the generic ARM-MMU500, and there's no specific > implementation of Marvell, this compatible is used for errata only. > > Signed-off-by: Hanna Hawa > Signed-off-by: Gregory CLEMENT > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 3/4] dt-bindings: iommu/arm,smmu: add compatible string for Marvell Date: Wed, 24 Jul 2019 14:36:52 -0600 Message-ID: <20190724203652.GA27065@bogus> References: <20190711150242.25290-1-gregory.clement@bootlin.com> <20190711150242.25290-4-gregory.clement@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190711150242.25290-4-gregory.clement@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Cc: Robin Murphy , Joerg Roedel , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Catalin Marinas , Will Deacon , Antoine Tenart , =?iso-8859-1?Q?Miqu=E8l?= Raynal , Maxime Chevallier , Nadav Haklai , Hanna Hawa List-Id: devicetree@vger.kernel.org On Thu, 11 Jul 2019 17:02:41 +0200, Gregory CLEMENT wrote: > From: Hanna Hawa > > Add specific compatible string for Marvell usage due errata of > accessing 64bits registers of ARM SMMU, in AP806. > > AP806 SoC uses the generic ARM-MMU500, and there's no specific > implementation of Marvell, this compatible is used for errata only. > > Signed-off-by: Hanna Hawa > Signed-off-by: Gregory CLEMENT > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring 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=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 E3E2DC76186 for ; Wed, 24 Jul 2019 20:36:56 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BDCFF217F4 for ; Wed, 24 Jul 2019 20:36:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BDCFF217F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 75E1B14D3; Wed, 24 Jul 2019 20:36:56 +0000 (UTC) Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 1CE0414CF for ; Wed, 24 Jul 2019 20:36:55 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id C36D8709 for ; Wed, 24 Jul 2019 20:36:54 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id k8so92514788iot.1 for ; Wed, 24 Jul 2019 13:36:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ezauUXaQEEHVy+2OcDcxOeDrntwiw+XADj/ab5JOeyk=; b=euvFLQxpdbeQCXpi5gb02UmjrfAEA+yZp2ZLtWcqHjROf3p8B+Xvo3djgrucb4paAj z8YarMn4WkYv9t8hhsTgz0HKBTvr7IakH3thwXmWCvu1Sr8GdlChMU8ioLMUeZy5lnDU /hHhVo7zWZ+GYyjaB7ctT3tpQBVKx8nhgVEarWlQnBwVVkpDeqY2SCFEte/PB7KKDthl 2MLSDg8PO0xuejisifDQwdnk2tqBiY1WcZPcr8CIPcsSZ5YIIWfB7xrlKeIRLiPH2SCm TMn8r0gvuVesuzv5N5SthgkaO+LeJ50+5FcfcwDyhX6VoRM3vQ12Ry1RVDSRhJtFAUCk e17g== X-Gm-Message-State: APjAAAXdoBXwS1I5Zg4/VajO45UlCIKIeqfJdBrBOzX1IxmfQuc46FoA UriPBkQN8bdCaYmAI4upcg== X-Google-Smtp-Source: APXvYqxi6iYl7bDx+4SE5POY1hGXofqijIvqy6IHLDGPzYHohBVh4g3K/4amhnyALZl9eJN0E91egA== X-Received: by 2002:a05:6638:201:: with SMTP id e1mr7480694jaq.45.1564000614010; Wed, 24 Jul 2019 13:36:54 -0700 (PDT) Received: from localhost ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id b8sm38661034ioj.16.2019.07.24.13.36.53 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 24 Jul 2019 13:36:53 -0700 (PDT) Date: Wed, 24 Jul 2019 14:36:52 -0600 From: Rob Herring To: Gregory CLEMENT Subject: Re: [PATCH v2 3/4] dt-bindings: iommu/arm,smmu: add compatible string for Marvell Message-ID: <20190724203652.GA27065@bogus> References: <20190711150242.25290-1-gregory.clement@bootlin.com> <20190711150242.25290-4-gregory.clement@bootlin.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190711150242.25290-4-gregory.clement@bootlin.com> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: devicetree@vger.kernel.org, Jason Cooper , Andrew Lunn , Antoine Tenart , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Maxime Chevallier , Nadav Haklai , iommu@lists.linux-foundation.org, Thomas Petazzoni , =?iso-8859-1?Q?Miqu=E8l?= Raynal , Hanna Hawa , Robin Murphy , Gregory CLEMENT , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: iommu-bounces@lists.linux-foundation.org Errors-To: iommu-bounces@lists.linux-foundation.org On Thu, 11 Jul 2019 17:02:41 +0200, Gregory CLEMENT wrote: > From: Hanna Hawa > > Add specific compatible string for Marvell usage due errata of > accessing 64bits registers of ARM SMMU, in AP806. > > AP806 SoC uses the generic ARM-MMU500, and there's no specific > implementation of Marvell, this compatible is used for errata only. > > Signed-off-by: Hanna Hawa > Signed-off-by: Gregory CLEMENT > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 415C0C76186 for ; Wed, 24 Jul 2019 20:36:59 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 11AC7217F4 for ; Wed, 24 Jul 2019 20:36:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="YP96Ns/m" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 11AC7217F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=l8K94Ayh+rMdUuAhFNeX2b+rATKHXHT6VU0rklUQPlo=; b=YP96Ns/mjhEvdz kqppYgWK5iOr1rbHr3b7mod2lwM7PpfaEF+WZpf/Vup7Rzb9vKAEybg3436VNU/FTTSxMxJC5YYKg R+MTkFhWV/NrYDm20VUB3gqFjSnN41SNiyvDY+b7t9qHfFZDA7XEtyqJkeNP9Un77zYy+UnZSP/wK jx5N9pxqnUzkQAIzutC9mvlUp5StBJKHxrYuX9wZrGFnDPHExuhgOT2UeESvpZohlnHqlC5JRzVGn Jb7r9jWJYyVwTFMtZS/dAjMXgxmMK3ZRwzxH5LKmsL/bDcidCkum9POL13NLtDuX5V68W6df/iS7g nwf45WceyZfuitsCt6cA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hqO0Q-0001b2-7f; Wed, 24 Jul 2019 20:36:58 +0000 Received: from mail-io1-f67.google.com ([209.85.166.67]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hqO0M-0001aa-V2 for linux-arm-kernel@lists.infradead.org; Wed, 24 Jul 2019 20:36:56 +0000 Received: by mail-io1-f67.google.com with SMTP id g20so92425729ioc.12 for ; Wed, 24 Jul 2019 13:36:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ezauUXaQEEHVy+2OcDcxOeDrntwiw+XADj/ab5JOeyk=; b=jkYqbkik15KjjdWNaOkh1Atu4veTm4HVwgthw5X87PvzMi+vH7Noy0sslv7vBLG/Xw qsyzjh/ZHpuqvkkqJFAXzn16d3/YuHNOJk167XYR8tr6GWUewsIFsyB0BHPqrGg5Xej/ ltd9nh6RCWY1WlPMRdMVnvrrFlkCl+pr7S4loYenRCzo/1kt9tphLaWWf0PPbrjmZ75Z ws4PlRsPs60MgxT5+OLERyEYrAOjsL0rPwkEVhBQ1HyfpHsclTMubRh6QKluTQmuDq2s 3aRi8/26qwdmcMVAjZGufkaSgtIpXmuoTve6Aci6FMLceSFq48iongSd/gAJ5VknsYxn 6RQA== X-Gm-Message-State: APjAAAUvbZ5HGrwhzkR4XAkPL+s71OQT7T21fCZt2q/V4Us8TpLyjEnk QT0qspeflQoOs0WREqJE9Q== X-Google-Smtp-Source: APXvYqxi6iYl7bDx+4SE5POY1hGXofqijIvqy6IHLDGPzYHohBVh4g3K/4amhnyALZl9eJN0E91egA== X-Received: by 2002:a05:6638:201:: with SMTP id e1mr7480694jaq.45.1564000614010; Wed, 24 Jul 2019 13:36:54 -0700 (PDT) Received: from localhost ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id b8sm38661034ioj.16.2019.07.24.13.36.53 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 24 Jul 2019 13:36:53 -0700 (PDT) Date: Wed, 24 Jul 2019 14:36:52 -0600 From: Rob Herring To: Gregory CLEMENT Subject: Re: [PATCH v2 3/4] dt-bindings: iommu/arm,smmu: add compatible string for Marvell Message-ID: <20190724203652.GA27065@bogus> References: <20190711150242.25290-1-gregory.clement@bootlin.com> <20190711150242.25290-4-gregory.clement@bootlin.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190711150242.25290-4-gregory.clement@bootlin.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190724_133655_009337_BDBE363A X-CRM114-Status: GOOD ( 13.02 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Jason Cooper , Andrew Lunn , Antoine Tenart , Catalin Marinas , Joerg Roedel , Will Deacon , linux-kernel@vger.kernel.org, Maxime Chevallier , Nadav Haklai , iommu@lists.linux-foundation.org, Thomas Petazzoni , =?iso-8859-1?Q?Miqu=E8l?= Raynal , Hanna Hawa , Robin Murphy , Gregory CLEMENT , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 11 Jul 2019 17:02:41 +0200, Gregory CLEMENT wrote: > From: Hanna Hawa > > Add specific compatible string for Marvell usage due errata of > accessing 64bits registers of ARM SMMU, in AP806. > > AP806 SoC uses the generic ARM-MMU500, and there's no specific > implementation of Marvell, this compatible is used for errata only. > > Signed-off-by: Hanna Hawa > Signed-off-by: Gregory CLEMENT > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel