summaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addrRussell King - ARM Linux2011-01-041-9/+5
* ARM: PL08x: make pl08x_fill_lli_for_desc() return voidRussell King - ARM Linux2011-01-041-18/+12
* ARM: PL08x: move callback outside spinlock'd regionRussell King - ARM Linux2011-01-041-14/+15
* ARM: PL08x: allow AHB master port selection to be configuredRussell King - ARM Linux2011-01-041-34/+43
* ARM: PL08x: move AHB master port selection into prep_* functionsRussell King - ARM Linux2011-01-041-24/+23
* ARM: PL08x: move cctl increment and protection setup to prep_slave_sgRussell King - ARM Linux2011-01-041-7/+8
* ARM: PL08x: move default cctl into txd structureRussell King - ARM Linux2011-01-041-15/+6
* ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel()Russell King - ARM Linux2011-01-041-11/+9
* ARM: PL08x: move ccfg into txd structureRussell King - ARM Linux2011-01-041-16/+12
* ARM: PL08x: avoid duplicating registers in txd and phychan structuresRussell King - ARM Linux2011-01-041-38/+19
* ARM: PL08x: combine functions to start DMA into one functionRussell King - ARM Linux2011-01-041-60/+38
* ARM: PL08x: clean up LLI lookupRussell King - ARM Linux2011-01-041-17/+20
* ARM: PL08x: rename lli.next to lli.lliRussell King - ARM Linux2011-01-041-6/+6
* ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_tRussell King - ARM Linux2011-01-041-4/+5
* ARM: PL08x: use 'size_t' for lengthsRussell King - ARM Linux2011-01-041-23/+17
* ARM: PL08x: don't try to use llis_bus as a pointerRussell King - ARM Linux2011-01-041-6/+3
* ARM: PL08x: don't assume that the LLI pointer has the bus bit clearRussell King - ARM Linux2011-01-041-1/+1
* ARM: PL08x: ensure loops use cpu_relax()Russell King - ARM Linux2011-01-041-3/+3
* ARM: PL08x: consolidate physical channel release codeRussell King - ARM Linux2011-01-041-14/+14
* ARM: PL08x: consolidate common txd initializationRussell King - ARM Linux2011-01-041-13/+14
* ARM: PL08x: avoid 'void *' struct fields when we can type them properlyRussell King - ARM Linux2011-01-041-8/+8
* ARM: PL08x: constify vendor data pointersRussell King - ARM Linux2011-01-041-2/+2
* ARM: PL08x: remove circular buffer supportRussell King - ARM Linux2011-01-041-51/+20
* ARM: PL08x: remove unnecessary NULL and BUG checksRussell King - ARM Linux2011-01-041-21/+0
* ARM: PL08x: remove unnecessary includesRussell King - ARM Linux2011-01-041-6/+1
* ARM: PL08x: prefix hex numbers with 0xRussell King - ARM Linux2011-01-041-9/+9
* ARM: PL08x: improve the announcement printkRussell King - ARM Linux2011-01-041-7/+4
* ARM: PL08x: add comment explaining the flow control methodsRussell King - ARM Linux2011-01-041-1/+17
* ARM: PL08x: fix sparse warningsRussell King - ARM Linux2011-01-041-5/+5
* ARM: PL08x: fix deadlock in terminate_allRussell King - ARM Linux2011-01-041-2/+0
* ARM: PL08x: fix missed spin-unlock in pl08x_issue_pending()Russell King - ARM Linux2011-01-041-8/+4
* ARM: PL08x: fix a leak when preparing TXDsRussell King - ARM Linux2011-01-041-2/+3
* ARM: PL08x: fix locking in taskletRussell King - ARM Linux2011-01-041-2/+3
* ARM: PL08x: fix atomic_t usage and tx_submit() return value rangeRussell King - ARM Linux2011-01-041-9/+9
* ARM: PL08x: fix array overflow in dma_set_runtime_config()Russell King - ARM Linux2011-01-041-7/+6
* ARM: PL08x: fix spelling errorsRussell King - ARM Linux2011-01-041-20/+17
* dmaengine: driver for the ARM PL080/PL081 PrimeCells v5Linus Walleij2010-09-291-0/+2167
OpenPOWER on IntegriCloud