From: Santosh Shilimkar Date: Tue, 24 Mar 2009 01:07:48 +0000 (-0700) Subject: ARM: OMAP: Get available DMA channels from cmdline X-Git-Tag: v2.6.30-rc1~636^2~9^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2263f0222e836c7b2c144e0546a2701661e2f517;p=pandora-kernel.git ARM: OMAP: Get available DMA channels from cmdline This patch set up a cmdline option for omap dma for masking the available channels. It is needed since the OMAP DMA is a system wide resource and can be used by another software apart from the kernel. To reserve the omap SDMA channels for kernel dma usage, use cmdline bootarg "omap_dma_reserve_ch=". The valid range is 1 to 32. Signed-off-by: Santosh Shilimkar Acked-by: Nishant Kamat Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed