Re: [PATCH 2/2] iommu/tegra: gart: Reserve iomem resource

2012-06-18 Thread Lucas Stach
Hello Hiroshi, Am Montag, den 18.06.2012, 13:37 +0300 schrieb Hiroshi Doyu: > Hi Lucas, > > On Mon, 21 May 2012 19:38:28 +0200 > Lucas Stach wrote: > > > Am Montag, den 21.05.2012, 19:31 +0200 schrieb Thierry Reding: > > > * Stephen Warren wrote: > > > > On 05/21/2012 11:05 AM, Lucas Stach wrot

Re: [PATCH v2 0/7] IOMMU: Groups support

2012-06-18 Thread Alex Williamson
Anyone? Alexey & BenH, I know you're familiar with IOMMU groups, please give Joerg some kind of indication that you approve of this for POWER. David Woodhouse, these patches touch intel-iommu, please ack or comment: https://lkml.org/lkml/2012/5/30/445 https://lkml.org/lkml/2012/5/30/450 Joerg, m

Re: [PATCH 2/2] iommu/tegra: gart: Reserve iomem resource

2012-06-18 Thread Hiroshi Doyu
Hi Lucas, On Mon, 21 May 2012 19:38:28 +0200 Lucas Stach wrote: > Am Montag, den 21.05.2012, 19:31 +0200 schrieb Thierry Reding: > > * Stephen Warren wrote: > > > On 05/21/2012 11:05 AM, Lucas Stach wrote: > > > > Am Montag, den 21.05.2012, 10:41 -0600 schrieb Stephen Warren: > > > >> On 05/21/2

[PATCH] intel_irq_remapping.c: ir_parse_..._scope() can be __init

2012-06-18 Thread Jan Beulich
Even though just referenced once, we shouldn't rely on the compiler inlining them into their __init-annotaed caller. Signed-off-by: Jan Beulich --- drivers/iommu/intel_irq_remapping.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) --- 3.5-rc3/drivers/iommu/intel_irq_remap