commit | 7d05b3e868ee0f9231baf40cb77be3df5dd1f18c | [log] [tgz] |
---|---|---|
author | Tomoya MORINAGA <tomoya.rohm@gmail.com> | Fri Dec 09 13:13:27 2011 +0900 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri Mar 09 20:54:57 2012 -0700 |
tree | 7f59c33e0d08f2dca503e7709f2bb6b738ef2aec | |
parent | ee2ece5261a639b89f194d141444b03b4c923179 [diff] |
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>