* [GIT PULL] Automatic DMA configuration for OF-based IOMMU masters
@ 2014-12-05 16:35 Will Deacon
[not found] ` <20141205163506.GQ1630-5wv7dgnIgG8@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Will Deacon @ 2014-12-05 16:35 UTC (permalink / raw)
To: olof-nZhT3qVonbNeoWH0uzbU5w
Cc: jroedel-l3A5Bk7waGM,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
arm-DgEjT+Ai2ygdnm+yROfE0A, thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw,
grant.likely-QSEj5FYQhm4dnm+yROfE0A, robin.murphy-5wv7dgnIgG8,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Hi Olof,
Please consider pulling the following series for 3.19. I appreciate that
this is late in the day, but the patches have been around for a while and
have collected all the Acks that they need. Marek has already been finding
the series useful with the Exynos IOMMU, so it seems a pity to hold the
patches up any longer.
Cheers,
Will
--->8
The following changes since commit 5d01410fe4d92081f349b013a2e7a95429e4f2c9:
Linux 3.18-rc6 (2014-11-23 15:25:20 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/of-iommu-configure
for you to fetch changes up to a42a7a1fb5f1f9004b023594609dc22da02fc08b:
iommu: store DT-probed IOMMU data privately (2014-12-05 14:35:52 +0000)
----------------------------------------------------------------
This series adds automatic IOMMU and DMA-mapping configuration for
OF-based DMA masters described using the generic IOMMU devicetree
bindings. Although there is plenty of future work around splitting up
iommu_ops, adding default IOMMU domains and sorting out automatic IOMMU
group creation for the platform_bus, this is already useful enough for
people to port over their IOMMU drivers and start using the new probing
infrastructure (indeed, Marek has patches queued for the Exynos IOMMU).
----------------------------------------------------------------
Marek Szyprowski (1):
iommu: fix initialization without 'add_device' callback
Robin Murphy (1):
iommu: store DT-probed IOMMU data privately
Will Deacon (7):
iommu: provide early initialisation hook for IOMMU drivers
dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
iommu: add new iommu_ops callback for adding an OF device
iommu: provide helper function to configure an IOMMU for an of master
dma-mapping: detect and configure IOMMU in of_dma_configure
arm: call iommu_init before of_platform_populate
arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops
arch/arm/include/asm/dma-mapping.h | 12 ++---
arch/arm/kernel/setup.c | 2 +
arch/arm/mm/dma-mapping.c | 83 ++++++++++++++++++++++++++++++++---
drivers/iommu/Kconfig | 2 +-
drivers/iommu/iommu.c | 2 +-
drivers/iommu/of_iommu.c | 89 ++++++++++++++++++++++++++++++++++++++
drivers/of/platform.c | 50 +++++++++++----------
include/asm-generic/vmlinux.lds.h | 2 +
include/linux/dma-mapping.h | 13 +++---
include/linux/iommu.h | 8 ++++
include/linux/of_iommu.h | 23 ++++++++++
11 files changed, 242 insertions(+), 44 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-05 17:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 16:35 [GIT PULL] Automatic DMA configuration for OF-based IOMMU masters Will Deacon
[not found] ` <20141205163506.GQ1630-5wv7dgnIgG8@public.gmane.org>
2014-12-05 17:41 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox