summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | dmaengine: hsu: Support dmaengine_terminate_sync()Andy Shevchenko2018-07-101-0/+8
| | |/ /
| * | | dmaengine: mic_x100_dma: use the new helper to simplify the codeHuang Shijie2018-07-301-7/+1
| * | | dmaengine: add a new helper dmaenginem_async_device_registerHuang Shijie2018-07-301-0/+35
| * | | dmaengine: dma_request_chan_by_mask() to handle deferred probingPeter Ujfalusi2018-07-251-2/+8
| * | | dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski2018-07-091-6/+2
| |/ /
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-0/+2
|\ \ \
| * \ \ Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-163-3/+7
| |\ \ \ | | | |/ | | |/|
| * | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-072-0/+2
| | |/ | |/|
* | | Merge branch 'asoc-4.19' into asoc-nextMark Brown2018-08-091-1/+14
|\ \ \ | |_|/ |/| |
| * | dmaengine: pxa: add a default requestor policyRobert Jarzmik2018-06-181-0/+5
| * | dmaengine: pxa: use a dma slave mapRobert Jarzmik2018-06-181-1/+9
| |/
* | dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter2018-06-281-1/+1
* | dmaengine: pl330: report BURST residue granularityMarek Szyprowski2018-06-281-1/+1
* | dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularityJanusz Krzysztofik2018-06-191-1/+5
|/
* fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-124-13/+14
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-125-8/+9
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-2/+3
* Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-06-0827-397/+559
|\
| * Merge branch 'topic/txx' into for-linusVinod Koul2018-06-041-5/+3
| |\
| | * dmaengine: txx9dmac: simplify getting .drvdataWolfram Sang2018-04-221-5/+3
| * | Merge branch 'topic/ti' into for-linusVinod Koul2018-06-048-37/+49
| |\ \
| | * | dmaengine: ti: New directory for Texas Instruments DMA driversPeter Ujfalusi2018-04-258-37/+49
| | |/
| * | Merge branch 'topic/stm' into for-linusVinod Koul2018-06-041-41/+59
| |\ \
| | * | dmaengine: stm32-mdma: fix spelling mistake: "avalaible" -> "available"Colin Ian King2018-05-021-1/+1
| | * | dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocatorPierre-Yves MORDRET2018-04-251-34/+55
| | * | dmaengine: stm32-mdma: align TLEN and buffer length on burstPierre-Yves MORDRET2018-04-251-6/+3
| | |/
| * | Merge branch 'topic/ste' into for-linusVinod Koul2018-06-041-8/+4
| |\ \
| | * | dmaengine: ste_dma40: simplify getting .drvdataWolfram Sang2018-04-221-8/+4
| | |/
| * | Merge branch 'topic/sprd' into for-linusVinod Koul2018-06-041-146/+203
| |\ \
| | * | dmaengine: sprd: Add Spreadtrum DMA configurationEric Long2018-05-291-0/+182
| | * | dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy()Eric Long2018-05-291-128/+39
| | * | dmaengine: sprd: fix an NULL vs IS_ERR() bugDan Carpenter2018-05-171-2/+2
| | * | dmaengine: sprd: Use devm_ioremap_resource() to map memoryBaolin Wang2018-05-091-4/+1
| | * | dmaengine: sprd: Fix potential NULL dereference in sprd_dma_probe()Wei Yongjun2018-05-071-0/+2
| | * | dmaengine: sprd: Move DMA request mode and interrupt type into head fileEric Long2018-04-271-51/+1
| | * | dmaengine: sprd: Define the DMA data width typeBaolin Wang2018-04-271-3/+11
| | * | dmaengine: sprd: Define the DMA transfer step typeEric Long2018-04-271-6/+13
| | |/
| * | Merge branch 'topic/renesas' into for-linusVinod Koul2018-06-041-29/+21
| |\ \
| | * | dmaengine: shdmac: Change platform check to CONFIG_ARCH_RENESASGeert Uytterhoeven2018-04-251-29/+21
| | |/
| * | Merge branch 'topic/qcom' into for-linusVinod Koul2018-06-042-6/+3
| |\ \
| | * | dmaengine: qcom: simplify getting .drvdataWolfram Sang2018-04-222-6/+3
| | |/
| * | Merge branch 'topic/pl330' into for-linusVinod Koul2018-06-041-50/+159
| |\ \
| | * | dmaengine: pl330: flush before wait, and add dev burst support.Frank Mori Hess2018-05-031-50/+159
| | |/
| * | Merge branch 'topic/imx' into for-linusVinod Koul2018-06-043-43/+26
| |\ \
| | * | dmaengine: imx-dma: Switch to SPDX identifierFabio Estevam2018-05-231-16/+10
| | * | dmaengine: mxs-dma: Switch to SPDX identifierFabio Estevam2018-05-231-9/+5
| | * | dmaengine: imx-sdma: Switch to SPDX identifierFabio Estevam2018-05-231-18/+11
| | |/
OpenPOWER on IntegriCloud