aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dma.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* arm: plat-omap: dma: make omap_dma_in_1510_mode() staticAaro Koskinen2011-01-271-1/+1
* omap: DMA: clear interrupt status correctlyAdrian Hunter2011-01-191-4/+3
* OMAP: DMA: Convert DMA library into platform driverG, Manjunath Kondaiah2010-12-201-550/+270
* OMAP: DMA: Introduce errata handling featureG, Manjunath Kondaiah2010-12-201-50/+102
* OMAP: DMA: Replace read/write macros with functionsG, Manjunath Kondaiah2010-12-201-201/+316
* arm: omap1: make some functions staticAaro Koskinen2010-11-241-1/+1
* omap: dma: Add read-back to DMA interrupt handler to avoid spuriousinterruptsMathias Nyman2010-11-051-0/+2
* OMAP3: DMA: Errata i541: sDMA FIFO draining does not finishPeter Ujfalusi2010-10-111-2/+34
* omap: dma: Fix buffering disable bit setting for omap24xxJarkko Nikula2010-10-111-4/+10
* omap: dma: Support for prefetch in destination synchronizedtransferSamu Onkalo2010-08-021-4/+7
* omap: DMA: Fix multi-line commentsmanjugk manjugk2010-05-201-6/+12
* OMAP2/3/4: DMA: disable channel interrupts in omap_init_dma()Mika Westerberg2010-05-201-8/+19
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-04-271-0/+9
|\
| * omap: DMA: Init CDAC to zeromanjugk manjugk2010-04-221-0/+9
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* omap4: Use irq line defines from irq-44xx.hSantosh Shilimkar2010-02-231-1/+1
* omap: sdma: Limit the secure reserve channel fix for omap3Santosh Shilimkar2010-02-231-1/+2
* omap4: sdma: Enable the idle modes on omap4Santosh Shilimkar2010-02-231-1/+1
* omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUSTony Lindgren2010-02-151-2/+1
* OMAP: dma_chan[lch_head].flag & OMAP_DMA_ACTIVE tested twice in omap_dma_unli...Roel Kluin2010-01-191-1/+1
* omap1: DMA: move LCD related code from plat-omap to mach-omap1Janusz Krzysztofik2009-12-111-408/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren2009-11-221-13/+73
|\ \ \ | |/ / |/| |
| * | OMAP: PM: Clear DMA channel state after a wakeupAaro Koskinen2009-11-111-0/+6
| * | OMAP3: PM: Fix secure SRAM context save/restoreKalle Jokiniemi2009-11-111-15/+16
| * | OMAP: PM: DMA context save/restore for off-mode supportTero Kristo2009-11-111-0/+39
| * | Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren2009-11-101-12/+26
| |\ \ | | |/ | |/|
| | * omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-2/+2
| | * omap: Use ioremap in dma.cTony Lindgren2009-10-191-10/+24
* | | omap: Fix omapfb/lcdc on OMAP1510 broken when PM setJanusz Krzysztofik2009-11-111-0/+8
* | | omap: Fix race condition in omap dma driverTao Hu2009-11-101-0/+6
|/ /
* | omap: SDMA: Fix omap_stop_dma() API for channel linkingSantosh Shilimkar2009-10-221-10/+8
|/
* omap: SDMA: Fixing bug in omap_dma_set_global_params()Anuj Aggarwal2009-10-141-6/+9
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-181-4/+4
|\
| * OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS insteadTony Lindgren2009-08-281-4/+4
* | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-09-101-0/+10
|\ \ | |/ |/|
| * ARM: OMAP: DMA: Add support for DMA channel self linking on OMAP1510Janusz Krzysztofik2009-08-241-0/+10
* | OMAP2/3: DMA errata correctionVikram Pandita2009-08-101-1/+3
* | OMAP3: DMA: Enable idlemodes for DMA OCPKalle Jokiniemi2009-06-231-0/+13
|/
* ARM: OMAP4: Add minimal support for omap4Santosh Shilimkar2009-05-281-5/+18
* ARM: OMAP2/3: sDMA: Correct omap_request_dma_chain(), v2Santosh Shilimkar2009-05-281-1/+1
* ARM: OMAP2/3: DMA: implement trans copy and const fillTomi Valkeinen2009-05-281-28/+49
* ARM: OMAP: Fix for possible race condition in omap_free_dma()Santosh Shilimkar2009-04-231-7/+6
* ARM: OMAP: Dispatch only relevant DMA interruptsSantosh Shilimkar2009-03-231-1/+3
* ARM: OMAP: Get available DMA channels from cmdlineSantosh Shilimkar2009-03-231-1/+19
* [OMAP850] Changes to memory subsystemZebediah C. McClure2009-03-231-2/+2
* ARM: OMAP: DMA: Fix uninitialized channel flagsJarkko Nikula2009-01-291-0/+1