public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCHv4] Optimized nand_read_buf for kirkwood
Date: Mon, 26 Aug 2013 10:43:38 -0500	[thread overview]
Message-ID: <1377531818.3033.1.camel@snotra.buserror.net> (raw)
In-Reply-To: <1377519056-25364-1-git-send-email-phil.sutter@viprinet.com>

On Mon, 2013-08-26 at 14:10 +0200, Phil Sutter wrote:
> From: Nico Erfurth <ne@erfurth.eu>
> 
> The basic idea is taken from the linux-kernel, but further optimized.
> 
> First align the buffer to 8 bytes, then use ldrd/strd to read and store
> in 8 byte quantities, then do the final bytes.
> 
> Tested using: 'date ; nand read.raw 0xE00000 0x0 0x10000 ; date'.
> Without this patch, NAND read of 132MB took 49s (~2.69MB/s). With this
> patch in place, reading the same amount of data was done in 27s
> (~4.89MB/s). So read performance is increased by ~80%!
> 
> Signed-off-by: Nico Erfurth <ne@erfurth.eu>
> Tested-by: Phil Sutter <phil.sutter@viprinet.com>
> Cc: Prafulla Wadaskar <prafulla@marvell.com>
> ---
> Changed since V3:
> - fixed author

It needs your Signed-off-by: as well -- can I add that when applying?

-Scott

  reply	other threads:[~2013-08-26 15:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-26 12:10 [U-Boot] [PATCHv4] Optimized nand_read_buf for kirkwood Phil Sutter
2013-08-26 15:43 ` Scott Wood [this message]
2013-08-26 16:00   ` Phil Sutter
2013-08-26 16:06     ` Phil Sutter
2013-11-14  1:31 ` [U-Boot] [U-Boot,PATCHv4] " Scott Wood
2013-11-14  8:18   ` Holger Brunck
2013-11-14 23:59     ` Scott Wood
2013-11-14 12:12   ` Phil Sutter

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=1377531818.3033.1.camel@snotra.buserror.net \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /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