Re: [PATCH 2/4] spi-topcliff-pch: Fix issue for transmitting over 4KByte

2012-03-09 Thread Grant Likely
On Fri, 9 Dec 2011 13:13:27 +0900, Tomoya MORINAGA wrote: > 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

[PATCH 2/4] spi-topcliff-pch: Fix issue for transmitting over 4KByte

2011-12-08 Thread Tomoya MORINAGA
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 --- drivers/spi/spi-topcliff-pch.c | 66 +++