lkml.org 
[lkml]   [2011]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] spi-topcliff-pch: Fix count calculation issue
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@gmail.com>

Which branch is this patch based on?

Regards,

Wolfram

--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2011-12-07 21:47    [W:0.043 / U:0.976 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site