aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/acpi-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-17dmaengine: acpi: Put the CSRT table after using itHanjun Guo1-1/+3
2020-06-24dmaengine: acpi: Drop double check for ACPI companion deviceAndy Shevchenko1-11/+6
2019-08-21dmaengine: acpi: Add kernel doc parameter descriptionsAndy Shevchenko1-2/+3
2019-08-21dmaengine: acpi: Set up DMA mask based on CSRTAndy Shevchenko1-0/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-02-22dmaengine: acpi-dma: align debug message with flowAndy Shevchenko1-1/+1
2015-12-05dmaengine: acpi-dma: check for 64-bit MMIO addressAndy Shevchenko1-1/+4
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-6/+5
2015-09-30dmaengine: acpi: Use ACPI_COMPANION() instead of acpi_bus_get_device()Jarkko Nikula1-6/+5
2015-09-25acpi-dma: Add support for "dma-names" device propertyMika Westerberg1-8/+17
2015-02-05resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu1-5/+5
2014-02-11acpi-dma: convert to return error code when asked for channelAndy Shevchenko1-7/+8
2014-02-11acpi-dma: use devm_release() instead of devm_destroy()Andy Shevchenko1-1/+1
2014-01-26acpi-dma: align documentation with kernel-doc formatAndy Shevchenko1-12/+24
2013-08-25acpi-dma: remove ugly conversionAndy Shevchenko1-3/+1
2013-08-05acpi-dma: fix sparse warningAndy Shevchenko1-1/+1
2013-05-14dma: acpi-dma: parse CSRT to extract additional resourcesAndy Shevchenko1-3/+169
2013-04-15dma: acpi-dma: introduce ACPI DMA helpersAndy Shevchenko1-0/+279