summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2018-07-19 10:13:23 +0900
committerMasahiro Yamada <[email protected]>2018-07-25 08:47:52 +0900
commit4a610fada193057c97c1b23016ef119f98459b22 (patch)
treec4f4944dab0f70d722b0fe73de231ae873ef67ba /scripts
parent0dc4addb9111a1587ba9c08594a0f087905a572a (diff)
mtd: nand: denali: correct buffer alignment for DMA transfer
The NAND framework makes sure to pass in the buffer with at least chip->buf_align alignment. Currently, the Denali NAND driver only requests 16 byte alignment. This causes unaligned cache operations for the DMA transfer. [Error Example] => nand read 81000010 0 1000 NAND read: device 0 offset 0x0, size 0x1000 CACHE: Misaligned operation at range [81000010, 81001010] CACHE: Misaligned operation at range [81000010, 81001010] CACHE: Misaligned operation at range [81000010, 81001010] CACHE: Misaligned operation at range [81000010, 81001010] 4096 bytes read: OK Reported-by: Marek Vasut <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions