All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mtd: mtk-quadspi: add support for memory-mapped flash reading
@ 2019-11-06 14:07 ` Chuanhong Guo
  0 siblings, 0 replies; 48+ messages in thread
From: Chuanhong Guo @ 2019-11-06 14:07 UTC (permalink / raw)
  To: linux-mtd
  Cc: David Woodhouse, Brian Norris, Miquel Raynal, Richard Weinberger,
	Vignesh Raghavendra, Rob Herring, Mark Rutland, Matthias Brugger,
	Tudor Ambarus, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, Chuanhong Guo

This patchset adds support for optional memory-mapped flash reading.

BTW: This controller is a ridiculous one which only supports very limited
spi-nor instructions. I can't rework the driver into a spi-mem one because
MTK didn't provide register description in their datasheet and even if they
do provide the documentation, the resulted driver will still be ridiculous
because it'll need to check every supported instructions in support_op and
do execution in one-by-one case in exec_op.

Chuanhong Guo (2):
  mtd: mtk-quadspi: add support for memory-mapped flash reading
  dt-bindings: mtd: mtk-quadspi: update bindings for mmap flash read

 .../devicetree/bindings/mtd/mtk-quadspi.txt   | 21 ++++++++++++++++++-
 drivers/mtd/spi-nor/mtk-quadspi.c             | 11 ++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2019-11-08  3:52 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06 14:07 [PATCH 0/2] mtd: mtk-quadspi: add support for memory-mapped flash reading Chuanhong Guo
2019-11-06 14:07 ` Chuanhong Guo
2019-11-06 14:07 ` Chuanhong Guo
2019-11-06 14:07 ` Chuanhong Guo
2019-11-06 14:07 ` [PATCH 1/2] " Chuanhong Guo
2019-11-06 14:07   ` Chuanhong Guo
2019-11-06 14:07   ` Chuanhong Guo
2019-11-06 14:07   ` Chuanhong Guo
2019-11-07  6:06   ` Vignesh Raghavendra
2019-11-07  6:06     ` Vignesh Raghavendra
2019-11-07  6:06     ` Vignesh Raghavendra
2019-11-07  6:06     ` Vignesh Raghavendra
2019-11-07  9:31     ` Chuanhong Guo
2019-11-07  9:31       ` Chuanhong Guo
2019-11-07  9:31       ` Chuanhong Guo
2019-11-07  9:31       ` Chuanhong Guo
2019-11-07 12:25       ` Vignesh Raghavendra
2019-11-07 12:25         ` Vignesh Raghavendra
2019-11-07 12:25         ` Vignesh Raghavendra
2019-11-07 12:25         ` Vignesh Raghavendra
2019-11-07 13:23   ` Yingjoe Chen
2019-11-07 13:23     ` Yingjoe Chen
2019-11-07 13:23     ` Yingjoe Chen
2019-11-07 13:23     ` Yingjoe Chen
2019-11-07 15:34     ` Chuanhong Guo
2019-11-07 15:34       ` Chuanhong Guo
2019-11-07 15:34       ` Chuanhong Guo
2019-11-07 15:34       ` Chuanhong Guo
2019-11-08  3:52   ` Chuanhong Guo
2019-11-08  3:52     ` Chuanhong Guo
2019-11-08  3:52     ` Chuanhong Guo
2019-11-08  3:52     ` Chuanhong Guo
2019-11-06 14:07 ` [PATCH 2/2] dt-bindings: mtd: mtk-quadspi: update bindings for mmap flash read Chuanhong Guo
2019-11-06 14:07   ` Chuanhong Guo
2019-11-06 14:07   ` Chuanhong Guo
2019-11-06 14:07   ` Chuanhong Guo
2019-11-07  1:09   ` Rob Herring
2019-11-07  1:09     ` Rob Herring
2019-11-07  1:09     ` Rob Herring
2019-11-07  1:09     ` Rob Herring
2019-11-07  9:25     ` Chuanhong Guo
2019-11-07  9:25       ` Chuanhong Guo
2019-11-07  9:25       ` Chuanhong Guo
2019-11-07  9:25       ` Chuanhong Guo
2019-11-08  3:51   ` Chuanhong Guo
2019-11-08  3:51     ` Chuanhong Guo
2019-11-08  3:51     ` Chuanhong Guo
2019-11-08  3:51     ` Chuanhong Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.