summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-05-2513-76/+143
|\
| * dmaengine: at_hdmac: take maxburst from slave configurationNicolas Ferre2012-05-152-4/+24
| * dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constantNicolas Ferre2012-05-151-7/+5
| * Merge branch 'fixes' into nextVinod Koul2012-05-152-2/+6
| |\
| * | dma: imx-sdma: make channel0 operations atomicRichard Zhao2012-05-111-26/+31
| * | dmaengine: Use dma_sg_len(sg) instead of sg->lengthLars-Peter Clausen2012-05-117-16/+16
| * | dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen2012-05-115-8/+8
| * | DMA: PL330: Remove duplicate header file inclusionSachin Kamat2012-05-111-1/+0
| * | Merge branch 'fixes' into nextVinod Koul2012-05-111-1/+2
| |\ \
| * | | dma: imx-sdma: keep the callbacks invoked in the taskletHuang Shijie2012-05-111-2/+7
| * | | dmaengine: dw_dma: add Device Tree probing capabilityViresh Kumar2012-05-111-0/+10
| * | | dmaengine: dw_dmac: Add clk_{un}prepare() supportViresh Kumar2012-05-111-6/+6
| * | | Merge branch 'fixes' into nextVinod Koul2012-04-252-10/+16
| |\ \ \
| * | | | dma/amba-pl08x: add support for the Nomadik variantLinus Walleij2012-04-251-7/+37
| * | | | dma/amba-pl08x: check for terminal count status onlyLinus Walleij2012-04-231-1/+1
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-254-0/+533
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2012-05-221-0/+42
| |\ \ \ \ \
| | * | | | | common: add dma_mmap_from_coherent() functionMarek Szyprowski2012-05-211-0/+42
| * | | | | | drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-213-0/+491
| |/ / / / /
* | | | | | Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds2012-05-251-1/+0
|\ \ \ \ \ \
| * | | | | | net:removed the unused variableWanlong Gao2012-04-031-1/+0
* | | | | | | Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-2521-1601/+630
|\ \ \ \ \ \ \
| * | | | | | | mmc: at91-mci: this driver is now deprecatedLudovic Desroches2012-05-171-2/+5
| * | | | | | | mmc: omap_hsmmc: pass IRQF_ONESHOT to request_threaded_irqMing Lei2012-05-171-1/+1
| * | | | | | | mmc: block: Allow disabling 512B sector size emulationSaugata Das2012-05-172-2/+19
| * | | | | | | mmc: atmel-mci: add debug logsLudovic Desroches2012-05-171-0/+41
| * | | | | | | mmc: atmel-mci: add support for version lower than v2xxLudovic Desroches2012-05-171-4/+58
| * | | | | | | mmc: atmel-mci: change the state machine for compatibility with old IPLudovic Desroches2012-05-171-116/+162
| * | | | | | | mmc: atmel-mci: the r/w proof capability lack was not well managedLudovic Desroches2012-05-171-14/+78
| * | | | | | | mmc: dw_mmc: Fixed sdio interrupt mask bit setting bugKyoungil Kim2012-05-171-2/+2
| * | | | | | | mmc: omap: convert to module_platform_driverVenkatraman S2012-05-171-13/+1
| * | | | | | | mmc: omap: make it behave well as a moduleVenkatraman S2012-05-171-4/+5
| * | | | | | | mmc: omap: convert to per instance workqueueVenkatraman S2012-05-171-17/+12
| * | | | | | | mmc: core: Remove dead codePhilippe De Swert2012-05-091-5/+1
| * | | | | | | mmc: card: Avoid null pointer dereferencePhilippe De Swert2012-05-091-1/+2
| * | | | | | | mmc: core: Prevent eMMC VCC supply to be cut from late initUlf Hansson2012-05-091-3/+15
| * | | | | | | mmc: dw_mmc: make multiple instances of dw_mci_card_workqueueThomas Abraham2012-05-091-8/+6
| * | | | | | | mmc: queue: remove redundant memsetsVenkatraman S2012-05-091-2/+0
| * | | | | | | mmc: queue: rename mmc_request functionVenkatraman S2012-05-091-2/+2
| * | | | | | | mmc: core: skip card initialization if power class selection failsSubhash Jadavani2012-05-091-11/+7
| * | | | | | | mmc: core: fix the signaling 1.8V for HS200Seungwon Jeon2012-05-091-5/+7
| * | | | | | | mmc: core: fix the decision of HS200/DDR card-typeSeungwon Jeon2012-05-091-49/+32
| * | | | | | | mmc: mmci: Fix compiler error when CONFIG_OF is not setLee Jones2012-05-081-0/+6
| * | | | | | | mmc: mmci: Use correct GPIO binding for IRQ requestsLee Jones2012-05-041-2/+3
| * | | | | | | mmc: mmci: Enable Device Tree support for ux500 variantsLee Jones2012-05-041-4/+54
| * | | | | | | mmc: sdhci-spear: Use devm_* derivativesViresh Kumar2012-05-011-53/+27
| * | | | | | | mmc: sdhci-spear: No need to check 'pdev == NULL' in probeViresh Kumar2012-05-011-2/+0
| * | | | | | | mmc: cd-gpio: protect against NULL context in mmc_cd_gpio_free()Guennadi Liakhovetski2012-04-241-0/+3
| * | | | | | | mmc: core: check PM_SLEEP for mmc_bus_suspend/resume callbacksChuanxiao Dong2012-04-231-0/+2
| * | | | | | | mmc: omap_hsmmc: release correct resourceRussell King2012-04-221-1/+3