From: Andy Shevchenko Date: Thu, 10 Jan 2013 09:11:41 +0000 (+0200) Subject: dw_dmac: make usage of dw_dma_slave optional X-Git-Tag: v3.9-rc1~80^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=495aea4b571d1b7f77883f87754247b115627f68;p=pandora-kernel.git dw_dmac: make usage of dw_dma_slave optional The driver requires a custom slave configuration to be present to be able to make the slave transfers. Nevertheless, in some cases we need only the request line as an additional information to the generic slave configuration. The request line is provided by slave_id parameter of the dma_slave_config structure. That's why the custom slave configuration could be optional for such cases. Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed