From: Lee Jones Date: Fri, 3 May 2013 14:32:11 +0000 (+0100) Subject: dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~68^2~17^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1814a1703ce2d6d4b88b5f62a52b137afebad990;p=pandora-kernel.git dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled When booting using Device Tree, devices aren't registered in the normal way. Instead, they need to be provided with a compatible string which is held in an OF Match Table for comparison during start-up. Here we provide the compatible string and prepare the driver to not receive a platform data pointer. Acked-by: Vinod Koul Acked-by: Arnd Bergmann Signed-off-by: Lee Jones [Fixed up whitespace error] Signed-off-by: Linus Walleij --- Reading git-diff-tree failed