Age | Commit message (Expand) | Author | Files | Lines |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-06 | dmaengine: omap: Remove chancnt affectations | Maxime Ripard | 1 | -2/+0 |
2014-10-20 | dma: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-23 | dmaengine: omap-dma: Restore the CLINK_CTRL in resume path | Peter Ujfalusi | 1 | -0/+3 |
2014-09-23 | dmaengine: omap-dma: Add memory barrier to dma_resume path | Peter Ujfalusi | 1 | -0/+2 |
2014-08-04 | dmaengine: Remove the context argument to the prep_dma_cyclic operation | Laurent Pinchart | 1 | -2/+1 |
2014-04-10 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -0/+18 |
2014-04-04 | dmaengine: omap-dma: more consolidation of CCR register setup | Russell King | 1 | -28/+18 |
2014-04-04 | dmaengine: omap-dma: move IRQ handling to omap-dma | Russell King | 1 | -6/+115 |
2014-04-04 | dmaengine: omap-dma: move register read/writes into omap-dma.c | Russell King | 1 | -9/+87 |
2014-04-04 | dmaengine: omap-dma: cleanup errata 3.3 handling | Russell King | 1 | -23/+29 |
2014-04-04 | dmaengine: omap-dma: provide register read/write functions | Russell King | 1 | -41/+61 |
2014-04-04 | dmaengine: omap-dma: use cached CCR value when enabling DMA | Russell King | 1 | -4/+2 |
2014-04-04 | dmaengine: omap-dma: move barrier to omap_dma_start_desc() | Russell King | 1 | -1/+7 |
2014-04-04 | dmaengine: omap-dma: move clnk_ctrl setting to preparation functions | Russell King | 1 | -14/+9 |
2014-04-04 | dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registers | Russell King | 1 | -12/+20 |
2014-04-04 | dmaengine: omap-dma: consolidate clearing channel status register | Russell King | 1 | -10/+10 |
2014-04-04 | dmaengine: omap-dma: move CCR buffering disable errata out of the fast path | Russell King | 1 | -2/+5 |
2014-04-04 | dmaengine: omap-dma: provide register definitions | Russell King | 1 | -54/+117 |
2014-04-04 | dmaengine: omap-dma: consolidate setup of CCR | Russell King | 1 | -86/+61 |
2014-04-04 | dmaengine: omap-dma: consolidate setup of CSDP | Russell King | 1 | -36/+28 |
2014-04-04 | dmaengine: omap-dma: move reading of dma position to omap-dma.c | Russell King | 1 | -2/+64 |
2014-04-04 | dmaengine: omap-dma: control start/stop directly | Russell King | 1 | -10/+141 |
2014-04-04 | dmaengine: omap-dma: consolidate writes to DMA registers | Russell King | 1 | -75/+48 |
2014-04-04 | dmaengine: omap-dma: program hardware directly | Russell King | 1 | -16/+126 |
2014-04-04 | dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops | Russell King | 1 | -0/+7 |
2014-04-04 | dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev. | Russell King | 1 | -2/+1 |
2014-03-29 | dma: omap-dma: Implement device_slave_caps callback | Peter Ujfalusi | 1 | -0/+18 |
2014-01-20 | dma: omap: Set debug level to debugging messages | Ezequiel Garcia | 1 | -2/+2 |
2013-10-25 | dmaengine: omap: use DMA_COMPLETE for dma completion status | Vinod Koul | 1 | -1/+1 |
2013-04-15 | dmaengine: OMAP: Register SDMA controller with Device Tree DMA driver | Jon Hunter | 1 | -2/+36 |
2013-04-10 | dmaengine: omap-dma: Start DMA without delay for cyclic channels | Peter Ujfalusi | 1 | -6/+14 |
2013-01-11 | ARM: OMAP: Fix dmaengine init for multiplatform | Tony Lindgren | 1 | -19/+1 |
2012-11-30 | ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h | Tony Lindgren | 1 | -2/+0 |
2012-11-01 | ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.c | Tony Lindgren | 1 | -6/+0 |
2012-10-17 | Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-h... | Tony Lindgren | 1 | -1/+1 |
2012-10-16 | ARM: OMAP: Trivial driver changes to remove include plat/cpu.h | Tony Lindgren | 1 | -2/+7 |
2012-10-16 | ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h | Lokesh Vutla | 1 | -1/+1 |
2012-10-09 | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 1 | -9/+36 |
2012-09-22 | dmaengine: omap-dma: Add support to suppress interrupts in cyclic mode | Peter Ujfalusi | 1 | -2/+5 |
2012-09-22 | dmaengine: Pass flags via device_prep_dma_cyclic() callback | Peter Ujfalusi | 1 | -1/+2 |
2012-09-22 | dmaengine: omap: Add support for pause/resume in cyclic dma mode | Peter Ujfalusi | 1 | -5/+25 |
2012-09-22 | dmaengine: omap: Support for element mode in cyclic DMA | Peter Ujfalusi | 1 | -1/+4 |
2012-09-13 | ARM: OMAP2+: Prepare for irqs.h removal | Tony Lindgren | 1 | -0/+2 |
2012-07-31 | dmaengine: omap: add support for cyclic DMA | Russell King | 1 | -4/+89 |
2012-07-31 | dmaengine: omap: add support for setting fi | Russell King | 1 | -2/+3 |
2012-07-31 | dmaengine: omap: add support for returning residue in tx_state method | Russell King | 1 | -5/+64 |
2012-07-31 | dmaengine: add OMAP DMA engine driver | Russell King | 1 | -0/+524 |