On 09/18/2012 04:43 PM, Arnd Bergmann wrote:
On Tuesday 18 September 2012, Roland Stigge wrote:
quoted
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 <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks for reviewing.
Of the arm-soc.git / LPC32xx related adjustments, the dts patch is
obsolete now. But I will do a pull request for the other one (unchanged)
when the above spi-pl022 patch is subsystem-merged.
Roland