Lars-Peter Clausen
|
fdaf9c4b22
dmaengine: Use dma_sg_len(sg) instead of sg->length
|
13 years ago |
Lars-Peter Clausen
|
cbb796ccd8
dmaengine: Use sg_dma_address instead of sg_phys
|
13 years ago |
Vinod Koul
|
56cbb3dd48
Merge branch 'fixes' into next
|
13 years ago |
Linus Walleij
|
affa115ed3
dma/amba-pl08x: add support for the Nomadik variant
|
13 years ago |
Davide Ciminaghi
|
88c08a3fba
dmaengine/amba-pl08x : reset phychan_hold on terminate all
|
13 years ago |
Linus Walleij
|
d29bf01941
dma/amba-pl08x: check for terminal count status only
|
13 years ago |
Alexandre Bounine
|
185ecb5f4f
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
|
13 years ago |
Russell King - ARM Linux
|
d3ee98cdcd
dmaengine: consolidate initialization of cookies
|
13 years ago |
Russell King - ARM Linux
|
96a2af41c7
dmaengine: consolidate tx_status functions
|
13 years ago |
Russell King - ARM Linux
|
f7fbce07c6
dmaengine: provide a common function for completing a dma descriptor
|
13 years ago |
Russell King - ARM Linux
|
884485e1f1
dmaengine: consolidate assignment of DMA cookies
|
13 years ago |
Russell King - ARM Linux
|
d2ebfb335b
dmaengine: add private header file
|
13 years ago |
Russell King - ARM Linux
|
4d4e58de32
dmaengine: move last completed cookie into generic dma_chan structure
|
13 years ago |
Viresh Kumar
|
8c9f7aa316
dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG
|
13 years ago |
Julia Lawall
|
880db3ff17
drivers/dma/amba-pl08x.c: adjust double test
|
13 years ago |
Linus Torvalds
|
57f2685c16
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
|
13 years ago |
Viresh Kumar
|
8f0d30f9ee
dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is true
|
13 years ago |
Dave Martin
|
037566df2a
dmaengine: pl08x: Enable module alias autogeneration for AMBA drivers
|
13 years ago |
Vinod Koul
|
db8196df4b
dmaengine: move drivers to dma_transfer_direction
|
13 years ago |
Viresh Kumar
|
c12056466d
dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_pool
|
14 years ago |
Viresh Kumar
|
b7f69d9d42
dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers
|
14 years ago |
Russell King - ARM Linux
|
7703eac96a
dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x
|
14 years ago |
Vinod Koul
|
8516f52fa4
Merge branch 'next' into v3.1-rc4
|
14 years ago |
Viresh Kumar
|
57001a606f
dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly
|
14 years ago |
Viresh Kumar
|
0a2356572b
dmaengine/amba-pl08x: Pass flow controller information with slave channel data
|
14 years ago |
Viresh Kumar
|
036f05fd6d
dmaengine/amba-pl08x: Choose peripheral bus as master bus
|
14 years ago |
Viresh Kumar
|
e071916580
dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)
|
14 years ago |
Viresh Kumar
|
03af500f74
dmaengine/amba-pl08x: Add prep_single_byte_llis() routine
|
14 years ago |
Viresh Kumar
|
fa6a940bf1
dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width))
|
14 years ago |
Viresh Kumar
|
16a2e7d359
dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()
|
14 years ago |