]> www.infradead.org Git - users/dwmw2/linux.git/commit
mtd: rawnand: atmel: add module param to avoid using dma
authorPeter Rosin <peda@axentia.se>
Thu, 29 Mar 2018 13:10:54 +0000 (15:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Oct 2018 23:59:10 +0000 (16:59 -0700)
commitf1915d5162a92d5d5e24aec054417eefea075184
treef26658c8b6dba360ba92304a741b256fdbce9b96
parentff9ac7d9bddaf104ede4578d4d1783fbee7841da
mtd: rawnand: atmel: add module param to avoid using dma

[ Upstream commit efc6362c6f8c1e74b340e2611f1b35e7d557ce7b ]

On a sama5d31 with a Full-HD dual LVDS panel (132MHz pixel clock) NAND
flash accesses have a tendency to cause display disturbances. Add a
module param to disable DMA from the NAND controller, since that fixes
the display problem for me.

Signed-off-by: Peter Rosin <peda@axentia.se>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mtd/nand/raw/atmel/nand-controller.c