From: David Brownell Date: Mon, 12 Feb 2007 08:52:46 +0000 (-0800) Subject: [PATCH] SPI doc clarifications X-Git-Tag: v2.6.21-rc1~274^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802245611adea5e5877d8c5d9a20f94d8131bfdd;p=pandora-kernel.git [PATCH] SPI doc clarifications This clarifies some aspects of the SPI programming interface, based on feedback from Hans-Peter Nilsson. The in-memory representation of words is right-aligned, so for example a twelve bit word is stored using sixteen bits with four undefined bits in the MSB. And controller drivers must reject protocol tweaking modes they do not support. Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed