1 Jul 2010 01:59
[PATCHv3 0/9] dspbridge: iommu migration
Fernando Guzman Lugo <x0095840 <at> ti.com>
2010-06-30 23:59:52 GMT
2010-06-30 23:59:52 GMT
This set of patches remove the dspbridge custom mmu implementation and use iommu module instead. NOTE: in order to dspbridge can work properly the patch "0001-iovmm-add-superpages-support-to-fixed-da-address.patch" is needed (specifically iommu_kmap calls need this patch). Fernando Guzman Lugo (9): dspbridge: replace iommu custom for opensource implementation dspbridge: move shared memory iommu maps to tiomap3430.c dspbridge: rename bridge_brd_mem_map/unmap to a proper name dspbridge: remove custom mmu code from tiomap3430.c dspbridge: add mmufault support dspbridge: remove hw directory dspbridge: move all iommu related code to a new file dspbridge: add map support for big buffers dspbridge: cleanup bridge_dev_context and cfg_hostres structures arch/arm/plat-omap/include/dspbridge/cfgdefs.h | 1 - arch/arm/plat-omap/include/dspbridge/dsp-mmu.h | 90 ++ arch/arm/plat-omap/include/dspbridge/dspdefs.h | 44 - arch/arm/plat-omap/include/dspbridge/dspdeh.h | 1 - arch/arm/plat-omap/include/dspbridge/dspioctl.h | 7 - drivers/dsp/bridge/Makefile | 5 +- drivers/dsp/bridge/core/_deh.h | 3 - drivers/dsp/bridge/core/_tiomap.h | 15 +- drivers/dsp/bridge/core/dsp-mmu.c | 229 ++++ drivers/dsp/bridge/core/io_sm.c | 185 +--- drivers/dsp/bridge/core/mmu_fault.c | 139 --- drivers/dsp/bridge/core/mmu_fault.h | 36 -(Continue reading)
RSS Feed