From: Tony Lindgren Date: Sat, 13 Apr 2013 00:25:07 +0000 (-0700) Subject: spi: omap2-mcspi: Fix transfers if DMADEVICES is not set X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~130^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc5cdf161bce3d5191e7e8b84b7af5ad621a531;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed