From 0b50a2170328c2f1057e20889f3936a4ee43a80c Mon Sep 17 00:00:00 2001 From: David Brownell Date: Wed, 3 May 2006 05:12:56 -0700 Subject: [PATCH] [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-format-patch failed