commit | ccf77cc4af5b048e20cfd9327fcc286cb69c34cc | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Mon Apr 03 15:46:22 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 16 14:33:57 2006 -0700 |
tree | 0a19a6948fe8bbf2128010a655e170ffebc9d8b8 | |
parent | ff9f4771b5f017ee0f57629488b6cd7a6ef3d19b [diff] |
[PATCH] SPI: devices can require LSB-first encodings Add spi_device hook for LSB-first word encoding, and update all the (in-tree) controller drivers to reject such devices. Eventually, some controller drivers will be updated to support lsb-first encodings on the wire; no current drivers need this. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>