Re: [PATCH] spi-topcliff-pch: Fix count calculation issue

From: Wolfram Sang
Date: Wed Dec 07 2011 - 15:43:58 EST


Hi,

On Thu, Nov 17, 2011 at 03:37:21PM +0900, Tomoya MORINAGA wrote:
> Currently, count value is not correct more than len=8193 like below.
>
> len Current-cnt New-cnt Anticipated-cnt
> 4095 1 1 1
> 4096 1 1 1
> 4097 2 2 2
>
> 8191 2 2 2
> 8192 2 2 2
> 8193 2(NG) 3 3
>
> 12287 3 3 3
> 12288 3 3 3
> 12289 3(NG) 4 4
>
> This patch fixes the issue.
>
> Signed-off-by: Tomoya MORINAGA <tomoya.rohm@xxxxxxxxx>

Which branch is this patch based on?

Regards,

Wolfram

--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |

Attachment: signature.asc
Description: Digital signature