aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20omap: DMA: Fix multi-line commentsmanjugk manjugk1-6/+12
2010-05-20OMAP2/3/4: DMA: disable channel interrupts in omap_init_dma()Mika Westerberg1-8/+19
2010-04-27Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-0/+9
2010-04-22omap: DMA: Init CDAC to zeromanjugk manjugk1-0/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-23omap4: Use irq line defines from irq-44xx.hSantosh Shilimkar1-1/+1
2010-02-23omap: sdma: Limit the secure reserve channel fix for omap3Santosh Shilimkar1-1/+2
2010-02-23omap4: sdma: Enable the idle modes on omap4Santosh Shilimkar1-1/+1
2010-02-15omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUSTony Lindgren1-2/+1
2010-01-19OMAP: dma_chan[lch_head].flag & OMAP_DMA_ACTIVE tested twice in omap_dma_unlink_lch()Roel Kluin1-1/+1
2009-12-11omap1: DMA: move LCD related code from plat-omap to mach-omap1Janusz Krzysztofik1-408/+2
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-22Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren1-13/+73
2009-11-11OMAP: PM: Clear DMA channel state after a wakeupAaro Koskinen1-0/+6
2009-11-11OMAP3: PM: Fix secure SRAM context save/restoreKalle Jokiniemi1-15/+16
2009-11-11OMAP: PM: DMA context save/restore for off-mode supportTero Kristo1-0/+39
2009-11-11omap: Fix omapfb/lcdc on OMAP1510 broken when PM setJanusz Krzysztofik1-0/+8
2009-11-10omap: Fix race condition in omap dma driverTao Hu1-0/+6
2009-11-10Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren1-12/+26
2009-10-22omap: SDMA: Fix omap_stop_dma() API for channel linkingSantosh Shilimkar1-10/+8
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-2/+2
2009-10-19omap: Use ioremap in dma.cTony Lindgren1-10/+24
2009-10-14omap: SDMA: Fixing bug in omap_dma_set_global_params()Anuj Aggarwal1-6/+9
2009-09-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-4/+4
2009-09-10Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+10
2009-08-28OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS insteadTony Lindgren1-4/+4
2009-08-24ARM: OMAP: DMA: Add support for DMA channel self linking on OMAP1510Janusz Krzysztofik1-0/+10
2009-08-10OMAP2/3: DMA errata correctionVikram Pandita1-1/+3
2009-06-23OMAP3: DMA: Enable idlemodes for DMA OCPKalle Jokiniemi1-0/+13
2009-05-28ARM: OMAP4: Add minimal support for omap4Santosh Shilimkar1-5/+18
2009-05-28ARM: OMAP2/3: sDMA: Correct omap_request_dma_chain(), v2Santosh Shilimkar1-1/+1
2009-05-28ARM: OMAP2/3: DMA: implement trans copy and const fillTomi Valkeinen1-28/+49
2009-04-23ARM: OMAP: Fix for possible race condition in omap_free_dma()Santosh Shilimkar1-7/+6
2009-03-23ARM: OMAP: Dispatch only relevant DMA interruptsSantosh Shilimkar1-1/+3
2009-03-23ARM: OMAP: Get available DMA channels from cmdlineSantosh Shilimkar1-1/+19
2009-03-23[OMAP850] Changes to memory subsystemZebediah C. McClure1-2/+2
2009-01-29ARM: OMAP: DMA: Fix uninitialized channel flagsJarkko Nikula1-0/+1
2009-01-29ARM: OMAP: Fix race in OMAP2/3 DMA IRQ handlingJuha Yrjola1-2/+2
2009-01-15ARM: OMAP: Fix DMA CCR programming for request line > 63, v3Anand Gadiyar1-8/+5
2008-12-15Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into develRussell King1-1/+14
2008-12-10ARM: OMAP3: DMA: Fix for sDMA Errata 1.113Santosh Shilimkar1-1/+14
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King1-1/+1
2008-09-05[ARM] omap: fix lots of 'Using plain integer as NULL pointer'Russell King1-1/+1
2008-09-05[ARM] omap: Fix IO_ADDRESS() macrosRussell King1-3/+3
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-03ARM: OMAP: DMA: Clean-up codeTony Lindgren1-123/+132
2008-07-03ARM: OMAP: DMA: Remove __REG accessTony Lindgren1-179/+324