]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Xilinx: SPI: Fix bits_per_word for transfers
authorJohn Linn <john.linn@xilinx.com>
Mon, 14 Sep 2009 08:17:05 +0000 (08:17 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 4 Nov 2009 23:42:47 +0000 (16:42 -0700)
commit1a8d3b777dd71813b87c66c0eb161cc87f042126
treec29b546b014acb28e5d6a424a5abeed75c8279eb
parentf856cf01787354fb3c8cde0a80de606f368b21ed
Xilinx: SPI: Fix bits_per_word for transfers

The bits_per_word value can be set for each transfer, or can
be set to zero in each transfer in which case it should default
to the value in the driver.

The driver was fixed to properly check the bits_per_word in
the transfer that is passed in.

Signed-off-by: John Linn <john.linn@xilinx.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/xilinx_spi.c