diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-03-30 15:45:49 +0900 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-04-25 14:18:32 +0200 |
commit | 8927ad394b0653329184863e3d44958f67705e84 (patch) | |
tree | 2e607b0843a70fc33e6e690f21dad00c5c0fb1ab /scripts/Makefile.modpost | |
parent | 8aabdf376f2baafbaaceeee1f3f7f7dca70f8e0b (diff) | |
download | blackbird-op-linux-8927ad394b0653329184863e3d44958f67705e84.tar.gz blackbird-op-linux-8927ad394b0653329184863e3d44958f67705e84.zip |
mtd: nand: denali: remove meaningless pipeline read-ahead operation
The pipeline read-ahead function of the Denali IP enables continuous
reading from the device; while data is being read out by a CPU, the
controller maintains additional commands for streaming data from the
device. This will reduce the latency of the second page or later.
This feature is obviously no help for per-page accessors of Linux
NAND driver interface.
In the current implementation, the pipeline command is issued to
load a single page, then data are read out immediately. The use of
the pipeline operation is not adding any advantage, but just adding
complexity to the code. Remove.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'scripts/Makefile.modpost')
0 files changed, 0 insertions, 0 deletions