commit | ddc5cdf161bce3d5191e7e8b84b7af5ad621a531 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri Apr 12 17:25:07 2013 -0700 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Apr 15 17:10:59 2013 +0100 |
tree | aadb2b8dda6fb3d8712f8a405d79a972442275f8 | |
parent | 788437273fa8b824810ea9a23f7ed4d7fdb2949a [diff] |
spi: omap2-mcspi: Fix transfers if DMADEVICES is not set Selecting CONFIG_DMADEVICES is optional, and we must be able to continue even without DMA. Otherwise things like omap4430sdp nfsroot will fail if DMA is not selected. Note that the driver already supports PIO mode, but we fail to fall back to PIO if requesting DMA channels fails. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>