From: Dan Williams Date: Sun, 3 Feb 2008 02:49:58 +0000 (-0700) Subject: async_tx: replace 'int_en' with operation preparation flags X-Git-Tag: v2.6.25-rc1~514^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c56f97ff21df405d0cebe11f49e3c3c79662b5;p=pandora-kernel.git async_tx: replace 'int_en' with operation preparation flags Pass a full set of flags to drivers' per-operation 'prep' routines. Currently the only flag passed is DMA_PREP_INTERRUPT. The expectation is that arch-specific async_tx_find_channel() implementations can exploit this capability to find the best channel for an operation. Signed-off-by: Dan Williams Acked-by: Shannon Nelson Reviewed-by: Haavard Skinnemoen --- Reading git-diff-tree failed