aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_hdmac_regs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08dmaengine: at_hdmac: Fix at_lli struct definitionTudor Ambarus1-5/+5
2021-01-08dmaengine: at_hdmac: remove platform data headerAlexandre Belloni1-3/+25
2020-05-13dmaengine: at_hdmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-02-25dmaengine: at_hdmac: Return err in case the chan is not free at alloc res timeTudor Ambarus1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-08dmaengine: at_hdmac: Remove unnecessary 0x prefixes before %padVinod Koul1-1/+1
2015-11-16dmaengine: at_hdmac: use %pad format string for dma_addr_tArnd Bergmann1-3/+3
2015-10-29dmaengine: hdmac: factorise memset descriptor allocationMaxime Ripard1-1/+1
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+6
2015-08-26dmaengine: hdmac: Add memset capabilitiesMaxime Ripard1-0/+6
2015-07-31dmaengine: at_hdmac: fix residue computationCyrille Pitchen1-2/+1
2015-06-12dmaengine: hdmac: Implement interleaved transfersMaxime Ripard1-0/+5
2015-03-13dmaengine: at_hdmac: Fix calculation of the residual bytesTorsten Fleischer1-4/+3
2014-12-22dmaengine: at_hdmac: update the driver commentsVinod Koul1-1/+2
2013-12-12dmaengine: at_hdmac: remove unused functionOlof Johansson1-4/+0
2013-07-05DMA: AT91: Get residual bytes in dma bufferElen Song1-0/+3
2013-07-05DMA: AT91: Get transfer widthElen Song1-0/+2
2013-04-30at_hdmac: move to generic DMA bindingLudovic Desroches1-0/+4
2013-01-07dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-4/+4
2012-09-14ARM: at91: move platform_data definitionsArnd Bergmann1-1/+1
2012-05-15dmaengine: at_hdmac: take maxburst from slave configurationNicolas Ferre1-1/+20
2012-03-21dmaengine: at_hdmac: add slave config operationNicolas Ferre1-0/+32
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-2/+0
2012-01-31at_hdmac: bugfix for enabling channel irqNikolaus Voss1-9/+8
2011-11-28dmaengine: at_hdmac: simplify device selection from platform data or DTNicolas Ferre1-7/+0
2011-11-10dmaengine: at_hdmac: platform data move to use .id_tableNicolas Ferre1-0/+8
2011-08-19dmaengine: at_hdmac: add wrappers for testing channel stateNicolas Ferre1-0/+17
2011-08-19dmaengine: at_hdmac: improve power management routinesNicolas Ferre1-0/+7
2011-05-09dmaengine: at_hdmac: implement pause and resume in atc_controlNicolas Ferre1-0/+1
2011-05-02dmaengine: at_hdmac: specialize AHB interfaces to optimize transfersNicolas Ferre1-0/+4
2011-05-02dmaengine: at_hdmac: add cyclic DMA operation supportNicolas Ferre1-2/+12
2011-05-02dmaengine: at_hdmac: modify way to use interruptsNicolas Ferre1-3/+8
2009-09-08at_hdmac: implement a private tx_listDan Williams1-0/+1
2009-07-22dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre1-41/+8
2009-07-22dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre1-0/+386