aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40_ll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2016-06-08dmaengine: ste_dma40_ll: make d40_width_to_bits staticBen Dooks1-1/+1
2013-06-04dmaengine: ste_dma40_ll: Replace meaningless register set with commentLee Jones1-2/+4
2013-06-04dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones1-14/+29
2013-06-04dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'sLee Jones1-22/+22
2013-06-04dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic onesLee Jones1-12/+12
2013-05-23dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()Lee Jones1-53/+48
2013-05-23dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmaskingLee Jones1-5/+0
2013-05-23dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbersLee Jones1-2/+2
2013-01-14dmaengine: ste_dma40: minor cosmetic fixesFabio Baltieri1-1/+1
2013-01-14dmaengine: ste_dma40: use writel_relaxed for lcxaPer Forlin1-8/+8
2013-01-14dmaengine: ste_dma40: reset priority bit for logical channelsNarayanan1-5/+6
2012-11-05ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij1-1/+1
2011-01-30dma40: cyclic xfer supportRabin Vincent1-14/+21
2011-01-30dma40: use flags to reduce parameter countRabin Vincent1-37/+47
2011-01-30dma40: make d40_log_buf_to_lli staticRabin Vincent1-1/+1
2011-01-30dma40: pass the info pointer all the way to reduce argument countRabin Vincent1-24/+18
2011-01-30dma40: unify d40_log_sg_to_lli funcs for mem and slaveRabin Vincent1-51/+12
2011-01-30dma40: combine duplicated code in log_sg_to_devRabin Vincent1-29/+23
2011-01-30dma40: move lli_load to main source fileRabin Vincent1-26/+0
2011-01-30dma40: implement prep_memcpy as a wrapper around memcpy_sgRabin Vincent1-1/+1
2011-01-30dma40: use sg_dma_address() instead of sg_phys()Rabin Vincent1-4/+4
2011-01-04dmaengine: dma40: Add support to split up large elementsPer Forlin1-74/+172
2010-10-19ste_dma40: remove enum for endianessRabin Vincent1-2/+4
2010-10-19ste_dma40: move priority to separate fieldRabin Vincent1-1/+1
2010-09-22DMAENGINE: ste_dma40: rewrote LCLA entries allocation codeJonas Aaberg1-106/+55
2010-09-22DMAENGINE: ste_dma40: code clean-upJonas Aaberg1-5/+3
2010-09-22DMAENGINE: ste_dma40: fix bug related to callback handlingJonas Aaberg1-7/+6
2010-06-22DMAENGINE: ste_dma40: allocate LCLA dynamicallyLinus Walleij1-1/+4
2010-06-22DMAENGINE: ste_dma40: interrupts only on dstJonas Aaberg1-7/+4
2010-06-22DMAENGINE: ste_dma40: various cosmetic clean-upsJonas Aaberg1-12/+12
2010-04-14DMAENGINE: Support for ST-Ericssons DMA40 block v3Linus Walleij1-0/+454