| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | dmaengine: shdma: add chcr_write/read function | Kuninori Morimoto | 2011-06-21 | 2 | -8/+28 |
| * | | | | | Merge branches 'common/dma' and 'sh/stable-updates' into sh-latest | Paul Mundt | 2011-06-16 | 2 | -14/+10 |
| |\ \ \ \ \
| | |/ / / /
| | | / / /
| | |/ / /
| |/| | | |
|
| | * | | | dmaengine: shdma: fixup parameter definition on dmae_set_dmars | Kuninori Morimoto | 2011-06-16 | 1 | -1/+1 |
| | * | | | dmaengine: shdma: tidyup spin_unlock_bh on sh_chan_xfer_ld_queue | Kuninori Morimoto | 2011-06-16 | 1 | -4/+3 |
| | * | | | dmaengine: shdma: add to_sh_dev define | Kuninori Morimoto | 2011-06-16 | 2 | -9/+6 |
* | | | | | dmaengine: imx-sdma: add device tree probe support | Shawn Guo | 2011-07-27 | 1 | -3/+39 |
* | | | | | dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_name | Shawn Guo | 2011-07-27 | 1 | -10/+2 |
* | | | | | dmaengine: imx-sdma: use platform_device_id to identify sdma version | Shawn Guo | 2011-07-27 | 1 | -10/+30 |
* | | | | | Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-07-26 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | dmaengine: imx-sdma: pass sdma firmware name via platform data | Shawn Guo | 2011-07-07 | 1 | -3/+3 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -3/+2 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2011-07-11 | 1 | -6/+7 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 1 | -3/+2 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2011-07-25 | 1 | -1/+2 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | ARM i.MX dma: Fix burstsize settings | Sascha Hauer | 2011-07-07 | 1 | -1/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-07-22 | 3 | -0/+1363 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | dmaengine: add ep93xx DMA support | Mika Westerberg | 2011-06-08 | 3 | -0/+1363 |
| | |/ /
| |/| | |
|
* | | | | net: remove mm.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-21 | 5 | -0/+5 |
| |/ /
|/| | |
|
* | | | dmaengine: shdma: SH_DMAC_MAX_CHANNELS message fix | Magnus Damm | 2011-06-14 | 1 | -6/+7 |
|/ / |
|
* | | dmaengine: shdma: fix a regression: initialise DMA channels for memcpy | Guennadi Liakhovetski | 2011-06-02 | 1 | -1/+1 |
* | | dmaengine: shdma: Fix up fallout from runtime PM changes. | Paul Mundt | 2011-05-31 | 1 | -1/+6 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2011-05-28 | 14 | -235/+618 |
|\ |
|
| * | x86: poll waiting for I/OAT DMA channel status | Dimitri Sivanich | 2011-05-26 | 1 | -2/+6 |
| * | dmaengine: add TODO items for future work on dma drivers | Vinod Koul | 2011-05-26 | 1 | -0/+14 |
| * | dmaengine/dw_dmac: Update maintainer-ship | Viresh Kumar | 2011-05-25 | 2 | -0/+3 |
| * | dmaengine: move link order | Linus Walleij | 2011-05-19 | 2 | -2/+2 |
| * | dmaengine/dw_dmac: implement pause and resume in dwc_control | Linus Walleij | 2011-05-13 | 2 | -20/+40 |
| * | dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submis... | Viresh Kumar | 2011-05-13 | 1 | -39/+77 |
| * | dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_... | Viresh Kumar | 2011-05-13 | 1 | -21/+44 |
| * | dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DM... | Viresh Kumar | 2011-05-13 | 1 | -1/+5 |
| * | dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_al... | Viresh Kumar | 2011-05-13 | 1 | -14/+13 |
| * | dmaengine: at_hdmac: pause: no need to wait for FIFO empty | Nicolas Ferre | 2011-05-12 | 1 | -16/+0 |
| * | pch_dma: modify pci device table definition | Tomoya MORINAGA | 2011-05-09 | 1 | -1/+1 |
| * | pch_dma: Support new device ML7223 IOH | Tomoya MORINAGA | 2011-05-09 | 2 | -5/+15 |
| * | pch_dma: Support I2S for ML7213 IOH | Tomoya MORINAGA | 2011-05-09 | 1 | -15/+47 |
| * | pch_dma: Fix DMA setting issue | Tomoya MORINAGA | 2011-05-09 | 1 | -7/+0 |
| * | pch_dma: modify for checkpatch | Tomoya MORINAGA | 2011-05-09 | 1 | -3/+6 |
| * | pch_dma: fix dma direction issue for ML7213 IOH video-in | Tomoya MORINAGA | 2011-05-09 | 1 | -3/+3 |
| * | dmaengine: at_hdmac: use descriptor chaining help function | Nicolas Ferre | 2011-05-09 | 1 | -30/+3 |
| * | dmaengine: at_hdmac: implement pause and resume in atc_control | Nicolas Ferre | 2011-05-09 | 2 | -27/+71 |
| * | dmaengine: at_hdmac: set residue as total len in atc_tx_status | Nicolas Ferre | 2011-05-09 | 1 | -1/+6 |
| * | dmaengine/ste_dma40: fix introduced warnings | Philippe Langlais | 2011-05-09 | 1 | -1/+1 |
| * | dmaengine: at_hdmac: specialize AHB interfaces to optimize transfers | Nicolas Ferre | 2011-05-02 | 2 | -11/+19 |
| * | dmaengine: at_hdmac: remove channel status testing in tasklet | Nicolas Ferre | 2011-05-02 | 1 | -7/+0 |
| * | dmaengine: at_hdmac: debug information sg_len for prep_slave_sg | Nicolas Ferre | 2011-05-02 | 1 | -1/+2 |
| * | dmaengine: at_hdmac: add cyclic DMA operation support | Nicolas Ferre | 2011-05-02 | 2 | -16/+229 |
| * | dmaengine: at_hdmac: modify way to use interrupts | Nicolas Ferre | 2011-05-02 | 2 | -5/+10 |
| * | drivers, pch_dma: Fix uninitialized var before use | Liu Yuan | 2011-04-06 | 1 | -1/+1 |
| * | Merge branch 'old_next' into next | Vinod Koul | 2011-04-06 | 5 | -14/+28 |
| |\ |
|
| | * | intel_mid_dma: fix runtime pm issues | Kristen Carlson Accardi | 2011-04-01 | 1 | -4/+13 |