summaryrefslogtreecommitdiffstats
path: root/linux_spi.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2012-03-01 22:38:27 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2012-03-01 22:38:27 +0000
commitccd71c21222cd73c55284265d306d52e88d8c6c8 (patch)
treed2ddcfc5b5c2f1e4f212280c7aa81f9ac2d42d96 /linux_spi.c
parent8ee180d9114925c9337ed061502f4a02910e3ff7 (diff)
downloadast2050-flashrom-ccd71c21222cd73c55284265d306d52e88d8c6c8.zip
ast2050-flashrom-ccd71c21222cd73c55284265d306d52e88d8c6c8.tar.gz
Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI
The ITE IT87 SPI driver uses a trick to speed up reading and writing: If a flash chip is 512 kByte or less, the flash chip can be completely mapped in memory and both read and write accesses are faster that way. The current IT87 SPI code did use the parallel programmer interface for memory mapped reads and writes, but that's the wrong abstraction. It has been fixed to use mmio_read*/mmio_write* for that purpose. The Winbond W83627 SPI driver uses the same trick in its read path for all supported chip sizes. Fix it the same way. Switch internal_chip_readn to use mmio_readn as proper abstraction. Kudos to Michael Karcher for spotting the bugs. Tested-by: Johan Svensson <flashrom.js@crypt.se> Corresponding to flashrom svn r1511. Reported-by: Johan Svensson <flashrom.js@crypt.se> Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Diffstat (limited to 'linux_spi.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud