From: Tomoya MORINAGA Date: Fri, 9 Dec 2011 04:13:27 +0000 (+0900) Subject: spi-topcliff-pch: Fix issue for transmitting over 4KByte X-Git-Tag: v3.2.18~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958bb6de7a6ba061024629488418dc23d160fde9;p=pandora-kernel.git spi-topcliff-pch: Fix issue for transmitting over 4KByte commit 7d05b3e868ee0f9231baf40cb77be3df5dd1f18c upstream. 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 Signed-off-by: Grant Likely Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed