aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_xdmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-11/+172
2015-08-23Merge branch 'topic/at_xdmac' into for-linusVinod Koul1-6/+6
2015-08-19dmaengine: at_xdmac: fix bug in prep_dma_cyclicLudovic Desroches1-4/+1
2015-08-06dmaengine: xdmac: Add scatter gathered memset supportMaxime Ripard1-1/+165
2015-07-31dmaengine: at_xdmac: fix transfer data width in at_xdmac_prep_slave_sg()Cyrille Pitchen1-3/+4
2015-07-31dmaengine: at_xdmac: fix bug about channel configurationLudovic Desroches1-9/+10
2015-07-06dmaengine: at_xdmac: fix indentationLudovic Desroches1-6/+6
2015-06-29Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-52/+342
2015-06-25dmaengine: xdmac: Add memset supportMaxime Ripard1-0/+89
2015-06-12dmaengine: Move icg helpers to global headerMaxime Ripard1-42/+4
2015-06-08dmaengine: at_xdmac: rework slave configuration partLudovic Desroches1-60/+96
2015-06-08dmaengine: at_xdmac: lock fixesLudovic Desroches1-32/+43
2015-05-18dmaengine: xdmac: Add interleaved transfer supportMaxime Ripard1-0/+233
2015-05-18dmaengine: xdmac: Rework the chaining logicMaxime Ripard1-21/+20
2015-05-18dmaengine: xdmac: Add function to align widthMaxime Ripard1-31/+32
2015-05-18dmaengine: xdmac: Handle descriptor's view 3 registersMaxime Ripard1-0/+6
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+3
2015-04-17dmaengine: at_xdmac: unlock spin lock before returnNiklas Cassel1-1/+3
2015-03-05dmaengine: at_xdmac: fix for chan conf simplificationLudovic Desroches1-4/+3
2015-02-04dmaengine: at_xdmac: allow muliple dwidths when doing slave transfersLudovic Desroches1-5/+10
2015-02-04dmaengine: at_xdmac: simplify channel configuration stuffLudovic Desroches1-22/+14
2015-02-04dmaengine: at_xdmac: introduce save_cc fieldLudovic Desroches1-3/+3
2015-02-04dmaengine: at_xdmac: wait for in-progress transaction to complete after pausing a channelCyrille Pitchen1-1/+6
2015-02-02Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linusVinod Koul1-59/+68
2015-01-13dmaengine: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-12-22dmaengine: at_xdmac: Declare slave capabilities for the generic codeLudovic Desroches1-22/+11
2014-12-22dmaengine: at_xdmac: split device_controlLudovic Desroches1-37/+57
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard1-1/+1
2014-11-17dmaengine: at_xdmac: Add DMA_PRIVATELudovic Desroches1-0/+5
2014-11-17dmaengine: at_xdmac: fix missing spin_unlockLudovic Desroches1-0/+1
2014-11-17dmaengine: at_xdmac: fix a bug in transfer residue computationCyrille Pitchen1-1/+3
2014-11-17dmaengine: at_xdmac: fix software lockup at_xdmac_tx_status()Cyrille Pitchen1-5/+12
2014-11-17dmaengine: at_xdmac: remove chancnt affectationLudovic Desroches1-1/+0
2014-11-17dmaengine: at_xdmac: prefer usage of readl/writel_relaxedLudovic Desroches1-4/+4
2014-11-17dmaengine: xdmac: fix print warning on dma_addr_t variableVinod Koul1-20/+20
2014-11-17dmaengine: xdmac: fix print warning on size_t variableVinod Koul1-4/+4
2014-11-17dmaengine: at_xdmac: fix usage of read, write wrappersVinod Koul1-4/+4
2014-11-17dmaengine: at_xdmac: fix semicolon.cocci warningskbuild test robot1-1/+1
2014-11-06dmaengine: at_xdmac: creation of the atmel eXtended DMA Controller driverLudovic Desroches1-0/+1510