summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: use dma_map_ops structFUJITA Tomonori2009-08-2812-79/+37
* dma: Add set_dma_mask hook to struct dma_map_opsFUJITA Tomonori2009-08-281-0/+1
* powerpc: Remove swiotlb_pci_dma_opsFUJITA Tomonori2009-08-286-19/+4
* powerpc: Remove addr_needs_map in struct dma_mapping_opsFUJITA Tomonori2009-08-288-28/+28
* Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt2009-08-2824-800/+291
|\
| * lib/swiotlb.c: Fix strange panic message selection logic when swiotlb fills upCasey Dahlin2009-08-211-6/+9
| * sparc: Add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2009-08-105-34/+39
| * sparc: Use asm-generic/pci-dma-compatFUJITA Tomonori2009-08-109-444/+96
| * sparc: Replace sbus_map_single and sbus_unmap_single with sbus_map_page and s...FUJITA Tomonori2009-08-103-8/+10
| * sparc: Remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpuFUJITA Tomonori2009-08-101-16/+0
| * sparc: Use asm-generic/dma-mapping-common.hFUJITA Tomonori2009-08-105-99/+19
| * sparc: Use dma_map_ops structFUJITA Tomonori2009-08-104-53/+36
| * IA64: Remove NULL flush_write_buffersFUJITA Tomonori2009-08-101-1/+0
| * dma-ops: Remove flush_write_buffers() in dma-mapping-common.hArnd Bergmann2009-08-102-11/+22
| * x86: remove unused swiotlb_phys_to_bus() and swiotlb_bus_to_phys()FUJITA Tomonori2009-07-281-10/+0
| * powerpc: remove unused swiotlb_phys_to_bus() and swiotlb_bus_to_phys()FUJITA Tomonori2009-07-281-11/+0
| * swiotlb: use phys_to_dma and dma_to_physFUJITA Tomonori2009-07-282-21/+6
| * x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()FUJITA Tomonori2009-07-283-0/+30
| * remove is_buffer_dma_capable()FUJITA Tomonori2009-07-281-5/+0
| * powerpc: remove unncesary swiotlb_arch_address_needs_mappingFUJITA Tomonori2009-07-281-26/+1
| * swiotlb: use dma_capable()FUJITA Tomonori2009-07-281-19/+5
| * powerpc: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori2009-07-281-0/+13
| * ia64: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori2009-07-281-0/+8
| * x86: replace is_buffer_dma_capable() with dma_capableFUJITA Tomonori2009-07-283-5/+4
| * x86: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori2009-07-281-0/+8
| * swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori2009-07-282-28/+23
| * swiotlb: remove swiotlb_arch_range_needs_mappingFUJITA Tomonori2009-07-283-20/+2
| * swiotlb: remove unused swiotlb_alloc()FUJITA Tomonori2009-07-283-13/+2
| * swiotlb: remove unused swiotlb_alloc_boot()FUJITA Tomonori2009-07-283-13/+1
* | Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2009-08-2721-50/+1321
|\ \
| * | powerpc/qe_lib: Set gpio data before changing the direction to outputMichael Barkowski2009-08-251-2/+2
| * | powerpc/85xx: Add QE USB support for MPC8569E-MDS boardsAnton Vorontsov2009-08-252-0/+49
| * | powerpc/82xx: Add CPM USB Gadget support for MPC8272ADS boardsAnton Vorontsov2009-08-252-0/+22
| * | powerpc/82xx: Fix BCSR bits for MPC8272ADS boardsAnton Vorontsov2009-08-251-1/+7
| * | powerpc/85xx: Add eSDHC support for MPC8536DS boardsAnton Vorontsov2009-08-252-0/+16
| * | powerpc/85xx: sbc8560 - remove "has-rstcr" from global utilities blockPaul Gortmaker2009-08-241-1/+0
| * | powerpc/85xx: issue fsl_soc reboot warning only when applicablePaul Gortmaker2009-08-241-2/+4
| * | powerpc/85xx: sbc8560 - Fix warm reboot with board specific reset functionLiang Li2009-08-241-1/+38
| * | powerpc/83xx: sbc8349 - update defconfig, enable MTD, USB storagePaul Gortmaker2009-08-241-12/+308
| * | powerpc/83xx: Fix incorrect PCI interrupt map in SBC834x DTSLiang Li2009-08-241-4/+4
| * | powerpc/83xx: Add localbus node and MTD partitions for SBC834xLiang Li2009-08-241-0/+40
| * | powerpc/83xx: Remove second USB node from SBC834x DTSLiang Li2009-08-241-12/+0
| * | powerpc/85xx: Add support for P2020RDB boardPoonam Aggrwal2009-08-245-1/+739
| * | powerpc/booke: Move MMUCSR definition into mmu-book3e.hKumar Gala2009-08-243-8/+12
| * | powerpc/82xx: mgcoge - updated defconfigHeiko Schocher2009-08-241-6/+80
* | | powerpc/pseries: Reduce the polling interval in __cpu_up()Gautham R Shenoy2009-08-271-3/+2
* | | powerpc: Remove SMP warning from PowerMac cpufreqBastian Blank2009-08-271-8/+0
* | | powerpc: Fix __flush_icache_range on 44xJosh Boyer2009-08-271-0/+7
* | | powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt2009-08-2715-87/+149
* | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-08-27151-1176/+1762
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud