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)
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>

No differences found