spi-topcliff-pch: Fix issue for transmitting over 4KByte
authorTomoya MORINAGA <tomoya.rohm@gmail.com>
Fri, 9 Dec 2011 04:13:27 +0000 (13:13 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 10 Mar 2012 03:54:57 +0000 (20:54 -0700)
commit7d05b3e868ee0f9231baf40cb77be3df5dd1f18c
tree7f59c33e0d08f2dca503e7709f2bb6b738ef2aec
parentee2ece5261a639b89f194d141444b03b4c923179
spi-topcliff-pch: Fix issue for transmitting over 4KByte

Currently, when spi-topcliff-pch receives transmit request over 4KByte,
this driver can't process correctly. This driver needs to divide the data
into 4Kbyte unit.
This patch fixes the issue.

Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-topcliff-pch.c