| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-12-14 | dmaengine: dw: dmamux: fix OF node leak on route allocation failure | Johan Hovold | 1 | -1/+3 |
| 2025-11-21 | dmaengine: dw: drop unused module alias | Johan Hovold | 1 | -4/+1 |
| 2025-09-02 | dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate | Miaoqian Lin | 1 | -4/+11 |
| 2025-02-10 | dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS() | Andy Shevchenko | 2 | -12/+4 |
| 2024-12-02 | dmaengine: dw: Select only supported masters for ACPI devices | Andy Shevchenko | 3 | -4/+14 |
| 2024-10-14 | dmaengine: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-08-05 | dmaengine: dw: Unify ret-val local variables naming | Serge Semin | 2 | -20/+20 |
| 2024-08-05 | dmaengine: dw: Simplify max-burst calculation procedure | Serge Semin | 4 | -20/+29 |
| 2024-08-05 | dmaengine: dw: Define encode_maxburst() above prepare_ctllo() callbacks | Serge Semin | 2 | -14/+14 |
| 2024-08-05 | dmaengine: dw: Simplify prepare CTL_LO methods | Serge Semin | 2 | -8/+21 |
| 2024-08-05 | dmaengine: dw: Add memory bus width verification | Serge Semin | 1 | -7/+44 |
| 2024-08-05 | dmaengine: dw: Add peripheral bus width verification | Serge Semin | 1 | -0/+38 |
| 2023-09-28 | dmaengine: dw: platform: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-08-01 | dmaengine: Explicitly include correct DT includes | Rob Herring | 1 | -1/+3 |
| 2023-02-16 | dmaengine: dw: Move check for paused channel to dwc_get_residue() | Andy Shevchenko | 1 | -6/+5 |
| 2022-08-04 | Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
| 2022-08-03 | dma:dw: remove reference to AVR32 architecture in core.c | Hans-Christian Noren Egtvedt | 1 | -3/+0 |
| 2022-06-10 | dmaengine: dw: dmamux: Fix build without CONFIG_OF | Miquel Raynal | 1 | -0/+2 |
| 2022-06-10 | dmaengine: dw: dmamux: Export the module device table | Miquel Raynal | 1 | -0/+1 |
| 2022-05-19 | dmaengine: dw: Add RZN1 compatible | Miquel Raynal | 1 | -0/+1 |
| 2022-05-19 | dmaengine: dw: dmamux: Introduce RZN1 DMA router support | Miquel Raynal | 3 | -0/+166 |
| 2021-10-26 | dmaengine: dw: switch from 'pci_' to 'dma_' API | Qing Wang | 1 | -5/+1 |
| 2021-08-06 | dmaengine: dw: Simplify DT property parser | Andy Shevchenko | 1 | -28/+16 |
| 2021-08-06 | dmaengine: dw: Remove error message from DT parsing code | Andy Shevchenko | 1 | -5/+0 |
| 2021-07-14 | dmaengine: dw: Program xBAR hardware for Elkhart Lake | Andy Shevchenko | 4 | -9/+157 |
| 2021-04-12 | dmaengine: dw: Make it dependent to HAS_IOMEM | Andy Shevchenko | 1 | -0/+2 |
| 2021-02-08 | dmaengine dw: Revert "dmaengine: dw: Enable runtime PM" | Cezary Rojewski | 1 | -6/+0 |
| 2020-11-09 | dmaengine: dw: Enable runtime PM | Andy Shevchenko | 1 | -0/+6 |
| 2020-09-18 | dmaengine: dw: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -3/+3 |
| 2020-08-17 | dmaengine: dw: Add DMA-channels mask cell support | Serge Semin | 2 | -2/+9 |
| 2020-08-17 | dmaengine: dw: Ignore burst setting for memory peripherals | Serge Semin | 2 | -6/+4 |
| 2020-08-17 | dmaengine: dw: Discard dlen from the dev-to-mem xfer width calculation | Serge Semin | 1 | -1/+1 |
| 2020-08-17 | dmaengine: dw: Activate FIFO-mode for memory peripherals only | Serge Semin | 1 | -1/+1 |
| 2020-08-05 | Merge branch 'for-linus' into fixes | Vinod Koul | 6 | -4/+64 |
| 2020-07-27 | dmaengine: dw: Initialize max_sg_burst capability | Serge Semin | 1 | -0/+12 |
| 2020-07-27 | dmaengine: dw: Introduce max burst length hw config | Serge Semin | 3 | -0/+23 |
| 2020-07-27 | dmaengine: dw: Initialize min and max burst DMA device capability | Serge Semin | 1 | -0/+2 |
| 2020-07-27 | dmaengine: dw: Set DMA device max segment size parameter | Serge Semin | 1 | -0/+7 |
| 2020-07-27 | dmaengine: dw: Take HC_LLP flag into account for noLLP auto-config | Serge Semin | 2 | -1/+11 |
| 2020-07-06 | dmaengine: dw: Initialize channel before each transfer | Andy Shevchenko | 1 | -12/+0 |
| 2020-06-16 | dmaengine: dw: Replace 'objs' by 'y' | Andy Shevchenko | 1 | -2/+2 |
| 2020-06-16 | dmaengine: dw: Register ACPI DMA controller for PCI that has companion | Andy Shevchenko | 3 | -1/+7 |
| 2019-10-14 | dmaengine: dw: platform: Mark 'hclk' clock optional | Andy Shevchenko | 1 | -1/+1 |
| 2019-08-21 | dmaengine: dw: platform: Split OF helpers to separate module | Andy Shevchenko | 4 | -113/+149 |
| 2019-08-21 | dmaengine: dw: platform: Split ACPI helpers to separate module | Andy Shevchenko | 4 | -53/+63 |
| 2019-08-21 | dmaengine: dw: platform: Move handle check to dw_dma_acpi_controller_register() | Andy Shevchenko | 1 | -4/+8 |
| 2019-08-21 | dmaengine: dw: platform: Switch to acpi_dma_controller_register() | Andy Shevchenko | 1 | -2/+12 |
| 2019-08-21 | dmaengine: dw: platform: Use devm_platform_ioremap_resource() | Andy Shevchenko | 1 | -3/+1 |
| 2019-08-21 | dmaengine: dw: platform: Enable iDMA 32-bit on Intel Elkhart Lake | Andy Shevchenko | 1 | -5/+11 |
| 2019-08-21 | dmaengine: dw: platform: Use struct dw_dma_chip_pdata | Andy Shevchenko | 1 | -11/+31 |
| 2019-08-21 | dmaengine: dw: Export struct dw_dma_chip_pdata for wider use | Andy Shevchenko | 2 | -44/+44 |
| 2019-08-20 | dmaengine: dw: Update Intel Elkhart Lake Service Engine acronym | Jarkko Nikula | 1 | -1/+1 |
| 2019-06-25 | dmaengine: dw: Enable iDMA 32-bit on Intel Elkhart Lake | Andy Shevchenko | 1 | -0/+5 |
| 2019-06-25 | dmaengine: dw: Distinguish ->remove() between DW and iDMA 32-bit | Andy Shevchenko | 1 | -8/+20 |
| 2019-03-12 | Merge branch 'topic/dw' into for-linus | Vinod Koul | 9 | -247/+419 |
| 2019-01-07 | dmaengine: dw: convert to SPDX identifiers | Andy Shevchenko | 6 | -20/+7 |
| 2019-01-07 | dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bit | Andy Shevchenko | 4 | -26/+47 |
| 2019-01-07 | dmaengine: dw: Reset DRAIN bit when resume the channel | Andy Shevchenko | 4 | -7/+25 |
| 2019-01-07 | dmaengine: dw: Split DW and iDMA 32-bit operations | Andy Shevchenko | 8 | -179/+339 |
| 2019-01-07 | dmaengine: dw: Remove unused internal property | Andy Shevchenko | 3 | -10/+1 |
| 2019-01-07 | dmaengine: dw: Remove misleading is_private property | Andy Shevchenko | 3 | -7/+1 |
| 2019-01-07 | dmaengine: dw: Add missed multi-block support for iDMA 32-bit | Andy Shevchenko | 1 | -0/+1 |
| 2019-01-07 | dmaengine: dw: drop useless LIST_HEAD | Julia Lawall | 1 | -1/+0 |
| 2019-01-01 | Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 3 | -0/+12 |
| 2018-12-06 | dmaengine: dw: Fix FIFO size for Intel Merrifield | Andy Shevchenko | 1 | -3/+3 |
| 2018-11-24 | dmaengine: dw-dmac: implement dma protection control setting | Christian Lamparter | 3 | -0/+12 |
| 2018-10-24 | Merge branch 'topic/dw' into for-linus | Vinod Koul | 1 | -0/+2 |
| 2018-10-07 | dmaengine: dw: remove dma_slave_config direction usage | Vinod Koul | 1 | -5/+0 |
| 2018-08-29 | dmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllers | Hans de Goede | 1 | -0/+2 |
| 2018-04-22 | dmaengine: dw: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-05-24 | dmaengine: DW DMAC: Handle return value of clk_prepare_enable | Arvind Yadav | 1 | -1/+5 |
| 2017-05-15 | dmaengine: dw: Remove AVR32 bits from the driver | Andy Shevchenko | 3 | -375/+14 |
| 2017-02-21 | Merge tag 'dmaengine-4.11-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 4 | -67/+223 |
| 2017-01-25 | dmaengine: dw: we do support Merrifield SoC in PCI mode | Andy Shevchenko | 1 | -0/+15 |
| 2017-01-25 | dmaengine: dw: add support of iDMA 32-bit hardware | Andy Shevchenko | 1 | -9/+92 |
| 2017-01-25 | dmaengine: dw: introduce register mappings for iDMA 32-bit | Andy Shevchenko | 1 | -3/+49 |
| 2017-01-25 | dmaengine: dw: introduce block2bytes() and bytes2block() | Andy Shevchenko | 2 | -23/+35 |
| 2017-01-25 | dmaengine: dw: extract dwc_chan_pause() for future use | Andy Shevchenko | 1 | -5/+9 |
| 2017-01-25 | dmaengine: dw: replace convert_burst() with one liner | Andy Shevchenko | 1 | -18/+11 |
| 2017-01-25 | dmaengine: dw: register IRQ and DMA pool with instance ID | Andy Shevchenko | 4 | -2/+8 |
| 2017-01-25 | dmaengine: dw: Fix data corruption in large device to memory transfers | Jarkko Nikula | 1 | -11/+9 |
| 2017-01-10 | dmaengine: dw: pci: remove LPE Audio DMA ID | Andy Shevchenko | 1 | -2/+1 |
| 2017-01-02 | dmaengine: dw: fix typo in Kconfig | Jean Delvare | 1 | -1/+1 |
| 2016-11-30 | dmaengine: DW DMAC: add multi-block property to device tree | Eugeniy Paltsev | 3 | -3/+14 |
| 2016-11-30 | dmaengine: DW DMAC: enable memory-to-memory transfers support | Eugeniy Paltsev | 1 | -0/+6 |
| 2016-10-06 | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -8/+6 |
| 2016-08-31 | dmaengine: dw: override LLP support if asked in platform data | Andy Shevchenko | 1 | -5/+1 |
| 2016-08-31 | dmaengine: dw: set polarity of handshake interface | Andy Shevchenko | 1 | -0/+4 |
| 2016-08-31 | dmaengine: dw: keep copy of custom slave config in dwc | Andy Shevchenko | 2 | -23/+11 |
| 2016-08-08 | dmaengine: dw: convert callback to helper function | Dave Jiang | 1 | -8/+6 |
| 2016-05-02 | dmaengine: dw: pass platform data via struct dw_dma_chip | Andy Shevchenko | 3 | -8/+11 |
| 2016-05-02 | dmaengine: dw: keep entire platform data in struct dw_dma | Andy Shevchenko | 3 | -20/+19 |
| 2016-05-02 | dmaengine: dw: revisit data_width property | Andy Shevchenko | 2 | -33/+14 |
| 2016-05-02 | dmaengine: dw: platform: check nr_masters to be non-zero | Andy Shevchenko | 1 | -10/+10 |
| 2016-04-19 | dmaengine: dw: lazy allocation of dma descriptors | Christian Lamparter | 2 | -119/+48 |
| 2016-04-13 | dmaengine: dw: set cdesc to NULL when free cyclic transfers | Andy Shevchenko | 1 | -0/+2 |
| 2016-04-13 | dmaengine: dw: move residue to a descriptor | Andy Shevchenko | 2 | -21/+41 |
| 2016-04-13 | dmaengine: dw: move dwc->initialized to dwc->flags | Andy Shevchenko | 2 | -5/+5 |
| 2016-04-13 | dmaengine: dw: move dwc->paused to dwc->flags | Andy Shevchenko | 2 | -8/+6 |
| 2016-04-13 | dmaengine: dw: define counter variables as unsigned int | Andy Shevchenko | 1 | -5/+5 |
| 2016-04-13 | dmaengine: dw: substitute dma_read_byaddr by dma_readl_native | Andy Shevchenko | 2 | -9/+3 |
| 2016-04-13 | dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain | Mans Rullgard | 1 | -0/+2 |
| 2016-04-13 | dmaengine: dw: set LMS field in descriptors | Mans Rullgard | 2 | -12/+18 |
| 2016-04-13 | dmaengine: dw: fix byte order of hw descriptor fields | Mans Rullgard | 2 | -66/+85 |
| 2016-04-13 | dmaengine: dw: set src and dst master select according to xfer direction | Mans Rullgard | 1 | -2/+6 |
| 2016-04-13 | dmaengine: dw: rename masters to reflect actual topology | Andy Shevchenko | 3 | -18/+17 |
| 2016-04-13 | dmaengine: dw: fix master selection | Andy Shevchenko | 1 | -15/+19 |
| 2016-03-17 | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -1/+1 |
| 2016-02-15 | dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer | Andy Shevchenko | 1 | -5/+10 |
| 2016-02-08 | dmaengine: dw: pci: add ID for WildcatPoint PCH | Andy Shevchenko | 1 | -0/+4 |
| 2016-01-25 | dmaengine: dw: fix a typo for bitfields of CTL_LO | Jie Yang | 1 | -1/+1 |
| 2016-01-20 | Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav... | Linus Torvalds | 1 | -28/+16 |
| 2016-01-14 | dmaengine: dw: fix cyclic transfer callbacks | Mans Rullgard | 1 | -6/+15 |
| 2016-01-14 | dmaengine: dw: fix cyclic transfer setup | Mans Rullgard | 1 | -22/+1 |
| 2016-01-13 | Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -2/+5 |
| 2016-01-07 | Revert "dmaengine: dw: platform: provide platform data for Intel" | Andy Shevchenko | 1 | -16/+1 |
| 2016-01-07 | dmaengine: dw: return immediately from IRQ when DMA isn't in use | Andy Shevchenko | 1 | -2/+7 |
| 2016-01-07 | dmaengine: dw: platform: power on device on shutdown | Andy Shevchenko | 1 | -0/+12 |
| 2015-12-18 | dmaengine: dw: fix potential memory leak in dw_dma_parse_dt() | Mans Rullgard | 1 | -2/+5 |
| 2015-11-10 | Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 3 | -51/+61 |
| 2015-10-31 | dmaengine: dw: some Intel devices has no memcpy support | Andy Shevchenko | 1 | -1/+5 |
| 2015-10-31 | dmaengine: dw: platform: provide platform data for Intel | Andy Shevchenko | 1 | -1/+16 |
| 2015-10-31 | dmaengine: dw: don't override platform data with autocfg | Andy Shevchenko | 1 | -30/+27 |
| 2015-09-30 | dmaengine: dw: use dw_dmac autoconfiguration in PCI driver | Andy Shevchenko | 1 | -13/+7 |
| 2015-09-30 | dmaengine: dw: convert to __ffs() | Andy Shevchenko | 1 | -6/+6 |
| 2015-09-30 | dmaengine: dw: properly read DWC_PARAMS register | Andy Shevchenko | 1 | -2/+2 |
| 2015-09-04 | Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -3/+3 |
| 2015-08-24 | dmaengine: sort the dw Kconfig | Vinod Koul | 1 | -3/+3 |
| 2015-07-17 | Update Viresh Kumar's email address | Viresh Kumar | 1 | -1/+1 |
| 2015-04-24 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -11/+9 |
| 2015-04-22 | dmaengine: dw: don't prompt for DW_DMAC_CORE | Vinod Koul | 1 | -1/+1 |
| 2015-03-16 | dmaengine: dw: Make error prints unique. Part #2 | Jarkko Nikula | 1 | -8/+4 |
| 2015-03-16 | dmaengine: dw: Make error prints unique. Part #1 | Jarkko Nikula | 1 | -2/+4 |
| 2015-03-16 | dmaengine: dw: append MODULE_ALIAS for platform driver | Andy Shevchenko | 1 | -1/+4 |
| 2015-03-05 | dmaengine: dw: don't handle interrupt when dmaengine is not used | Jie Yang | 1 | -1/+1 |
| 2015-02-18 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 3 | -44/+65 |
| 2015-02-04 | dmaengine: dw: define DW_DMA_MAX_NR_MASTERS | Andy Shevchenko | 3 | -4/+5 |
| 2015-01-13 | dmaengine: dw: provide DMA capabilities | Andy Shevchenko | 1 | -1/+15 |
| 2015-01-13 | dmaengine: dw: balance PM runtime calls | Andy Shevchenko | 2 | -2/+5 |
| 2014-12-22 | dmaengine: dw: update the driver comments | Vinod Koul | 1 | -1/+1 |
| 2014-12-22 | dmaengine: dw: Split device_control | Maxime Ripard | 1 | -38/+44 |
| 2014-11-11 | dmaengine: dw: enable runtime PM | Andy Shevchenko | 1 | -0/+11 |
| 2014-10-15 | dmaengine: dw: export probe()/remove() and Co to users | Andy Shevchenko | 1 | -26/+3 |
| 2014-10-15 | dmaengine: dw: enable and disable controller when needed | Andy Shevchenko | 2 | -25/+36 |
| 2014-10-15 | dmaengine: dw: always export dw_dma_{en,dis}able | Andy Shevchenko | 4 | -30/+12 |
| 2014-10-15 | dmaengine: dw: introduce dw_dma_on() helper | Andy Shevchenko | 1 | -2/+7 |
| 2014-10-15 | dmaengine: dw: split dma-dw.h to platform and private parts | Andy Shevchenko | 1 | -0/+2 |
| 2014-10-15 | dmaengine: dw: move private definitions to regs.h | Andy Shevchenko | 1 | -3/+29 |
| 2014-09-11 | dmaengine: dw: add PCI IDs for Braswell DMAs | Andy Shevchenko | 1 | -0/+4 |
| 2014-09-11 | dmaengine: dw: move clock operations to platform.c | Andy Shevchenko | 4 | -20/+24 |
| 2014-09-11 | dmaengine: dw: introduce generic filter function | Andy Shevchenko | 3 | -67/+40 |
| 2014-09-11 | dmaengine: dw: apply both HS interfaces and remove slave_id usage | Andy Shevchenko | 3 | -35/+10 |
| 2014-09-11 | dmaengine: dw: convert dw_dma_slave to use explicit HS interfaces | Andy Shevchenko | 1 | -2/+2 |
| 2014-09-11 | dmaengine: dw: move dw_dmac.h to where it belongs to | Andy Shevchenko | 2 | -4/+4 |
| 2014-07-15 | dmaengine: dw: don't perform DMA when dmaengine_submit is called | Andy Shevchenko | 1 | -12/+7 |
| 2014-07-15 | dmaengine: dw: add debug message to dwc_dostart_first_queued | Andy Shevchenko | 1 | -1/+5 |
| 2014-07-15 | dmaengine: dw: introduce dwc_dostart_first_queued() helper | Andy Shevchenko | 1 | -8/+11 |
| 2014-06-09 | Merge branch 'topic/dw' into for-linus | Vinod Koul | 1 | -19/+39 |
| 2014-05-22 | dmaengine: dw: check return code of dma_async_device_register() | Andy Shevchenko | 1 | -2/+6 |
| 2014-05-22 | dmaengine: dw: fix regression in dw_probe() function | Andy Shevchenko | 1 | -9/+24 |
| 2014-05-22 | dmaengine: dw: enable clock before access | Andy Shevchenko | 1 | -5/+5 |
| 2014-05-21 | dma: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |
| 2014-05-07 | dmaengine: dw: went back to plain {request,free}_irq() calls | Andy Shevchenko | 1 | -5/+6 |
| 2014-05-07 | dmaengine: dw: convert to use SET_LATE_SYSTEM_SLEEP_PM_OPS | Andy Shevchenko | 1 | -8/+2 |
| 2014-05-07 | dmaengine: dw: move PM to suspend_late / resume_early stages | Andy Shevchenko | 1 | -14/+4 |
| 2014-03-26 | dma: dw: Add suspend and resume handling for PCI mode DW_DMAC. | Chew, Chiau Ee | 1 | -0/+33 |
| 2014-03-26 | dma: dw: allocate memory in two stages in probe | Andy Shevchenko | 2 | -9/+12 |
| 2014-02-17 | dma: dw: remove leftovers in the comment blocks | Andy Shevchenko | 1 | -2/+2 |
| 2014-02-11 | dma: dw: add a PCI ID for Intel Haswell SoC | Andy Shevchenko | 1 | -0/+3 |
| 2014-01-20 | dma: dw: use %pad instead of casting dma_addr_t | Andy Shevchenko | 1 | -8/+6 |
| 2014-01-20 | dma: dw: join split up messages | Andy Shevchenko | 1 | -5/+4 |
| 2014-01-20 | dma: dw: fix style of multiline comment | Andy Shevchenko | 1 | -4/+8 |
| 2013-11-20 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -26/+3 |
| 2013-11-16 | Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel... | Vinod Koul | 1 | -24/+1 |
| 2013-11-14 | dmaengine: remove DMA unmap from drivers | Bartlomiej Zolnierkiewicz | 1 | -24/+0 |
| 2013-11-13 | dmaengine: prepare for generic 'unmap' data | Dan Williams | 1 | -0/+1 |
| 2013-10-31 | DMA-API: dma: dw_dmac.c: convert to use dma_coerce_mask_and_coherent() | Russell King | 1 | -5/+3 |
| 2013-10-25 | dmaengine: dw: use DMA_COMPLETE for dma completion status | Vinod Koul | 1 | -2/+2 |
| 2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -1/+0 |
| 2013-08-05 | dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESS | Andy Shevchenko | 1 | -1/+1 |
| 2013-08-05 | dma: dw: return DMA_SUCCESS immediately from device_tx_status() | Andy Shevchenko | 1 | -4/+4 |
| 2013-08-05 | dma: dw: allow shared interrupts | Andy Shevchenko | 1 | -5/+8 |
| 2013-08-05 | dma: dw: improve comparison with ~0 | Andy Shevchenko | 1 | -5/+11 |
| 2013-08-05 | dma: dw: append MODULE_DEVICE_TABLE for ACPI case | Andy Shevchenko | 1 | -0/+1 |
| 2013-07-05 | dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagically | Vinod Koul | 2 | -9/+8 |
| 2013-07-05 | dma: dw: add PCI part of the driver | Andy Shevchenko | 3 | -0/+113 |
| 2013-07-05 | dma: dw: split driver to library part and platform code | Andy Shevchenko | 6 | -278/+435 |
| 2013-07-05 | dma: move dw_dmac driver to an own directory | Andy Shevchenko | 4 | -0/+2304 |