| Commit message (Expand) | Author | Age |
* | drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me... | Fabio Estevam | 2012-10-05 |
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2012-10-01 |
|\ |
|
| * | Merge branch 'multiplatform/platform-data' into next/multiplatform | Olof Johansson | 2012-09-22 |
| |\ |
|
| | * | ARM: orion: move platform_data definitions | Arnd Bergmann | 2012-09-19 |
| | * | ARM: pxa: move platform_data definitions | Arnd Bergmann | 2012-09-14 |
| | * | ARM: imx: move platform_data definitions | Arnd Bergmann | 2012-09-14 |
| | * | ARM: ep93xx: move platform_data definitions | Arnd Bergmann | 2012-09-14 |
| | * | ARM: at91: move platform_data definitions | Arnd Bergmann | 2012-09-14 |
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-10-01 |
|\| | |
|
| * | | ARM: OMAP2+: Prepare for irqs.h removal | Tony Lindgren | 2012-09-12 |
| |/ |
|
* | | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-10-01 |
|\ \ |
|
| * \ | Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 2012-09-13 |
| |\ \
| | |/
| |/| |
|
| | * | dma: tegra: make data used as *of_device_id.data const | Laxman Dewangan | 2012-09-11 |
| | * | dma: tegra: make tegra_dma.chip_data a pointer to const data | Laxman Dewangan | 2012-09-11 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-10-01 |
|\ \ \ |
|
| * | | | treewide: fix comment/printk/variable typos | Anatol Pomozov | 2012-09-01 |
| * | | | dma: fix comments | Masanari Iida | 2012-09-01 |
| * | | | ioat: remove unused #defines | Jon Mason | 2012-09-01 |
* | | | | DMA: PL330: Check the pointer returned by kzalloc | Sachin Kamat | 2012-09-17 |
* | | | | DMA: PL330: Fix potential NULL pointer dereference in pl330_submit_req() | Sachin Kamat | 2012-09-17 |
* | | | | dmaengine: at_hdmac: check that each sg data length is non-null | Nicolas Ferre | 2012-09-13 |
* | | | | dmaengine: at_hdmac: fix comment in atc_prep_slave_sg() | Nicolas Ferre | 2012-09-13 |
| |/ /
|/| | |
|
* | | | dma: tegra: enable/disable dma clock | Laxman Dewangan | 2012-08-13 |
* | | | Merge branch 'fixes_for-3.6' into fixes | Vinod Koul | 2012-08-06 |
|\ \ \
| |_|/
|/| | |
|
| * | | dma: imx-dma: Fix kernel crash due to missing clock conversion | Fabio Estevam | 2012-07-26 |
* | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh | Linus Torvalds | 2012-08-02 |
|\ \ \ |
|
| * | | | dmaengine: shdma: restore partial transfer calculation | Guennadi Liakhovetski | 2012-08-01 |
* | | | | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-08-01 |
|\ \ \ \
| |/ / /
|/| | | |
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengine | Russell King | 2012-07-31 |
| |\ \ \ \ |
|
| | | * | | | dmaengine: sa11x0-dma: add cyclic DMA support | Russell King | 2012-07-01 |
| | | * | | | dmaengine: sa11x0-dma: fix DMA residue support | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: ensure all descriptors are freed when channel is released | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: get rid of write only pool_ctr and free_txd locking | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: get rid of pl08x_prep_channel_resources | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: fix tx_status function to return correct residue | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: convert to use vchan done list | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: convert to use vchan submitted/issued lists | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: use vchan's spinlock | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: convert to use virt-dma structs | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: rejig physical channel allocation | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: start next descriptor from irq context | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: split the pend_list in two | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: re-jig the starting of txds | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: remove waiting descriptor pointer | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: move DMA signal muxing into slave prepare code | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: convert to a list of completed descriptors | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: track mux usage on a per-channel basis. | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: split DMA signal muxing from channel alloc | Russell King | 2012-07-01 |
| | * | | | | dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config | Russell King | 2012-07-01 |