summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-2628-462/+1043
|\
| *-----------. Merge branches 'core', 'arm/omap', 'iommu/fixes', 'arm/tegra', 'arm/shmobile'...Joerg Roedel2013-02-1928-462/+1043
| |\ \ \ \ \ \ \
| | | | | | | | * iommu/amd: Remove redundant NULL check before dma_ops_domain_free().Cyril Roelandt2013-02-131-2/+1
| | | | | | | | * iommu/amd: Initialize device table after dma_opsJoerg Roedel2013-02-071-5/+5
| | | | | | | * | iommu/vt-d: Zero out allocated memory in dmar_enable_qiHannes Reinecke2013-02-071-1/+1
| | | | | | | |/
| | | | | | * | iommu/exynos: Make exynos_sysmmu_disable staticSachin Kamat2013-02-071-1/+1
| | | | | | * | ARM: EXYNOS: remove system mmu initialization from exynos treeCho KyongHo2013-01-1110-408/+137
| | | | | * | | ARM: mach-shmobile: r8a7740: Add IPMMU deviceHideki EIRAKU2013-02-061-0/+33
| | | | | * | | ARM: mach-shmobile: sh73a0: Add IPMMU deviceHideki EIRAKU2013-02-061-0/+31
| | | | | * | | ARM: mach-shmobile: sh7372: Add IPMMU deviceHideki EIRAKU2013-02-061-0/+39
| | | | | * | | iommu/shmobile: Add iommu driver for Renesas IPMMU modulesHideki EIRAKU2013-02-066-0/+659
| | | | | | |/ | | | | | |/|
| | | | * | | iommu/tegra: assume CONFIG_OF in SMMU driverStephen Warren2013-02-191-3/+1
| | | | * | | iommu/tegra: assume CONFIG_OF in gart driverStephen Warren2013-02-191-3/+1
| | | | * | | iommu/tegra: smmu: Fix incorrect mask for regbaseHiroshi Doyu2013-02-071-1/+1
| | | | * | | iommu/tegra: smmu: Change SMMU's dependency on ARCH_TEGRAHiroshi Doyu2013-02-051-1/+1
| | | | * | | iommu/tegra: smmu: Use helper function to check for valid register offsetJoerg Roedel2013-02-051-17/+18
| | | | * | | iommu/tegra: smmu: Support variable MMIO ranges/blocksHiroshi Doyu2013-02-051-25/+36
| | | | * | | iommu/tegra: Add missing spinlock initializationSami Liedes2013-02-041-1/+2
| | | | |/ /
| | | * | | iommu/omap: Remove unnecessary null pointer checkCong Ding2013-01-281-2/+2
| | * | | | iommu: Add DOMAIN_ATTR_WINDOWS domain attributeJoerg Roedel2013-02-062-3/+35
| | * | | | iommu: Add domain window handling functionsJoerg Roedel2013-02-062-0/+42
| | * | | | iommu: Implement DOMAIN_ATTR_PAGING attributeJoerg Roedel2013-02-062-0/+6
| | * | | | iommu: Check for valid pgsize_bitmap in iommu_map/unmapJoerg Roedel2013-02-061-2/+4
| | * | | | iommu: Make sure DOMAIN_ATTR_MAX is really the maximumJoerg Roedel2013-02-061-1/+1
| | * | | | iommu: moving initialization earlierAlexey Kardashevskiy2013-01-101-1/+1
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-v3.9' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2013-02-264-20/+117
|\ \ \ \ \
| * | | | | ARM: DMA-mapping: fix memory leak in IOMMU dma-mapping implementationMarek Szyprowski2013-02-251-3/+3
| * | | | | ARM: dma-mapping: Add maximum alignment order for dma iommu buffersSeung-Woo Kim2013-02-252-0/+24
| * | | | | ARM: dma-mapping: use himem for DMA buffers for IOMMU-mapped devicesMarek Szyprowski2013-02-251-2/+7
| * | | | | ARM: dma-mapping: add support for CMA regions placed in highmem zoneMarek Szyprowski2013-02-251-15/+42
| * | | | | arm: dma mapping: export arm iommu functionsPrathyush K2013-02-251-0/+4
| * | | | | ARM: dma-mapping: Add arm_iommu_detach_device()Hiroshi Doyu2013-02-252-0/+26
| * | | | | ARM: dma-mapping: Add macro to_dma_iommu_mapping()Hiroshi Doyu2013-02-251-0/+6
| * | | | | ARM: dma-mapping: Set arm_dma_set_mask() for iommu->set_dma_mask()Hiroshi Doyu2013-02-251-0/+4
| * | | | | ARM: iommu: Include linux/kref.h in asm/dma-iommu.hLaurent Pinchart2013-02-251-0/+1
| |/ / / /
* | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-2657-514/+2310
|\ \ \ \ \
| * | | | | i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-2235-64/+1
| * | | | | i2c: pxa: remove incorrect __exit annotationsDmitry Torokhov2013-02-221-2/+2
| * | | | | i2c: ocores: Fix pointer to integer cast warningJayachandran C2013-02-211-1/+1
| * | | | | i2c: tegra: remove warning dump if timeout happen in transferLaxman Dewangan2013-02-151-1/+1
| * | | | | i2c: fix i2c-ismt.c printk format warningRandy Dunlap2013-02-151-1/+1
| * | | | | i2c: i801: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-153-0/+17
| * | | | | i2c: add bcm2835 driverStephen Warren2013-02-124-0/+375
| * | | | | i2c: ismt: Add Seth and Myself as maintainersNeil Horman2013-02-111-0/+7
| * | | | | i2c: sis630: checkpatch cleanupAmaury Decrême2013-02-111-105/+109
| * | | | | i2c: sis630: display unsigned hexAmaury Decrême2013-02-111-1/+1
| * | | | | i2c: sis630: use hex to constants for SMBus commandsAmaury Decrême2013-02-111-14/+31
| * | | | | i2c: sis630: fix behavior after collisionAmaury Decrême2013-02-111-6/+1
| * | | | | i2c: sis630: clear sticky bitsAmaury Decrême2013-02-111-3/+1
| * | | | | i2c: sis630: Add SIS964 supportAmaury Decrême2013-02-113-32/+69