Re: [PATCH 3/6] PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdev

2011-03-23 Thread Roedel, Joerg
On Tue, Mar 22, 2011 at 06:07:21PM -0400, Rafael J. Wysocki wrote: > On Tuesday, March 22, 2011, Joerg Roedel wrote: > > On Mon, Mar 21, 2011 at 07:36:17PM -0400, Rafael J. Wysocki wrote: > > > drivers/pci/intel-iommu.c | 38 +- > > > 1 file changed, 9 inserti

Re: [PATCH 3/6] PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdev

2011-03-22 Thread Rafael J. Wysocki
On Tuesday, March 22, 2011, Joerg Roedel wrote: > On Mon, Mar 21, 2011 at 07:36:17PM -0400, Rafael J. Wysocki wrote: > > drivers/pci/intel-iommu.c | 38 +- > > 1 file changed, 9 insertions(+), 29 deletions(-) > > Looks good. May I take that as an ACK? > I p

Re: [PATCH 3/6] PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdev

2011-03-22 Thread Joerg Roedel
On Mon, Mar 21, 2011 at 07:36:17PM -0400, Rafael J. Wysocki wrote: > drivers/pci/intel-iommu.c | 38 +- > 1 file changed, 9 insertions(+), 29 deletions(-) Looks good. I prepare a patch to convert AMD IOMMU to syscore_ops too. Joerg -- AMD Operating

[PATCH 3/6] PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdev

2011-03-21 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The Intel IOMMU subsystem uses a sysdev class and a sysdev for executing iommu_suspend() after interrupts have been turned off on the boot CPU (during system suspend) and for executing iommu_resume() before turning on interrupts on the boot CPU (during system resume). How