From: Haavard Skinnemoen Date: Tue, 8 Jul 2008 18:58:05 +0000 (-0700) Subject: dmaengine: Couple DMA channels to their physical DMA device X-Git-Tag: v2.6.27-rc1~852^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1099dc79245719c046e632212ec09d6ec1154ef5;p=pandora-kernel.git dmaengine: Couple DMA channels to their physical DMA device Set the 'parent' field of channel class devices to point to the physical DMA device initialized by the DMA engine driver. This allows drivers to use chan->dev.parent for syncing DMA buffers and adds a 'device' symlink to the real device in /sys/class/dma/dmaXchanY. Signed-off-by: Haavard Skinnemoen Signed-off-by: Dan Williams --- Reading git-diff-tree failed