summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Add hisilicon k3 DMA engine driverZhangfei Gao2013-08-281-0/+9
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-07-071-19/+7Star
|\
| * dma: Add a jz4740 dmaengine driverLars-Peter Clausen2013-07-051-0/+6
| * dma: move dw_dmac driver to an own directoryAndy Shevchenko2013-07-051-19/+1Star
* | dmaengine: edma: enable build for AM33XXMatt Porter2013-06-241-1/+1
|/
* dma: sh: add KconfigShimoda, Yoshihiro2013-04-301-9/+1Star
* dma: acpi-dma: introduce ACPI DMA helpersAndy Shevchenko2013-04-151-0/+4
* ioatdma: Removing PQ val disable for cb3.3Dave Jiang2013-04-151-2/+0Star
* drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-03-211-0/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-4/+7
|\
| * dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.cVinod Koul2013-02-131-0/+4
| * dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song2013-01-081-2/+2
| * dmaengine: dw_dmac: remove CLK dependencyHeikki Krogerus2013-01-081-1/+0Star
| * drivers/dma: remove CONFIG_EXPERIMENTALKees Cook2013-01-071-1/+1
* | powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter2013-01-031-0/+2
|/
* drivers/dma/dw_dmac: make driver's endianness configurableHein Tibosch2012-10-251-0/+11
* dmaengine: mmp-pdma supportZhangfei Gao2012-09-141-0/+7
* dmaengine: add TI EDMA DMA engine driverMatt Porter2012-09-011-0/+10
* Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-021-0/+11
|\
| *-. Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineRussell King2012-07-311-0/+1
| |\ \
| | * | dmaengine: PL08x: use vchan's spinlockRussell King2012-07-011-0/+1
| | |/
| * / dmaengine: add OMAP DMA engine driverRussell King2012-07-311-0/+6
| |/
| * dmaengine: split out virtual channel DMA support from sa11x0 driverRussell King2012-07-011-0/+4
* | dmaengine: mmp_tdma: fix the arch dependencyVinod Koul2012-06-231-1/+1
* | dmaengine: mmp_tdma: add mmp tdma supportZhangfei Gao2012-06-201-0/+10
* | dma: tegra: add dmaengine based dma driverLaxman Dewangan2012-06-081-0/+14
* | dma: enable mxs-dma for imx6qHuang Shijie2012-06-071-1/+1
|/
* dma: mxs-dma: use global stmp_device functionalityDong Aisheng2012-05-121-0/+1
* dmaengine: Kconfig: fix Atmel at_hdmac entryNicolas Ferre2012-04-171-3/+2Star
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-301-2/+1Star
|\
| * dmaengine: imx: fix the build failure on x86_64Vinod Koul2012-03-271-0/+1
| * dmaengine: imx-dma: merge old dma-v1.c with imx-dma.cJavier Martin2012-03-261-1/+0Star
| * DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim2012-03-081-1/+0Star
* | DMA: sa11x0: add SA-11x0 DMA driverRussell King2012-03-071-0/+9
|/
* dmaengine: add CSR SiRFprimaII DMAC driverRongjun Ying2011-11-181-0/+7
* pch_dma: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-171-6/+6
* pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-11-171-2/+2
* dma i.MX: remove individual SOC dependencySascha Hauer2011-11-171-3/+3
* DMA: PL330: Update PL330 DMA API driverBoojin Kim2011-09-141-1/+2
* dmaengine: add ep93xx DMA supportMika Westerberg2011-06-081-0/+7
* pch_dma: Support new device ML7223 IOHTomoya MORINAGA2011-05-091-5/+7
* dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCsUwe Kleine-König2011-03-221-1/+1
* dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar2011-03-061-1/+1
* dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-021-0/+8
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-01-171-2/+7
|\
| * pch_dma: support new device ML7213 IOHTomoya MORINAGA2011-01-151-2/+7
* | powerpc/512x: add MPC8308 dma supportIlya Yanok2010-12-301-1/+1
|/
* drivers/dma/Kconfig: add part number for Topcliff.Valdis.Kletnieks@vt.edu2010-10-291-2/+2
* async_tx: make async_tx channel switching opt-inDan Williams2010-10-081-2/+5
*-. Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams2010-10-081-0/+24
|\ \