index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
amba-pl08x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-09
dmaengine: PL08x: Fix trivial build error
Russell King
1
-0
/
+1
2011-07-26
dmaengine: pl08x: handle the rest of enums in pl08x_width
Vinod Koul
1
-1
/
+2
2011-07-26
DMA: PL08x: cleanup selection of burst size
Russell King - ARM Linux
1
-30
/
+28
2011-07-26
DMA: PL08x: avoid recalculating cctl at each prepare
Russell King - ARM Linux
1
-36
/
+42
2011-07-26
DMA: PL08x: cleanup selection of buswidth
Russell King - ARM Linux
1
-15
/
+19
2011-07-26
DMA: PL08x: separately store source/destination cctl
Russell King - ARM Linux
1
-14
/
+16
2011-07-26
DMA: PL08x: separately store source/destination slave address
Russell King - ARM Linux
1
-12
/
+9
2011-07-26
DMA: PL08x: clean up LLI debugging
Russell King - ARM Linux
1
-17
/
+16
2011-07-26
DMA: PL08x: select LLI bus only once per LLI setup
Russell King - ARM Linux
1
-4
/
+3
2011-07-26
DMA: PL08x: remove unused constants
Russell King - ARM Linux
1
-4
/
+0
2011-02-23
ARM: amba: make probe() functions take const id tables
Russell King
1
-1
/
+1
2011-01-30
DMA: PL08x: fix channel pausing to timeout rather than lockup
Russell King - ARM Linux
1
-6
/
+15
2011-01-30
DMA: PL08x: fix infinite wait when terminating transfers
Russell King - ARM Linux
1
-14
/
+18
2011-01-16
ARM: PL08x: cleanup comments
Russell King - ARM Linux
1
-94
/
+52
2011-01-04
ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels
Russell King - ARM Linux
1
-0
/
+3
2011-01-04
ARM: PL08x: allow dma_set_runtime_config() to return errors
Russell King - ARM Linux
1
-10
/
+13
2011-01-04
ARM: PL08x: fix locking between prepare function and submit function
Russell King - ARM Linux
1
-19
/
+9
2011-01-04
ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels
Russell King - ARM Linux
1
-0
/
+11
2011-01-04
ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()
Russell King - ARM Linux
1
-14
/
+32
2011-01-04
ARM: PL08x: rename 'desc_list' as 'pend_list'
Russell King - ARM Linux
1
-10
/
+10
2011-01-04
ARM: PL08x: implement unmapping of memcpy buffers
Russell King - ARM Linux
1
-13
/
+39
2011-01-04
ARM: PL08x: store prep_* flags in async_tx structure
Russell King - ARM Linux
1
-3
/
+5
2011-01-04
ARM: PL08x: shrink srcbus/dstbus in txd structure
Russell King - ARM Linux
1
-10
/
+10
2011-01-04
ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill
Russell King - ARM Linux
1
-76
/
+83
2011-01-04
ARM: PL08x: fix fill_bytes calculation
Russell King - ARM Linux
1
-16
/
+10
2011-01-04
ARM: PL08x: use min() to calculate target_len
Russell King - ARM Linux
1
-3
/
+1
2011-01-04
ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr
Russell King - ARM Linux
1
-9
/
+5
2011-01-04
ARM: PL08x: make pl08x_fill_lli_for_desc() return void
Russell King - ARM Linux
1
-18
/
+12
2011-01-04
ARM: PL08x: move callback outside spinlock'd region
Russell King - ARM Linux
1
-14
/
+15
2011-01-04
ARM: PL08x: allow AHB master port selection to be configured
Russell King - ARM Linux
1
-34
/
+43
2011-01-04
ARM: PL08x: move AHB master port selection into prep_* functions
Russell King - ARM Linux
1
-24
/
+23
2011-01-04
ARM: PL08x: move cctl increment and protection setup to prep_slave_sg
Russell King - ARM Linux
1
-7
/
+8
2011-01-04
ARM: PL08x: move default cctl into txd structure
Russell King - ARM Linux
1
-15
/
+6
2011-01-04
ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel()
Russell King - ARM Linux
1
-11
/
+9
2011-01-04
ARM: PL08x: move ccfg into txd structure
Russell King - ARM Linux
1
-16
/
+12
2011-01-04
ARM: PL08x: avoid duplicating registers in txd and phychan structures
Russell King - ARM Linux
1
-38
/
+19
2011-01-04
ARM: PL08x: combine functions to start DMA into one function
Russell King - ARM Linux
1
-60
/
+38
2011-01-04
ARM: PL08x: clean up LLI lookup
Russell King - ARM Linux
1
-17
/
+20
2011-01-04
ARM: PL08x: rename lli.next to lli.lli
Russell King - ARM Linux
1
-6
/
+6
2011-01-04
ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_t
Russell King - ARM Linux
1
-4
/
+5
2011-01-04
ARM: PL08x: use 'size_t' for lengths
Russell King - ARM Linux
1
-23
/
+17
2011-01-04
ARM: PL08x: don't try to use llis_bus as a pointer
Russell King - ARM Linux
1
-6
/
+3
2011-01-04
ARM: PL08x: don't assume that the LLI pointer has the bus bit clear
Russell King - ARM Linux
1
-1
/
+1
2011-01-04
ARM: PL08x: ensure loops use cpu_relax()
Russell King - ARM Linux
1
-3
/
+3
2011-01-04
ARM: PL08x: consolidate physical channel release code
Russell King - ARM Linux
1
-14
/
+14
2011-01-04
ARM: PL08x: consolidate common txd initialization
Russell King - ARM Linux
1
-13
/
+14
2011-01-04
ARM: PL08x: avoid 'void *' struct fields when we can type them properly
Russell King - ARM Linux
1
-8
/
+8
2011-01-04
ARM: PL08x: constify vendor data pointers
Russell King - ARM Linux
1
-2
/
+2
2011-01-04
ARM: PL08x: remove circular buffer support
Russell King - ARM Linux
1
-51
/
+20
2011-01-04
ARM: PL08x: remove unnecessary NULL and BUG checks
Russell King - ARM Linux
1
-21
/
+0
[next]