Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock | Viresh Kumar | 2011-03-07 | 1 | -0/+2 | |
| | * | | | | dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co... | Viresh Kumar | 2011-03-07 | 1 | -12/+8 | |
| | * | | | | dw_dmac: Replace module_init() with subsys_initcall() | Viresh Kumar | 2011-03-07 | 1 | -1/+1 | |
| | * | | | | dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLK | Viresh Kumar | 2011-03-07 | 1 | -1/+1 | |
| | * | | | | dmaengine: mxs-dma: add dma support for i.MX23/28 | Shawn Guo | 2011-03-02 | 4 | -0/+759 | |
| | * | | | | pch_dma: set the number of array correctly | Tomoya MORINAGA | 2011-02-26 | 1 | -2/+2 | |
| | * | | | | pch_dma: fix kernel error issue | Tomoya MORINAGA | 2011-02-26 | 1 | -15/+14 | |
| * | | | | | Merge branch 'dmaengine-fixes' into dmaengine | Dan Williams | 2011-03-11 | 1 | -0/+1 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch 'dw_dmac' into dmaengine | Dan Williams | 2011-02-14 | 3 | -14/+33 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | avr32: at32ap700x: specify DMA src and dst masters | Jamie Iles | 2011-01-29 | 1 | -0/+6 | |
| | * | | | | | dmaengine/dw_dmac: provide a mechanism to indicate private devices | Jamie Iles | 2011-01-29 | 2 | -0/+5 | |
| | * | | | | | dmaengine/dw_dmac: allow src/dst masters to be configured at runtime | Jamie Iles | 2011-01-29 | 2 | -14/+19 | |
| | * | | | | | dmaengine/dw_dmac: don't scan descriptors if no xfers in progress | Jamie Iles | 2011-01-29 | 1 | -0/+3 | |
| * | | | | | | Merge branch 'dma40' into dmaengine | Dan Williams | 2011-02-14 | 4 | -947/+761 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dma40: cyclic xfer support | Rabin Vincent | 2011-01-30 | 3 | -49/+167 | |
| | * | | | | | | dma40: stop ongoing transfers in DMA_TERMINATE_ALL | Rabin Vincent | 2011-01-30 | 1 | -13/+21 | |
| | * | | | | | | dma40: fix DMA_SG capability and channels | Rabin Vincent | 2011-01-30 | 1 | -37/+34 | |
| | * | | | | | | dma40: handle failure to allocate first LCLA | Rabin Vincent | 2011-01-30 | 1 | -0/+5 | |
| | * | | | | | | dma40: extract lcla code into separate function | Rabin Vincent | 2011-01-30 | 1 | -42/+50 | |
| | * | | | | | | dma40: use flags to reduce parameter count | Rabin Vincent | 2011-01-30 | 2 | -37/+52 | |
| | * | | | | | | dma40: make d40_log_buf_to_lli static | Rabin Vincent | 2011-01-30 | 2 | -8/+1 | |
| | * | | | | | | dma40: unify src/dst addr check | Rabin Vincent | 2011-01-30 | 1 | -13/+16 | |
| | * | | | | | | dma40: pass the info pointer all the way to reduce argument count | Rabin Vincent | 2011-01-30 | 3 | -33/+22 | |
| | * | | | | | | dma40: unify d40_log_sg_to_lli funcs for mem and slave | Rabin Vincent | 2011-01-30 | 3 | -85/+29 | |
| | * | | | | | | dma40: combine duplicated code in log_sg_to_dev | Rabin Vincent | 2011-01-30 | 1 | -29/+23 | |
| | * | | | | | | dma40: move lli_load to main source file | Rabin Vincent | 2011-01-30 | 3 | -35/+18 | |
| | * | | | | | | dma40: combine mem and slave prep_sg functions | Rabin Vincent | 2011-01-30 | 1 | -94/+62 | |
| | * | | | | | | dma40: remove export of stedma40_memcpy_sg | Rabin Vincent | 2011-01-30 | 2 | -20/+1 | |
| | * | | | | | | dma40: combine mem and slave sg-to-lli functions | Rabin Vincent | 2011-01-30 | 1 | -110/+84 | |
| | * | | | | | | dma40: remove duplicated dev addr code | Rabin Vincent | 2011-01-30 | 1 | -36/+30 | |
| | * | | | | | | dma40: combine duplicated d40_pool_lli_alloc() calls | Rabin Vincent | 2011-01-30 | 1 | -24/+14 | |
| | * | | | | | | dma40: combine desc init functions | Rabin Vincent | 2011-01-30 | 1 | -44/+32 | |
| | * | | | | | | dma40: implement prep_memcpy as a wrapper around memcpy_sg | Rabin Vincent | 2011-01-30 | 3 | -110/+10 | |
| | * | | | | | | dma40: remove unnecessary casts | Rabin Vincent | 2011-01-30 | 1 | -4/+2 | |
| | * | | | | | | dma40: fix DMA API usage for LLIs | Rabin Vincent | 2011-01-30 | 1 | -17/+41 | |
| | * | | | | | | dma40: fix DMA API usage for LCLA | Rabin Vincent | 2011-01-30 | 1 | -8/+25 | |
| | * | | | | | | dma40: use sg_dma_address() instead of sg_phys() | Rabin Vincent | 2011-01-30 | 1 | -4/+4 | |
| | * | | | | | | dma40: remove unnecessary ALIGN()s | Rabin Vincent | 2011-01-30 | 1 | -5/+3 | |
| | * | | | | | | dma40: allow realtime and priority for event lines | Rabin Vincent | 2011-01-30 | 3 | -0/+53 | |
| | * | | | | | | dma40: fix comment to refer to SOCs rather than boards | Rabin Vincent | 2011-01-30 | 1 | -2/+3 | |
| | * | | | | | | dma40: use helpers for error functions | Rabin Vincent | 2011-01-30 | 1 | -127/+74 | |
| | * | | | | | | dma40: use helpers for channel type check | Rabin Vincent | 2011-01-30 | 1 | -22/+32 | |
| | * | | | | | | dma40: use helper for channel registers base | Rabin Vincent | 2011-01-30 | 1 | -44/+30 | |
| | * | | | | | | dma40: remove "hardware link with previous jobs" code | Rabin Vincent | 2011-01-30 | 1 | -107/+6 | |
| | * | | | | | | dma40: ensure event lines get enabled | Rabin Vincent | 2011-01-30 | 1 | -17/+46 | |
| | * | | | | | | dma40: make init function static | Rabin Vincent | 2011-01-30 | 1 | -1/+1 | |
* | | | | | | | | bloat-o-meter: include read-only data section in report | Jean Delvare | 2011-03-22 | 1 | -1/+3 | |
* | | | | | | | | zlib: slim down zlib_deflate() workspace when possible | Jim Keniston | 2011-03-22 | 9 | -23/+71 | |
* | | | | | | | | fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n... | Andrey Vagin | 2011-03-22 | 1 | -1/+1 | |
* | | | | | | | | aio: wake all waiters when destroying ctx | Roland Dreier | 2011-03-22 | 1 | -2/+2 |