From: Andy Shevchenko Date: Tue, 19 Aug 2014 17:29:16 +0000 (+0300) Subject: dmaengine: dw: introduce generic filter function X-Git-Tag: fixes-against-v3.18-rc2~40^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d130de20c3f39fc1a1aecd3969b50d49ff2e358;p=pandora-kernel.git dmaengine: dw: introduce generic filter function The introduced filter function would be reused in the ACPI and DT cases since in those cases we have to apply mandatory data to the requested channel. Thus, patch moves platform driver to use it in that case. The function unlikely can't be used by users of the driver due to an implicit dependency to the dw_dmac_core module. Signed-off-by: Andy Shevchenko Signed-off-by: Vinod Koul --- Reading git-diff-tree failed