Russell King - ARM Linux
|
8087aacda0
ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels
|
14 years ago |
Russell King - ARM Linux
|
501e67e82d
ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()
|
14 years ago |
Russell King - ARM Linux
|
15c17232fb
ARM: PL08x: rename 'desc_list' as 'pend_list'
|
14 years ago |
Russell King - ARM Linux
|
3d992e1a6f
ARM: PL08x: implement unmapping of memcpy buffers
|
14 years ago |
Russell King - ARM Linux
|
c04287948e
ARM: PL08x: store prep_* flags in async_tx structure
|
14 years ago |
Russell King - ARM Linux
|
d7244e9a27
ARM: PL08x: shrink srcbus/dstbus in txd structure
|
14 years ago |
Russell King - ARM Linux
|
542361f8e3
ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill
|
14 years ago |
Russell King - ARM Linux
|
5f638b4f31
ARM: PL08x: fix fill_bytes calculation
|
14 years ago |
Russell King - ARM Linux
|
d6cf7b597f
ARM: PL08x: use min() to calculate target_len
|
14 years ago |
Russell King - ARM Linux
|
b61be8d728
ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr
|
14 years ago |
Russell King - ARM Linux
|
0059005f2c
ARM: PL08x: make pl08x_fill_lli_for_desc() return void
|
14 years ago |
Russell King - ARM Linux
|
858c21c0f3
ARM: PL08x: move callback outside spinlock'd region
|
14 years ago |
Russell King - ARM Linux
|
30749cb4a4
ARM: PL08x: allow AHB master port selection to be configured
|
14 years ago |
Russell King - ARM Linux
|
c7da9a56d6
ARM: PL08x: move AHB master port selection into prep_* functions
|
14 years ago |
Russell King - ARM Linux
|
1cae78f120
ARM: PL08x: move cctl increment and protection setup to prep_slave_sg
|
14 years ago |
Russell King - ARM Linux
|
70b5ed6b6d
ARM: PL08x: move default cctl into txd structure
|
14 years ago |
Russell King - ARM Linux
|
09b3c32333
ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel()
|
14 years ago |
Russell King - ARM Linux
|
4983a04fd2
ARM: PL08x: move ccfg into txd structure
|
14 years ago |
Russell King - ARM Linux
|
19524d77ec
ARM: PL08x: avoid duplicating registers in txd and phychan structures
|
14 years ago |
Russell King - ARM Linux
|
c885bee4f1
ARM: PL08x: combine functions to start DMA into one function
|
14 years ago |
Russell King - ARM Linux
|
db9f136a60
ARM: PL08x: clean up LLI lookup
|
14 years ago |
Russell King - ARM Linux
|
bfddfb4505
ARM: PL08x: rename lli.next to lli.lli
|
14 years ago |
Russell King - ARM Linux
|
e25761d72c
ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_t
|
14 years ago |
Russell King - ARM Linux
|
cace658572
ARM: PL08x: use 'size_t' for lengths
|
14 years ago |
Russell King - ARM Linux
|
56b618820c
ARM: PL08x: don't try to use llis_bus as a pointer
|
14 years ago |
Russell King - ARM Linux
|
4c0df6a3ce
ARM: PL08x: don't assume that the LLI pointer has the bus bit clear
|
14 years ago |
Russell King - ARM Linux
|
19386b3234
ARM: PL08x: ensure loops use cpu_relax()
|
14 years ago |
Russell King - ARM Linux
|
8c8cc2b104
ARM: PL08x: consolidate physical channel release code
|
14 years ago |
Russell King - ARM Linux
|
ac3cd20df9
ARM: PL08x: consolidate common txd initialization
|
14 years ago |
Russell King - ARM Linux
|
7cb72ad959
ARM: PL08x: avoid 'void *' struct fields when we can type them properly
|
14 years ago |