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