]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
Xilinx: ARM: QSPI driver: Use 128 byte pages in MTD driver
authorSadanand M <sadanan@xilinx.com>
Mon, 22 Nov 2010 06:58:30 +0000 (12:28 +0530)
committerJohn Linn <john.linn@xilinx.com>
Tue, 23 Nov 2010 14:03:11 +0000 (07:03 -0700)
commit8da7861d2d8c046cc1542dd3b1bdd24e94bb09f8
treed05fba037f0237aa6b05514531330e0fd5b57438
parent39fe534878f220c3a66687aa308d2e4586071b47
Xilinx: ARM: QSPI driver: Use 128 byte pages in MTD driver

There seems to be a problem in the QSPI because of which
writes larger than FIFO size are causing a problem (the
last word in some pages is corrupt). This patch hacks the
m25p80.c driver to use a smaller page size so that there
is no issue with page writes.

Signed-off-by: Sadanand M <sadanan@xilinx.com>
drivers/mtd/devices/m25p80.c