spi: pl022: use DMA by default when probing from DT
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 23 May 2013 17:46:40 +0000 (19:46 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Jun 2013 11:54:38 +0000 (13:54 +0200)
commitdbd897b9c6fac8bcb38e378e12c2790f293ae1fe
tree4023a5cdecfa10958781eb595dcda56beb59a341
parentb263e9b88746c6902c36d35a2dd83c119f8510a2
spi: pl022: use DMA by default when probing from DT

In the past we controlled the selection of DMA for a certain
host by a boolean switch in the platform data. Currently
there is no way to enable DMA on a PL022 probed from the
device tree. Let's default to trying to obtain DMA channels
in the DT case, and then we can always fail (and thus fall
back to PIO mode).

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/spi/spi-pl022.c