Chanho Park
|
52a9d17910
dma: pl330: split off common code to give back descriptors
|
12 years ago |
Jingoo Han
|
d4adcc0160
dma: use dev_get_platdata()
|
12 years ago |
Lars-Peter Clausen
|
fc51446021
dma: pl330: Fix cyclic transfers
|
12 years ago |
Linus Torvalds
|
d2b4a64671
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
|
12 years ago |
Will Deacon
|
fed8c45727
dma: pl330: use dma_addr_t for describing bus addresses
|
12 years ago |
Will Deacon
|
0967717661
dma: pl330: rip out broken, redundant ID probing
|
12 years ago |
Bartlomiej Zolnierkiewicz
|
da331ba8e9
drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()
|
12 years ago |
Sachin Kamat
|
bcc7fa9547
dma: pl330: Convert to devm_ioremap_resource()
|
12 years ago |
Jassi Brar
|
30fb980b99
DMA: PL330: allow submitting 2 requests at a time
|
12 years ago |
Padmavathi Venna
|
0b94c57717
DMA: PL330: Add check if device tree compatible
|
12 years ago |
Linus Torvalds
|
5115f3c19d
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
|
12 years ago |
Padmavathi Venna
|
421da89aad
DMA: PL330: Register the DMA controller with the generic DMA helpers
|
12 years ago |
Padmavathi Venna
|
a80258f9b2
DMA: PL330: Add xlate function
|
12 years ago |
Padmavathi Venna
|
34d19355b8
DMA: PL330: Add new pl330 filter for DT case.
|
12 years ago |
Sachin Kamat
|
e4d43c1764
DMA: PL330: Use devm_* functions
|
12 years ago |
Greg Kroah-Hartman
|
4bf27b8b33
Drivers: dma: remove __dev* attributes.
|
12 years ago |
Bill Pemberton
|
463a1f8b3c
dma: remove use of __devinit
|
12 years ago |
Linus Torvalds
|
b7e97d2211
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
|
12 years ago |
Linus Torvalds
|
f5a246eab9
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
|
12 years ago |
Linus Torvalds
|
99dbb1632f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
12 years ago |
Peter Ujfalusi
|
ec8b5e48c0
dmaengine: Pass flags via device_prep_dma_cyclic() callback
|
13 years ago |
Sachin Kamat
|
61c6e7531d
DMA: PL330: Check the pointer returned by kzalloc
|
13 years ago |
Sachin Kamat
|
2e2c682bec
DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req()
|
13 years ago |
Inderpal Singh
|
0274788517
DMA: PL330: return ENOMEM instead of 0 from pl330_alloc_chan_resources
|
13 years ago |
Inderpal Singh
|
7c71b8eb26
DMA: PL330: Remove redundant runtime_suspend/resume functions
|
13 years ago |
Inderpal Singh
|
faf6fbc6f2
DMA: PL330: Remove controller clock enable/disable
|
13 years ago |
Tushar Behera
|
5557a419d4
DMA: PL330: Set the capability of pdm0 and pdm1 as DMA_PRIVATE
|
13 years ago |
Masanari Iida
|
d73111c6d4
dma: fix comments
|
13 years ago |
Javi Merino
|
fdec53d520
DMA: PL330: Fix racy mutex unlock
|
13 years ago |
Sachin Kamat
|
5a67ac572e
DMA: PL330: Add missing static storage class specifier
|
13 years ago |