summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dmaengine/dw_dmac: Update maintainer-shipViresh Kumar2011-05-252-0/+3
* dmaengine: move link orderLinus Walleij2011-05-193-3/+5
* dmaengine/dw_dmac: implement pause and resume in dwc_controlLinus Walleij2011-05-132-20/+40
* dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submis...Viresh Kumar2011-05-131-39/+77
* dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_...Viresh Kumar2011-05-131-21/+44
* dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DM...Viresh Kumar2011-05-131-1/+5
* dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_al...Viresh Kumar2011-05-131-14/+13Star
* dmaengine: at_hdmac: pause: no need to wait for FIFO emptyNicolas Ferre2011-05-121-16/+0Star
* pch_dma: modify pci device table definitionTomoya MORINAGA2011-05-091-1/+1
* pch_dma: Support new device ML7223 IOHTomoya MORINAGA2011-05-092-5/+15
* pch_dma: Support I2S for ML7213 IOHTomoya MORINAGA2011-05-091-15/+47
* pch_dma: Fix DMA setting issueTomoya MORINAGA2011-05-091-7/+0Star
* pch_dma: modify for checkpatchTomoya MORINAGA2011-05-091-3/+6
* pch_dma: fix dma direction issue for ML7213 IOH video-inTomoya MORINAGA2011-05-091-3/+3
* dmaengine: at_hdmac: use descriptor chaining help functionNicolas Ferre2011-05-091-30/+3Star
* dmaengine: at_hdmac: implement pause and resume in atc_controlNicolas Ferre2011-05-092-27/+71
* dmaengine: at_hdmac: set residue as total len in atc_tx_statusNicolas Ferre2011-05-091-1/+6
* dmaengine/ste_dma40: fix introduced warningsPhilippe Langlais2011-05-091-1/+1
* dmaengine: at_hdmac: specialize AHB interfaces to optimize transfersNicolas Ferre2011-05-022-11/+19
* dmaengine: at_hdmac: remove channel status testing in taskletNicolas Ferre2011-05-021-7/+0Star
* dmaengine: at_hdmac: debug information sg_len for prep_slave_sgNicolas Ferre2011-05-021-1/+2
* dmaengine: at_hdmac: add cyclic DMA operation supportNicolas Ferre2011-05-022-16/+229
* dmaengine: at_hdmac: modify way to use interruptsNicolas Ferre2011-05-022-5/+10
* drivers, pch_dma: Fix uninitialized var before useLiu Yuan2011-04-061-1/+1
* Merge branch 'old_next' into nextVinod Koul2011-04-065-14/+28
|\
| * intel_mid_dma: fix runtime pm issuesKristen Carlson Accardi2011-04-011-4/+13
| * dma: use BUG_ON correctly in ppc4xx/adam.c, v4Coly Li2011-03-311-4/+4
| * dma: use BUG_ON correctly in mv_xor.c, v4Coly Li2011-03-311-3/+3
| * dma: use BUG_ON correctly in iop-adma.c, v4Coly Li2011-03-311-3/+3
| * dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address a...Viresh Kumar2011-03-311-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-2921-1370/+1526
|\ \
| * | mmc: SDHI should depend on SUPERH || ARCH_SHMOBILEGuennadi Liakhovetski2011-03-281-0/+1
| * | mmc: tmio_mmc: Move some defines into a shared headerSimon Horman2011-03-263-46/+6Star
| * | mmc: tmio: support aggressive clock gatingGuennadi Liakhovetski2011-03-251-9/+8Star
| * | mmc: tmio: fix power-mode interpretationGuennadi Liakhovetski2011-03-251-5/+5
| * | mmc: tmio: remove work-around for unmasked SDIO interruptsGuennadi Liakhovetski2011-03-251-21/+2Star
| * | mmc: tmio: only access registers above 0xff, if availableGuennadi Liakhovetski2011-03-251-6/+19
| * | mmc: tmio: convert the SDHI MMC driver from MFD to a platform driverGuennadi Liakhovetski2011-03-256-81/+47Star
| * | mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski2011-03-256-1285/+1409
| * | mmc: tmio: use PIO for short transfersGuennadi Liakhovetski2011-03-251-10/+23
| * | mmc: tmio-mmc: Improve DMA stability on sh-mobileGuennadi Liakhovetski2011-03-251-29/+34
| * | mmc: fix mmc_app_send_scr() for dma transferYoshihiro Shimoda2011-03-251-1/+13
| * | mmc: sdhci-esdhc: enable esdhc on imx53Richard Zhu2011-03-251-0/+42
| * | mmc: sdhci-esdhc: use writel/readl as general APIsRichard Zhu2011-03-252-8/+38
| * | mmc: sdhci: add the abort CMDTYPE bits definitionRichard Zhu2011-03-251-0/+1
| * | mmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhcRichard Zhu2011-03-252-3/+3
| * | mmc: of_mmc_spi: Need to include irq.h and of_irq.hDavid Miller2011-03-251-0/+2
| * | mmc: mmci: Add ARM variant with extended FIFOPawel Moll2011-03-251-1/+12
| * | mmc: dw_mmc: set fixed burst in BMOD registerJaehoon Chung2011-03-251-2/+2
| * | mmc: use pci_dev->revisionSergei Shtylyov2011-03-252-7/+4Star