From: Daniel Mack Date: Wed, 14 Nov 2012 03:14:26 +0000 (+0800) Subject: spi/omap: fix D0/D1 direction confusion X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~24^2~10^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd451792db174382aaca96c75bc3bf47a6065fe;p=pandora-kernel.git spi/omap: fix D0/D1 direction confusion 0384e90b8 ("spi/mcspi: allow configuration of pin directions") did what it claimed to do the wrong way around. D0/D1 is configured as output by *clearing* the bits in the conf registers, hence also breaking the former default behaviour. Fix this before that change is merged to mainline. Signed-off-by: Daniel Mack Signed-off-by: Mark Brown --- Reading git-diff-tree failed