linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drivers/iommu/ relocations
@ 2011-06-08  8:34 Ohad Ben-Cohen
  2011-06-08  8:34 ` [PATCH 1/4] drivers: iommu: move to a dedicated folder Ohad Ben-Cohen
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Ohad Ben-Cohen @ 2011-06-08  8:34 UTC (permalink / raw)
  To: linux-arm-kernel

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,
in a generic framework, which everyone can use.

OMAP's iommu will be moved too as soon as it's migrated.

For previous discussions on this, please see:
https://lkml.org/lkml/2011/6/2/369

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: intel-iommu: move to drivers/iommu/

 arch/arm/mach-msm/Kconfig                          |   15 ------
 arch/arm/mach-msm/Makefile                         |    2 +-
 arch/x86/Kconfig                                   |   40 ---------------
 arch/x86/kernel/Makefile                           |    2 +-
 drivers/Kconfig                                    |    2 +
 drivers/Makefile                                   |    1 +
 drivers/base/Makefile                              |    1 -
 drivers/iommu/Kconfig                              |   53 ++++++++++++++++++++
 drivers/iommu/Makefile                             |    4 ++
 {arch/x86/kernel => drivers/iommu}/amd_iommu.c     |    0
 drivers/{pci => iommu}/intel-iommu.c               |    1 -
 drivers/{base => iommu}/iommu.c                    |    0
 .../mach-msm/iommu.c => drivers/iommu/msm-iommu.c  |    0
 drivers/pci/Makefile                               |    2 +-
 drivers/pci/pci.h                                  |    2 -
 include/linux/pci.h                                |   11 ++++
 16 files changed, 74 insertions(+), 62 deletions(-)
 create mode 100644 drivers/iommu/Kconfig
 create mode 100644 drivers/iommu/Makefile
 rename {arch/x86/kernel => drivers/iommu}/amd_iommu.c (100%)
 rename drivers/{pci => iommu}/intel-iommu.c (99%)
 rename drivers/{base => iommu}/iommu.c (100%)
 rename arch/arm/mach-msm/iommu.c => drivers/iommu/msm-iommu.c (100%)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-06-10 16:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08  8:34 [PATCH 0/4] drivers/iommu/ relocations Ohad Ben-Cohen
2011-06-08  8:34 ` [PATCH 1/4] drivers: iommu: move to a dedicated folder Ohad Ben-Cohen
2011-06-08  8:34 ` [PATCH 2/4] msm: iommu: move to drivers/iommu/ Ohad Ben-Cohen
2011-06-08 22:27   ` David Brown
2011-06-10 16:24     ` Ohad Ben-Cohen
2011-06-08  8:34 ` [PATCH 3/4] x86: amd_iommu: " Ohad Ben-Cohen
2011-06-08  8:34 ` [PATCH 4/4] x86: intel-iommu: " Ohad Ben-Cohen
2011-06-08  9:17   ` David Woodhouse
2011-06-08  9:38     ` Roedel, Joerg
2011-06-08 10:33     ` Ohad Ben-Cohen
2011-06-08 17:47   ` Chris Wright
2011-06-08 19:35     ` Ohad Ben-Cohen
2011-06-08  9:35 ` [PATCH 0/4] drivers/iommu/ relocations Roedel, Joerg
2011-06-08 14:32   ` Ingo Molnar
2011-06-08 22:23   ` David Brown
2011-06-08 13:05 ` Matthew Wilcox
2011-06-08 13:11   ` Ohad Ben-Cohen
2011-06-08 13:35     ` Roedel, Joerg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).