From: Roland Stigge Date: Tue, 18 Sep 2012 13:53:53 +0000 (+0200) Subject: spi/pl022: Devicetree support w/o platform data X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~41^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a6ac11df6579df0361922f05c43f0fac8daa37;p=pandora-kernel.git spi/pl022: Devicetree support w/o platform data Even with devicetree support, we needed platform data to provide some data, leading to mixed device tree and platform data. This patch makes it possible to provide all that information via device tree. Now, the data must be provided via platform data _or_ device tree completely. Only in case of DMA where a callback specification is necessary (dma_filter()), platform data is the only option. Signed-off-by: Roland Stigge Acked-by: Arnd Bergmann Acked-by: Linus Walleij Signed-off-by: Mark Brown --- Reading git-diff-tree failed