Re: [PATCH v2 0/4] drivers/iommu/ relocations

2011-06-22 Thread Joerg Roedel
Okay, I applied the patches to move forward with them. On-top I also put two additional patches which are sent as a follow-up to this mail. These changes are at git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git in the core branch. Thanks, Joerg -- To unsubscribe

Re: [PATCH v2 0/4] drivers/iommu/ relocations

2011-06-14 Thread Roedel, Joerg
On Fri, Jun 10, 2011 at 05:55:43PM -0400, Ohad Ben-Cohen wrote: Ohad Ben-Cohen (4): drivers: iommu: move to a dedicated folder msm: iommu: move to drivers/iommu/ x86: amd_iommu: move to drivers/iommu/ x86/ia64: intel-iommu: move to drivers/iommu/ Btw, what tree do these patches apply

Re: [PATCH v2 0/4] drivers/iommu/ relocations

2011-06-14 Thread Ohad Ben-Cohen
On Tue, Jun 14, 2011 at 1:29 PM, Roedel, Joerg joerg.roe...@amd.com wrote: Btw, what tree do these patches apply against? v3.0-rc2 I tried to apply them to v3.0-rc3 and got conflicts. What kind of conflicts ? I just tried rc3 and it applied cleanly. Just in case, I'm attaching the patches

Re: [PATCH v2 0/4] drivers/iommu/ relocations

2011-06-14 Thread Roedel, Joerg
On Tue, Jun 14, 2011 at 06:44:56AM -0400, Ohad Ben-Cohen wrote: On Tue, Jun 14, 2011 at 1:29 PM, Roedel, Joerg joerg.roe...@amd.com wrote: Btw, what tree do these patches apply against? v3.0-rc2 I tried to apply them to v3.0-rc3 and got conflicts. What kind of conflicts ? I just tried

[PATCH v2 0/4] drivers/iommu/ relocations

2011-06-10 Thread Ohad Ben-Cohen
Create a dedicated iommu drivers folder, put the base iommu code there, and move the existing IOMMU API users as well (msm-iommu, amd_iommu and intel-iommu). Putting all iommu drivers together will ease finding similarities between different platforms, with the intention of solving problems once,