Re: [PATCHv3 15/19] ARM: tegra: Create a DT header defining SWGROUP ID

2013-11-01 Thread Stephen Warren
On 11/01/2013 02:06 AM, Hiroshi Doyu wrote: > On Thu, 31 Oct 2013 18:46:06 +0100 > Mark Rutland wrote: > >> On Thu, Oct 31, 2013 at 08:19:42AM +, Hiroshi Doyu wrote: >>> Stephen Warren wrote @ Wed, 30 Oct 2013 23:48:38 >>> +0100: >>> On 10/18/2013 04:26 AM, Hiroshi Doyu wrote: > Cr

Re: [PATCHv3 15/19] ARM: tegra: Create a DT header defining SWGROUP ID

2013-11-01 Thread Hiroshi Doyu
On Thu, 31 Oct 2013 18:46:06 +0100 Mark Rutland wrote: > On Thu, Oct 31, 2013 at 08:19:42AM +, Hiroshi Doyu wrote: > > Stephen Warren wrote @ Wed, 30 Oct 2013 23:48:38 > > +0100: > > > > > On 10/18/2013 04:26 AM, Hiroshi Doyu wrote: > > > > Create a header file to define the swgroup IDs us

Re: [PATCHv3 15/19] ARM: tegra: Create a DT header defining SWGROUP ID

2013-10-31 Thread Stephen Warren
On 10/31/2013 11:46 AM, Mark Rutland wrote: > On Thu, Oct 31, 2013 at 08:19:42AM +, Hiroshi Doyu wrote: >> Stephen Warren wrote @ Wed, 30 Oct 2013 23:48:38 >> +0100: >> >>> On 10/18/2013 04:26 AM, Hiroshi Doyu wrote: Create a header file to define the swgroup IDs used by the IOMMU(SMMU)

Re: [PATCHv3 15/19] ARM: tegra: Create a DT header defining SWGROUP ID

2013-10-31 Thread Mark Rutland
On Thu, Oct 31, 2013 at 08:19:42AM +, Hiroshi Doyu wrote: > Stephen Warren wrote @ Wed, 30 Oct 2013 23:48:38 > +0100: > > > On 10/18/2013 04:26 AM, Hiroshi Doyu wrote: > > > Create a header file to define the swgroup IDs used by the IOMMU(SMMU) > > > binding. "swgroups" is a group of H/W cli

Re: [PATCHv3 15/19] ARM: tegra: Create a DT header defining SWGROUP ID

2013-10-31 Thread Hiroshi Doyu
Stephen Warren wrote @ Wed, 30 Oct 2013 23:48:38 +0100: > On 10/18/2013 04:26 AM, Hiroshi Doyu wrote: > > Create a header file to define the swgroup IDs used by the IOMMU(SMMU) > > binding. "swgroups" is a group of H/W clients which Tegra SoCs > > support. This unique ID can be used to calculate

Re: [PATCHv3 15/19] ARM: tegra: Create a DT header defining SWGROUP ID

2013-10-30 Thread Stephen Warren
On 10/18/2013 04:26 AM, Hiroshi Doyu wrote: > Create a header file to define the swgroup IDs used by the IOMMU(SMMU) > binding. "swgroups" is a group of H/W clients which Tegra SoCs > support. This unique ID can be used to calculate MC_SMMU_ name>_ASID_0 register offset and MC__HOTRESET_*_0 > regis

[PATCHv3 15/19] ARM: tegra: Create a DT header defining SWGROUP ID

2013-10-18 Thread Hiroshi Doyu
Create a header file to define the swgroup IDs used by the IOMMU(SMMU) binding. "swgroups" is a group of H/W clients which Tegra SoCs support. This unique ID can be used to calculate MC_SMMU__ASID_0 register offset and MC__HOTRESET_*_0 register bit. This will allow the same header to be used by bot