From: Wolfram Sang <w.sang@pengutronix.de>
To: Tomoya MORINAGA <tomoya.rohm@gmail.com>
Cc: Grant Likely <grant.likely@secretlab.ca>,
spi-devel-general@lists.sourceforge.net,
linux-kernel@vger.kernel.org, kok.howg.ewe@intel.com,
qi.wang@intel.com, joel.clark@intel.com, yong.y.wang@intel.com
Subject: Re: [PATCH] spi-topcliff-pch: Fix count calculation issue
Date: Wed, 7 Dec 2011 21:43:44 +0100 [thread overview]
Message-ID: <20111207204344.GC3744@pengutronix.de> (raw)
In-Reply-To: <1321511841-12824-1-git-send-email-tomoya.rohm@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 678 bytes --]
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/ |
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2011-12-07 20:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-17 6:37 [PATCH] spi-topcliff-pch: Fix count calculation issue Tomoya MORINAGA
2011-12-07 20:43 ` Wolfram Sang [this message]
[not found] ` <20111207204344.GC3744-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2011-12-08 9:00 ` Tomoya MORINAGA
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111207204344.GC3744@pengutronix.de \
--to=w.sang@pengutronix.de \
--cc=grant.likely@secretlab.ca \
--cc=joel.clark@intel.com \
--cc=kok.howg.ewe@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=qi.wang@intel.com \
--cc=spi-devel-general@lists.sourceforge.net \
--cc=tomoya.rohm@gmail.com \
--cc=yong.y.wang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).