summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/dma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-051-14/+1Star
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-135/+8Star
|\
| * hexagon: use generic dma_noncoherent_opsChristoph Hellwig2018-09-081-140/+8Star
| * hexagon: implement the sync_sg_for_device DMA operationChristoph Hellwig2018-09-081-0/+13
| * hexagon: remove the sync_single_for_cpu DMA operationChristoph Hellwig2018-09-081-8/+0Star
* | arch/hexagon: fix kernel/dma.c build warningRandy Dunlap2018-09-111-1/+1
|/
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-1/+0Star
* hexagon: use the generic dma_capable helperChristoph Hellwig2018-01-101-0/+1
* hexagon: remove arch-specific dma_supported implementationChristoph Hellwig2017-06-281-9/+0Star
* hexagon: switch to use ->mapping_error for error reportingChristoph Hellwig2017-06-281-3/+9
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* arch/hexagon: Add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-151-1/+5
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+4
* dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-11/+0Star
* Hexagon: use correct translations for DMA mappingsRichard Kuo2013-05-011-10/+17
* Hexagon: Copyright marking changesRichard Kuo2012-10-191-1/+1
* arch/hexagon/kernel/dma.c: make function staticJulia Lawall2012-05-231-1/+1
* Hexagon: misc compile warning/error cleanup due to missing headersRichard Kuo2012-04-231-0/+1
* Hexagon: adapt for dma_map_ops changesMarek Szyprowski2012-03-281-4/+5
* Hexagon: Provide DMA implementationRichard Kuo2011-11-011-0/+220