From: David Brownell Date: Wed, 3 May 2006 12:12:56 +0000 (-0700) Subject: [PATCH] ARM: OMAP: omap_uwire byteswap bugfix X-Git-Tag: v2.6.17-omap1~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b50a2170328c2f1057e20889f3936a4ee43a80c;p=pandora-kernel.git [PATCH] ARM: OMAP: omap_uwire byteswap bugfix Get rid of broken optimization in MicroWire driver: don't try to morph consecutive single-byte operations into one (faster) two-byte operation. This resolves some byteswap problems. (And consequently allows fixing some bugs in at least the OMAP version of the ads7846 driver...) Also, reject LSB-first device modes; this controller doesn't support them. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed