| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-10-28 | 6 | -6/+17 |
|\ |
|
| * | drm/radeon/kms: enable unmappable vram for evergreen | Alex Deucher | 2010-10-28 | 1 | -0/+2 |
| * | drm/radeon/kms: fix tiled db height calculation on 6xx/7xx | Alex Deucher | 2010-10-28 | 1 | -6/+8 |
| * | drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx | Alex Deucher | 2010-10-28 | 4 | -0/+7 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2010-10-28 | 14 | -899/+5276 |
|\ \ |
|
| * | | DMAENGINE: move COH901318 to arch_initcall | Linus Walleij | 2010-10-22 | 1 | -1/+1 |
| * | | dma: imx-dma: fix signedness bug | Sascha Hauer | 2010-10-22 | 1 | -1/+3 |
| * | | Merge branch 'dma40' into dmaengine | Dan Williams | 2010-10-20 | 3 | -21/+50 |
| |\ \ |
|
| | * | | ste_dma40: remove enum for endianess | Rabin Vincent | 2010-10-20 | 2 | -4/+6 |
| | * | | ste_dma40: move mode_opt to separate config | Rabin Vincent | 2010-10-20 | 2 | -2/+33 |
| | * | | ste_dma40: move channel mode to a separate field | Rabin Vincent | 2010-10-20 | 1 | -6/+2 |
| | * | | ste_dma40: move priority to separate field | Rabin Vincent | 2010-10-20 | 1 | -1/+1 |
| | * | | ste_dma40: add variable to indicate valid dma_cfg | Rabin Vincent | 2010-10-20 | 1 | -8/+8 |
| * | | | dma/timberdale: simplify conditional | Nicolas Kaiser | 2010-10-20 | 1 | -1/+1 |
| * | | | async_tx: make async_tx channel switching opt-in | Dan Williams | 2010-10-08 | 2 | -4/+7 |
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengine | Dan Williams | 2010-10-08 | 12 | -266/+4625 |
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| | | | | * | | intel_mid_dma: change the slave interface | Koul, Vinod | 2010-10-08 | 2 | -25/+52 |
| | | | | * | | intel_mid_dma: fix the WARN_ONs | Koul, Vinod | 2010-10-08 | 1 | -3/+3 |
| | | | | * | | intel_mid_dma: Add sg list support to DMA driver | Ramesh Babu K V | 2010-10-08 | 2 | -50/+247 |
| | | | | * | | intel_mid_dma: Allow DMAC2 to share interrupt | Yong Wang | 2010-10-08 | 1 | -4/+1 |
| | | | | * | | intel_mid_dma: Allow IRQ sharing | Yong Wang | 2010-10-08 | 1 | -11/+14 |
| | | | | * | | intel_mid_dma: Add runtime PM support | Koul, Vinod | 2010-10-08 | 2 | -8/+129 |
| | | | * | | | dmaengine: Add Freescale i.MX1/21/27 DMA driver | Sascha Hauer | 2010-10-08 | 3 | -0/+431 |
| | | | * | | | dmaengine: Add Freescale i.MX SDMA support | Sascha Hauer | 2010-10-06 | 3 | -0/+1401 |
| | | | * | | | dmaengine: add possibility for cyclic transfers | Sascha Hauer | 2010-10-06 | 1 | -0/+2 |
| | | * | | | | ste_dma40: implement support for scatterlist to scatterlist copy | Ira Snyder | 2010-10-07 | 1 | -0/+17 |
| | | * | | | | fsldma: improved DMA_SLAVE support | Ira Snyder | 2010-10-07 | 1 | -182/+44 |
| | | * | | | | fsldma: implement support for scatterlist to scatterlist copy | Ira Snyder | 2010-10-07 | 1 | -3/+125 |
| | | * | | | | dma: add support for scatterlist to scatterlist copy | Ira Snyder | 2010-10-07 | 1 | -0/+2 |
| | | | |/ /
| | | |/| | |
|
| | * | | | | dmaengine: driver for the ARM PL080/PL081 PrimeCells v5 | Linus Walleij | 2010-09-30 | 3 | -0/+2176 |
| | | |/ /
| | |/| | |
|
| * | | | | DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40 | Per Forlin | 2010-10-07 | 1 | -51/+1 |
| * | | | | DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_control | Per Forlin | 2010-10-07 | 1 | -8/+26 |
| * | | | | DMAENGINE: ste_dma40: fix resource leaks in error paths. | Rabin Vincent | 2010-10-07 | 1 | -4/+13 |
| * | | | | DMAENGINE: ste_dma40: fix desc_get | Rabin Vincent | 2010-10-07 | 1 | -9/+14 |
| * | | | | DMAENGINE: ste_dma40: fix clk_get failure path | Rabin Vincent | 2010-10-07 | 1 | -1/+1 |
| * | | | | DMAENGINE: ste_dma40: fix disabled channels list | Rabin Vincent | 2010-10-07 | 1 | -3/+5 |
| * | | | | DMAENGINE: ste_dma40: don't pause/resume non-executing channels | Jonas Aaberg | 2010-09-22 | 1 | -0/+6 |
| * | | | | DMAENGINE: ste_dma40: rewrote LCLA entries allocation code | Jonas Aaberg | 2010-09-22 | 3 | -309/+218 |
| * | | | | DMAENGINE: ste_dma40: fix possible use of uninitialized variable | Jonas Aaberg | 2010-09-22 | 1 | -2/+2 |
| * | | | | DMAENGINE: ste_dma40: corrected is_paused behavior | Jonas Aaberg | 2010-09-22 | 1 | -4/+10 |
| * | | | | DMAENGINE: ste_dma40: code clean-up | Jonas Aaberg | 2010-09-22 | 3 | -60/+50 |
| * | | | | DMAENGINE: ste_dma40: added support for link jobs in hw | Jonas Aaberg | 2010-09-22 | 2 | -116/+202 |
| * | | | | DMAENGINE: ste_dma40: removed a few magic numbers | Jonas Aaberg | 2010-09-22 | 2 | -6/+15 |
| * | | | | DMAENGINE: ste_dma40: fix bug related to callback handling | Jonas Aaberg | 2010-09-22 | 3 | -23/+14 |
| * | | | | DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend request | Jonas Aaberg | 2010-09-22 | 1 | -30/+16 |
| * | | | | DMAENGINE: ste_dma40: No need reading, masking and setting a set register | Jonas Aaberg | 2010-09-22 | 1 | -4/+1 |
| * | | | | DMAENGINE: ste_dma40: Fix failed to restart logical channel bug | Jonas Aaberg | 2010-09-22 | 1 | -12/+8 |
| * | | | | DMAENGINE: ste_dma40: config checks | Linus Walleij | 2010-09-22 | 1 | -2/+27 |
| |/ / / |
|
* | | | | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2010-10-28 | 20 | -1245/+974 |
|\ \ \ \ |
|
| * | | | | viafb: add initial VX900 support | Florian Tobias Schandinat | 2010-10-24 | 7 | -4/+56 |