aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/at_hdmac_regs.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-08dmaengine: at_hdmac: Remove unnecessary 0x prefixes before %padGravatar Vinod Koul 1-1/+1
2015-11-16dmaengine: at_hdmac: use %pad format string for dma_addr_tGravatar Arnd Bergmann 1-3/+3
2015-10-29dmaengine: hdmac: factorise memset descriptor allocationGravatar Maxime Ripard 1-1/+1
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-0/+6
2015-08-26dmaengine: hdmac: Add memset capabilitiesGravatar Maxime Ripard 1-0/+6
2015-07-31dmaengine: at_hdmac: fix residue computationGravatar Cyrille Pitchen 1-2/+1
2015-06-12dmaengine: hdmac: Implement interleaved transfersGravatar Maxime Ripard 1-0/+5
2015-03-13dmaengine: at_hdmac: Fix calculation of the residual bytesGravatar Torsten Fleischer 1-4/+3
2014-12-22dmaengine: at_hdmac: update the driver commentsGravatar Vinod Koul 1-1/+2
2013-12-12dmaengine: at_hdmac: remove unused functionGravatar Olof Johansson 1-4/+0
2013-07-05DMA: AT91: Get residual bytes in dma bufferGravatar Elen Song 1-0/+3
2013-07-05DMA: AT91: Get transfer widthGravatar Elen Song 1-0/+2
2013-04-30at_hdmac: move to generic DMA bindingGravatar Ludovic Desroches 1-0/+4
2013-01-07dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Gravatar Joe Perches 1-4/+4
2012-09-14ARM: at91: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-05-15dmaengine: at_hdmac: take maxburst from slave configurationGravatar Nicolas Ferre 1-1/+20
2012-03-21dmaengine: at_hdmac: add slave config operationGravatar Nicolas Ferre 1-0/+32
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureGravatar Russell King - ARM Linux 1-2/+0
2012-01-31at_hdmac: bugfix for enabling channel irqGravatar Nikolaus Voss 1-9/+8
2011-11-28dmaengine: at_hdmac: simplify device selection from platform data or DTGravatar Nicolas Ferre 1-7/+0
2011-11-10dmaengine: at_hdmac: platform data move to use .id_tableGravatar Nicolas Ferre 1-0/+8
2011-08-19dmaengine: at_hdmac: add wrappers for testing channel stateGravatar Nicolas Ferre 1-0/+17
2011-08-19dmaengine: at_hdmac: improve power management routinesGravatar Nicolas Ferre 1-0/+7
2011-05-09dmaengine: at_hdmac: implement pause and resume in atc_controlGravatar Nicolas Ferre 1-0/+1
2011-05-02dmaengine: at_hdmac: specialize AHB interfaces to optimize transfersGravatar Nicolas Ferre 1-0/+4
2011-05-02dmaengine: at_hdmac: add cyclic DMA operation supportGravatar Nicolas Ferre 1-2/+12
2011-05-02dmaengine: at_hdmac: modify way to use interruptsGravatar Nicolas Ferre 1-3/+8
2009-09-08at_hdmac: implement a private tx_listGravatar Dan Williams 1-0/+1
2009-07-22dmaengine: at_hdmac: add DMA slave transfersGravatar Nicolas Ferre 1-41/+8
2009-07-22dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerGravatar Nicolas Ferre 1-0/+386