aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki2011-03-231-29/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-03-2212-1242/+1902
|\
| * dmaengine/dmatest: Pass timeout via module paramsViresh Kumar2011-03-221-1/+6
| * dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCsUwe Kleine-König2011-03-221-1/+1
| * fsldma: make halt behave nicely on all supported controllersIra Snyder2011-03-111-3/+16
| * fsldma: reduce locking during descriptor cleanupIra Snyder2011-03-111-62/+46
| * fsldma: support async_tx dependencies and automatic unmappingIra Snyder2011-03-111-36/+95
| * fsldma: fix controller lockupsIra Snyder2011-03-112-122/+99
| * fsldma: minor codingstyle and consistency fixesIra Snyder2011-03-112-18/+15
| * fsldma: improve link descriptor debuggingIra Snyder2011-03-111-6/+15
| * fsldma: use channel name in printk outputIra Snyder2011-03-112-34/+36
| * fsldma: move related helper functions near each otherIra Snyder2011-03-111-52/+64
| * dmatest: fix automatic buffer unmap typeIra Snyder2011-03-111-1/+6
| * drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick2011-03-071-0/+2
| * dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar2011-03-071-4/+4
| * dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar2011-03-071-2/+2
| * dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-072-6/+9
| * dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-072-1/+13
| * dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-071-1/+5
| * dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar2011-03-071-0/+7
| * dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar2011-03-071-3/+2
| * dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar2011-03-071-1/+3
| * dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar2011-03-071-0/+2
| * dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar2011-03-071-12/+8
| * dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar2011-03-071-1/+1
| * dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar2011-03-071-1/+1
| * dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-023-0/+733
| * pch_dma: set the number of array correctlyTomoya MORINAGA2011-02-261-2/+2
| * pch_dma: fix kernel error issueTomoya MORINAGA2011-02-261-15/+14
| * Merge branch 'dw_dmac' into dmaengineDan Williams2011-02-141-14/+22
| |\
| | * dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles2011-01-291-0/+2
| | * dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles2011-01-291-14/+17
| | * dmaengine/dw_dmac: don't scan descriptors if no xfers in progressJamie Iles2011-01-291-0/+3
| * | Merge branch 'dma40' into dmaengineDan Williams2011-02-143-928/+758
| |\ \
| | * | dma40: cyclic xfer supportRabin Vincent2011-01-303-49/+167
| | * | dma40: stop ongoing transfers in DMA_TERMINATE_ALLRabin Vincent2011-01-301-13/+21
| | * | dma40: fix DMA_SG capability and channelsRabin Vincent2011-01-301-37/+34
| | * | dma40: handle failure to allocate first LCLARabin Vincent2011-01-301-0/+5
| | * | dma40: extract lcla code into separate functionRabin Vincent2011-01-301-42/+50
| | * | dma40: use flags to reduce parameter countRabin Vincent2011-01-302-37/+52
| | * | dma40: make d40_log_buf_to_lli staticRabin Vincent2011-01-302-8/+1
| | * | dma40: unify src/dst addr checkRabin Vincent2011-01-301-13/+16
| | * | dma40: pass the info pointer all the way to reduce argument countRabin Vincent2011-01-303-33/+22
| | * | dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent2011-01-303-85/+29
| | * | dma40: combine duplicated code in log_sg_to_devRabin Vincent2011-01-301-29/+23
| | * | dma40: move lli_load to main source fileRabin Vincent2011-01-303-35/+18
| | * | dma40: combine mem and slave prep_sg functionsRabin Vincent2011-01-301-94/+62
| | * | dma40: remove export of stedma40_memcpy_sgRabin Vincent2011-01-301-1/+1
| | * | dma40: combine mem and slave sg-to-lli functionsRabin Vincent2011-01-301-110/+84
| | * | dma40: remove duplicated dev addr codeRabin Vincent2011-01-301-36/+30