summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma: mmp_pdma: add filter functionDaniel Mack2013-08-142-1/+35
* dma: mmp_pdma: fix maximum transfer lengthDaniel Mack2013-08-141-1/+1
* dma: mmp_pdma: refactor unlocking path in lookup_phy()Daniel Mack2013-08-141-4/+5
* dma: mmp_pdma: factor out DRCMR register calculationDaniel Mack2013-08-141-4/+4
* Merge branch 'topic/of' into for-linusVinod Koul2013-08-142-0/+27
|\
| * dmaengine: add interface of dma_get_slave_channelZhangfei Gao2013-08-132-0/+27
* | dma: pl330: split off common code to give back descriptorsChanho Park2013-08-131-15/+23
* | dmaengine: sirf: add PM entries for sleep and runtimeBarry Song2013-08-131-3/+129
* | dma: use dev_get_platdata()Jingoo Han2013-08-1310-17/+18
* | dma: sirf: use NULL instead of 0Jingoo Han2013-08-131-1/+1
* | dma: mv_xor: use NULL instead of 0Jingoo Han2013-08-131-1/+1
* | dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()Jingoo Han2013-08-131-1/+2
* | dma: mmp_pdma: clear DRCMR when free a phy channelXiang Wang2013-08-051-0/+6
* | dma: mmp_pdma: add protect when alloc/free phy channelsXiang Wang2013-08-051-16/+26
* | dmaengine/MAINTAINERS: Add Andy as Co-Maintainer of DW DMA ControllerViresh Kumar2013-08-051-0/+1
* | dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESSAndy Shevchenko2013-08-051-1/+1
* | dma: dw: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko2013-08-051-4/+4
* | dma: dw: allow shared interruptsAndy Shevchenko2013-08-051-5/+8
* | dma: dw: improve comparison with ~0Andy Shevchenko2013-08-051-5/+11
* | dma: dw: append MODULE_DEVICE_TABLE for ACPI caseAndy Shevchenko2013-08-051-0/+1
* | acpi-dma: fix sparse warningAndy Shevchenko2013-08-051-1/+1
* | txx9dmac: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko2013-08-051-7/+6
* | mmp_tdma: set cookies as well when asked for tx statusAndy Shevchenko2013-08-051-1/+2
* | ipu_idmac: re-use dma_cookie_status()Andy Shevchenko2013-08-051-4/+1
* | tegra20-apb-dma: remove useless use of lockAndy Shevchenko2013-08-051-5/+3
* | pch_dma: remove useless use of lockAndy Shevchenko2013-08-051-8/+1
* | mpc512x_dma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
* | mmp_pdma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
* | fsldma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
* | ep93xx_dma: remove useless use of lockAndy Shevchenko2013-08-051-9/+1
* | edma: no need to assign residue to 0 explicitlyAndy Shevchenko2013-08-051-2/+0
* | mxs-dma: remove useless variableAndy Shevchenko2013-08-051-3/+1
* | imx-sdma: remove useless variableAndy Shevchenko2013-08-051-6/+3
|/
* Linux 3.11-rc4v3.11-rc4Linus Torvalds2013-08-041-1/+1
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-08-042-26/+68
|\
| * dma: pl330: Fix cyclic transfersLars-Peter Clausen2013-07-281-26/+67
| * pch_dma: fix error return code in pch_dma_probe()Wei Yongjun2013-07-221-0/+1
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-08-041-1/+1
|\ \
| * | drm/radeon: fix 64 bit divide in SI spm codeAlex Deucher2013-08-041-1/+1
* | | tmpfs: fix SEEK_DATA/SEEK_HOLE regressionHugh Dickins2013-08-041-1/+2
* | | Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-08-048-21/+21
|\ \ \ | |/ / |/| |
| * | ALSA: hda - Fix missing fixup for Mac Mini with STAC9221Takashi Iwai2013-08-022-1/+2
| * | Merge tag 'asoc-v3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2013-08-01334-4751/+6871
| |\ \
| | * \ Merge remote-tracking branch 'asoc/fix/wm0010' into asoc-linusMark Brown2013-07-311-12/+12
| | |\ \
| | | * | ASoC: wm0010: Fix resource leakDimitris Papastamos2013-07-311-12/+12
| | * | | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2013-07-311-3/+2
| | |\ \ \
| | | * | | ASoC: dapm: Fix return value of snd_soc_dapm_put_{volsw,enum_virt}()Lars-Peter Clausen2013-07-241-3/+2
| | * | | | Merge remote-tracking branch 'asoc/fix/blackfin' into asoc-linusMark Brown2013-07-312-3/+3
| | |\ \ \ \
| | | * | | | ASoC: bf5xx-ac97: Fix compile error with SND_BF5XX_HAVE_COLD_RESETLars-Peter Clausen2013-07-301-2/+3
| | | * | | | ASoC: bfin-ac97: Fix prototype error following AC'97 refactoringMark Brown2013-07-291-1/+0
| | | | |/ / | | | |/| |
OpenPOWER on IntegriCloud