From: H Hartley Sweeten Date: Mon, 12 Jan 2015 17:55:41 +0000 (-0700) Subject: staging: comedi: das1800: separate AI FIFO bounce buffer from DMA buffer X-Git-Tag: fixes-v4.0-rc1~99^2~435 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f190a73590ce0070d6a5b6ee0d50e076aafebd6;p=pandora-kernel.git staging: comedi: das1800: separate AI FIFO bounce buffer from DMA buffer This driver can use DMA or the hardware FIFO to read analog input samples. When DMA is enabled it's also possible for some async commands to cause DMA to be disabled and the FIFO is used instead. Currently the first DMA channels buffer is used for the bounce buffer when using the FIFO. For aesthetics, add a new member to the private data and use that for the FIFO bounce buffer. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed