From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 3/5] documentation/iommu: update description of ARM System MMU binding Date: Fri, 21 Feb 2014 21:57:37 +0300 Message-ID: <5307A1A1.7070601@cogentembedded.com> References: <1393002992-24561-1-git-send-email-will.deacon@arm.com> <1393002992-24561-4-git-send-email-will.deacon@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1393002992-24561-4-git-send-email-will.deacon@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Will Deacon , iommu@lists.linux-foundation.org Cc: Andreas Herrmann , Grant Likely , linux-arm-kernel@lists.infradead.org List-Id: iommu@lists.linux-foundation.org Hello. On 02/21/2014 08:16 PM, Will Deacon wrote: > From: Andreas Herrmann > This patch adds descriptions for new properties of the device tree > binding for the ARM SMMU architecture. These properties control > arm-smmu driver options. > Cc: Grant Likely > Acked-by: Rob Herring > Signed-off-by: Andreas Herrmann > [will: removed device isolation property, as this has been dropped] > Signed-off-by: Will Deacon > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt > index e34c6cdd8ba8..d6d2f6dd437a 100644 > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt > @@ -48,6 +48,12 @@ conditions. > from the mmu-masters towards memory) node for this > SMMU. > > +- calxeda,smmu-secure-config-access : Enable proper handling of buggy > + implementations that always use secure access to > + SMMU configuration registers. In this case non-secure > + aliases of secure registers have to be used during > + SMMU configuration. Could you indent the text uniformly, in this case probably with spaces only (looking at the above property)? WBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Fri, 21 Feb 2014 21:57:37 +0300 Subject: [PATCH 3/5] documentation/iommu: update description of ARM System MMU binding In-Reply-To: <1393002992-24561-4-git-send-email-will.deacon@arm.com> References: <1393002992-24561-1-git-send-email-will.deacon@arm.com> <1393002992-24561-4-git-send-email-will.deacon@arm.com> Message-ID: <5307A1A1.7070601@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 02/21/2014 08:16 PM, Will Deacon wrote: > From: Andreas Herrmann > This patch adds descriptions for new properties of the device tree > binding for the ARM SMMU architecture. These properties control > arm-smmu driver options. > Cc: Grant Likely > Acked-by: Rob Herring > Signed-off-by: Andreas Herrmann > [will: removed device isolation property, as this has been dropped] > Signed-off-by: Will Deacon > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt > index e34c6cdd8ba8..d6d2f6dd437a 100644 > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt > @@ -48,6 +48,12 @@ conditions. > from the mmu-masters towards memory) node for this > SMMU. > > +- calxeda,smmu-secure-config-access : Enable proper handling of buggy > + implementations that always use secure access to > + SMMU configuration registers. In this case non-secure > + aliases of secure registers have to be used during > + SMMU configuration. Could you indent the text uniformly, in this case probably with spaces only (looking at the above property)? WBR, Sergei