]> git.karo-electronics.de Git - mv-sheeva.git/commit
spi/s3c64xx: Correction for 16,32 bits bus width
authorJassi Brar <jassi.brar@samsung.com>
Wed, 29 Sep 2010 08:31:33 +0000 (17:31 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 29 Sep 2010 08:31:33 +0000 (17:31 +0900)
commit0c92ecf10d9fb80b1798d2a9adfdea17f8f5e6d9
treed8b4f864e8d037542301be4088fd0048e46d2097
parentb42a81ca0fa7b3b442a0731ffc4e7db44464b5f2
spi/s3c64xx: Correction for 16,32 bits bus width

We can't do without setting channel and bus width to
same size. In order to do that, use loop read/writes in
polling mode and appropriate burst size in DMA mode.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi_s3c64xx.c